Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 t3-stack tailwindcss typescript uploadthing upstash vercel

Last synced: 11 days 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)
- [ ] Routing/image page (parallel routes)
- [ ] Delete button (w/ server actions)
- [ ] Analytics (posthog)
- [ ] Rate limiting (upstash)