Project Management SaaS
A collaborative project and task management SaaS built with Next.js, Prisma and Stripe. The app includes user authentication, project/task CRUD, real-time updates (websockets), and Stripe subscription handling and webhooks.
Features
Email/password registration and login (NextAuth)
Project and task management (projects -> tasks)
Real-time task updates via sockets
Stripe subscriptions and webhook processing
Prisma ORM for database access
API routes organized under app/api/*