https://github.com/skywalkersam/next-gallery
Image Gallery demo w/ NEXT.js + Vercel.
https://github.com/skywalkersam/next-gallery
clerk drizzle getting-started image-gallery nextjs posthog sentry t3-stack uploadthing upstash vercel
Last synced: 21 days ago
JSON representation
Image Gallery demo w/ NEXT.js + Vercel.
- Host: GitHub
- URL: https://github.com/skywalkersam/next-gallery
- Owner: skywalkerSam
- Created: 2024-10-27T09:34:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T01:20:52.000Z (about 1 month ago)
- Last Synced: 2025-04-06T01:43:59.795Z (21 days 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
# [Image Gallery w/ NEXT.js + Vercel](https://github.com/skywalkerSam/next-gallery/)
`/gallery`
This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.
```bash
pnpm create t3-app@latest
```## What's next? How do I make an app with this?
We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our [Discord](https://t3.gg/discord) and ask for help.
- [Next.js](https://nextjs.org)
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [Drizzle](https://orm.drizzle.team)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)## Learn More
To learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources:
- [Documentation](https://create.t3.gg/)
- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) — Check out these awesome tutorialsYou can check out the [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome!
## How do I deploy this?
Follow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.
## TODOs
- [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
- `git add -p` - git diff
- `vercel env pull` - pull _.env_
- Use `pnpm add` and not `pnpm i` or, just use anyone.)
## Error Log Archive
1. [DEV]: I have no clue about this particular error because it happens unexpectedly. One minute it's working fine and another it's not. **/gallery** is effected. _error.tsx_ comes to the rescue but, no aid. One error route to another and the loop continues. And the funny part is that after some time it just somehow magically works, the error's gone.) - wtf?
` ⨯ [Error: [object Object]] { digest: '2626315493' }`Until next time.)