Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).