Skip to content

Latest commit

 

History

History
executable file
·
23 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

executable file
·
23 lines (18 loc) · 627 Bytes

Create T3 App

This is a T3 Stack project bootstrapped with create-t3-app.

TODO

  • 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 Next/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)