Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommyxchow/vewddit
A web app for Reddit focused on browsing visual media.
https://github.com/tommyxchow/vewddit
gpt nextjs openai openai-api reddit reddit-api reddit-client tailwind tailwindcss typescript vercel
Last synced: about 1 month ago
JSON representation
A web app for Reddit focused on browsing visual media.
- Host: GitHub
- URL: https://github.com/tommyxchow/vewddit
- Owner: tommyxchow
- License: mit
- Created: 2022-10-14T06:16:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T18:18:06.000Z (5 months ago)
- Last Synced: 2024-11-02T14:42:38.322Z (about 2 months ago)
- Topics: gpt, nextjs, openai, openai-api, reddit, reddit-api, reddit-client, tailwind, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://vewddit.vercel.app
- Size: 805 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [vewddit](https://vewddit.vercel.app/)
A web app for Reddit focused on browsing visual media.
## Background
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.
## Stack
- [Next.js](https://nextjs.org/) (pages router)
- [Tailwind CSS](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [Headless UI](https://headlessui.com/) (dialog)
- [React/Tanstack Query](https://tanstack.com/query/latest)
- [Vercel AI SDK](https://sdk.vercel.ai/docs) (OpenAI comment summaries)
- [Vercel](https://vercel.com/) (deployment and edge functions)## Setup
Sign up for the Reddit and OpenAI APIs. Get your credentials and set them in the environment variables:
```plaintext
# .env.local
REDDIT_CLIENT_ID=
REDDIT_SECRET=
OPENAI_API_KEY=
```## License
vewddit is licensed under [MIT](LICENSE).