Ecosyste.ms: Awesome
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 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.
- Host: GitHub
- URL: https://github.com/evaaaaawu/t3gallery
- Owner: evaaaaawu
- Created: 2025-01-13T04:18:05.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T01:13:15.000Z (12 days ago)
- Last Synced: 2025-01-22T02:23:56.247Z (12 days ago)
- Topics: clerk, drizzle, nextjs, posthog, sentry, t3-stack, tailwindcss, typescript, uploadthing, upstash, vercel
- Language: TypeScript
- Homepage: https://t3gallery-plum-psi.vercel.app
- Size: 382 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)