A web app for Reddit focused on browsing visual media.
I wanted to build something related to Reddit since I use it on a daily basis. I occasionally go on Reddit to grab wallpapers for my phone and desktop, so I decided to make a web app focused on the browsing the visual media without the noise of votes, awards, comments, etc.
- Next.js (pages router)
- Tailwind CSS
- shadcn/ui
- Headless UI (dialog)
- React/Tanstack Query
- Vercel AI SDK (OpenAI comment summaries)
- Vercel (deployment and edge functions)
Sign up for the Reddit and OpenAI APIs. Get your credentials and set them in the environment variables:
# .env.local
REDDIT_CLIENT_ID=
REDDIT_SECRET=
OPENAI_API_KEY=
vewddit is licensed under MIT.