Back to Templates

Introduction
Next Daily is a platform for sharing all the resources and things about Next.js. It is built with Next.js and deployed on Vercel.
— Inspired by remix.guide
Deploy Your Own
Deploy the example using Vercel or view the demo here
Tech Stack
Frameworks
Platforms
- Vercel - Deploy
- Vercel Postgres - Database
UI
- Tailwind CSS - Styling
- Shadcn UI - Styling
- Radix UI - Primitives
- Lucide - Icons
- Geist - Font
Miscellaneous
- url-metadata - Metadata parser for target URLs
- rss - RSS Feed
Roadmap
- Infinite Scroll on Feed
- Resource Search
- Bookmarks
- Admin Dashboard Features
Running Locally
- Clone this repository to your local machine.
- Copy .env.example to .env and fill in the required environment variables.
- Run
pnpm installto install dependencies. - Run
pnpm prisma db pushto create prisma models. - Run
pnpm devto start development mode to server. - Run
pnpm prisma studioto manage tags and resources.
Related Templates
Your Next Store — Commerce with Next.js and Stripe
Your Next Store is a modern, ultra-fast commerce storefront with Stripe as the backend, using shadcn UI components.

Open Source AI Artifacts and Code Execution
This is an open source AI app version of Anthropic's Artifacts UI in their Claude chat app.

Next.js Chat Example with Telemetry
A chatbot using the Vercel AI SDK with Telemetry.
