- NextJS
- Vercel
- Vercel Postgres
- ShadUI
- Clerk Auth
- Uploadthing
- Sentry
- Posthod
- Upstash Redis
- Make it deploy ( w/ Vercel )
- Scaffold basic ui with mock data
- Tidy up build process
- Actually setup a database (vercel postgres)
- Attach database to UI
- Add authentication (w/ Clerk)
- Add image upload
- 'taint' (server-only)
- Use Next/Image component
- Error management (w/ Sentry)
- Routing/ image page (parrallel route)
- Update upload buton to be less cringe
- Analytics (posthog)
- Delete button (w/ Server Actions)
- Ratelimiting (upstash)