An open API service indexing awesome lists of open source software.

https://github.com/evaaaaawu/t3gallery

Project to practice typescript, tailwindcss, nextjs, clerk, drizzle, vercel, uploadthing, sentry, posthog, upstash and use t3 stack.
https://github.com/evaaaaawu/t3gallery

clerk drizzle nextjs posthog sentry shadcn-ui t3-stack tailwindcss typescript uploadthing upstash vercel

Last synced: 2 months ago
JSON representation

Project to practice typescript, tailwindcss, nextjs, clerk, drizzle, vercel, uploadthing, sentry, posthog, upstash and use t3 stack.

Awesome Lists containing this project

README

          

# T3 Gallery

## TODO

- [x] Make it deploy (vercel)
- [x] Scaffold basic ui with mock data
- [x] Tidy up build process
- [x] Actually set up a database (vercel postgres)
- [x] Attach database to UI
- [x] Add authentication (w/ clerk)
- [x] Add image upload
- [x] "taint" (server-only)
- [x] Use Next/Image component
- [x] Error management (w/ sentry)
- [x] Routing/image page (parallel routes)
- [x] Update upload button to be less cringe
- [x] Analytics (posthog)
- [ ] Delete button (w/ server actions)
- [ ] Rate limiting (upstash)