Experimental! Template may change!
A starter to build web applications on Reddit's developer platform
- Devvit: A way to build and deploy immersive games on Reddit
- Vite: For compiling the webView
- React: For UI
- Hono: For backend logic
- TRPC: Type safe RPCs from server to client
- Tailwind: For styles
- Typescript: For type safety
Make sure you have Node 22 downloaded on your machine before running!
- Run
npm create devvit@latest --template=vibe-coding - Go through the installation wizard. You will need to create a Reddit account and connect it to Reddit developers
- Copy the command on the success page into your terminal
npm run dev: Starts a development server where you can develop your application live on Reddit.npm run build: Builds your client and server projectsnpm run deploy: Uploads a new version of your appnpm run launch: Publishes your app for reviewnpm run login: Logs your CLI into Redditnpm run check: Type checks, lints, and prettifies your app
If you'd like to use the Devvit MCP server, please visit: https://developers.reddit.com/docs/next/guides/ai