Production: kosmo.to · Roadmap: kosmo.to/roadmap
A social network combining features from X/Twitter and Reddit — upvote/downvote, communities, threaded comments, custom feeds.
Built as a full rewrite of kosmo_front + kosmo_back, now as a single Next.js app.
- Next.js (App Router, Turbopack)
- PostgreSQL + Prisma (with
@prisma/adapter-pg) - better-auth (magic link, rate limiting)
- shadcn/ui + Tailwind CSS
pnpm install
pnpm dev # dev server at http://localhost:3000
pnpm db:dev_migration # run migrations + regenerate Prisma clientIn dev, magic link URLs are printed to the console instead of being emailed.