Free, open-source RSS reader for a calm, ad-free reading flow.
- Follow any RSS feed in seconds
- Organize feeds into clean categories
- Read normalized, distraction-free article views
- Manage everything from a simple dashboard
- Next.js 16 + React 19 + TypeScript
- Tailwind CSS + shadcn/ui (Radix)
- Drizzle ORM + PostgreSQL (Supabase-compatible)
- Bun scripts
-
Install dependencies
bun install
-
Create
.env.localSUPABASE_URL="postgres://user:password@host:5432/dbname" NODE_ENV="development"
-
Push the database schema
bun run db:push
-
Start the development server
bun dev
-
Open http://localhost:3000 ✨
Made with love ❤️