Collect and organize learning resources without losing the thread.
Funnel is a Next.js app for saving articles, PDFs, notes, and references into a structured learning workspace. It is built around the idea that a reading list is only useful when it helps you decide what to revisit, connect, and act on.
- Next.js app architecture with a focused product shell.
- Resource capture, categorization, and review workflows.
- Supabase-backed product foundations.
- PDF/document handling in a web app context.
- Interface design for repeated organization work rather than a one-off landing page.
- Next.js 15
- React 18
- TypeScript
- Tailwind CSS
- Supabase
- Radix UI
- Framer Motion
- PDF.js
npm install
npm run devOpen http://localhost:3000.
See CASE_STUDY.md for the product framing, tradeoffs, and next steps.