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 the example using Vercel or view the demo here
- Vercel - Deploy
- Vercel Postgres - Database
- Tailwind CSS - Styling
- Shadcn UI - Styling
- Radix UI - Primitives
- Lucide - Icons
- Geist - Font
- url-metadata - Metadata parser for target URLs
- rss - RSS Feed
- Infinite Scroll on Feed
- Resource Search
- Bookmarks
- Admin Dashboard Features
- Clone this repository to your local machine.
- Copy .env.example to .env and fill in the required environment variables.
- Run
pnpm install
to install dependencies. - Run
pnpm prisma db push
to create prisma models. - Run
pnpm dev
to start development mode to server. - Run
pnpm prisma studio
to manage tags and resources.