https://github.com/skywalkerSam/image-gallery
Image Gallery demo w/ NEXT.js + Vercel.
https://github.com/skywalkerSam/image-gallery
clerk drizzle getting-started image-gallery nextjs posthog sentry t3-stack uploadthing upstash vercel
Last synced: 12 days ago
JSON representation
Image Gallery demo w/ NEXT.js + Vercel.
- Host: GitHub
- URL: https://github.com/skywalkerSam/image-gallery
- Owner: skywalkerSam
- Created: 2024-10-27T09:34:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T01:20:52.000Z (10 months ago)
- Last Synced: 2025-07-26T07:44:13.528Z (6 months ago)
- Topics: clerk, drizzle, getting-started, image-gallery, nextjs, posthog, sentry, t3-stack, uploadthing, upstash, vercel
- Language: TypeScript
- Homepage: https://next-gallery-blues.vercel.app/
- Size: 971 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🌐 Domains
- [gallery.skywalkerSam.dev](https://gallery.skywalkersam.dev/)
- [next-gallery-blues.vercel.app](https://next-gallery-blues.vercel.app/)
## 🔗 Sources
- The Modern React Tutorial - [YouTube](https://www.youtube.com/watch?v=d5x0JCZbAJs)
## ☑️ To Do
- [x] Deploy w/ Vercel
- [x] Basic UI
- [x] DB w/ vercel postgres
- [x] DB integration
- [x] Auth w/ Clerk
- [x] Image Uploads
- [x] Error handling w/ Sentry
- [x] Routing (parallel routes)
- [x] Upload Button
- [x] shadcn-ui
- [x] Analytics w/ PostHog
- [x] Delete w/ *Server Actions*
- [x] *PWA* integration
- Rate-limits w/ upstash
## 📝 Notes
- Pull `.env`
```bash
vercel env pull
```
- git `diff`
```bash
git add -p
```
## 🔴 Error Archives
- [DEV]: i have no clue about this particular error because it happens unexpectedly. One minute it's working fine and the other it's not. **/gallery** is effected. _error.tsx_ comes to the rescue, but no aid. One error route to another and the loop continues. The funny part is that after some time it just somehow magically works, the error's gone.) - wtf?
```bash
` ⨯ [Error: [object Object]] { digest: '2626315493' }`
```
Until Next Time...✌️