Next Daily Platform Feed Template

Next Daily platform template allows you to create a infinite feed of information about Next.js.
0
boilerplate.detail.repositoryAccess.title
boilerplate.detail.repositoryAccess.descriptionPrivate
boilerplate.detail.metadata.lastUpdated
il y a 2 mois
R
boilerplate.detail.metadata.author
Renaudboilerplate.detail.metadata.price
boilerplate.detail.metadata.free
文档
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.