The codebase from Theo's T3 App Router Tutorial on YouTube
- Make it deploy (vercel)
- Scaffold basic ui with mock data
- Tidy up build process
- Actually set up a database (vercel postgres)
- Attach database to UI
- Add authentication (w/ clerk)
- Add image upload
- "taint" (server-only)
- Use Ne t/Image component
- Error management (w/ Sentry)
- Routing/image page (parallel route)
- Update upload button to be less cringe
- Analytics (posthog)
- Delete button (w/ Server Actions)
- Ratelimiting (upstash)
- Fix the page layout for images of different resolutions
- "Selecting" images on the gallery page
- "infinite scroll"
- Folders/albums