https://github.com/peterkibuchi/fotomoto
A simple photo gallery app built on the T3 Stack and hosted on Vercel.
https://github.com/peterkibuchi/fotomoto
Last synced: about 1 month ago
JSON representation
A simple photo gallery app built on the T3 Stack and hosted on Vercel.
- Host: GitHub
- URL: https://github.com/peterkibuchi/fotomoto
- Owner: peterkibuchi
- Created: 2024-04-26T02:39:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-28T05:35:19.000Z (3 months ago)
- Last Synced: 2026-04-28T07:29:00.015Z (3 months ago)
- Language: TypeScript
- Homepage: https://fotomoto.vercel.app
- Size: 905 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fotomoto
A simple photo gallery app built on the [T3 Stack](https://create.t3.gg) and hosted on Vercel.
## TODO
- [x] Deploy it (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 (Clerk)
- [x] Add image upload
- [x] "taint" (server-only)
- [x] Use Next/Image component
- [x] Error management (Sentry)
- [x] Image page (w/ parallel routes)
- [x] Update upload button
- [x] Analytics (PostHog)
- [x] Delete button (w/ server actions)
- [x] Ratelimiting (Upstash)