A simple, open-source, self-hosted bookmark manager.
- TanStack Start + React 19
- TypeScript
- Tailwind CSS
- Drizzle ORM
- PostgreSQL / Neon Database
- Better Auth
- TanStack Query
- Install dependencies:
npm install- Copy .env.example to
.envand configure:
cp .env.example .env- Set up database:
npm run db:push
npm run db:seed- Run dev server:
npm run devSwitch between local PostgreSQL and Neon serverless by setting DB_TYPE in your .env file.