UNPKG

devdigest

Version:

Quick start Next.js templates with AI features

52 lines (35 loc) 1.04 kB
# DevDigest Quick start Next.js templates with modern features. ## Installation Use directly with npx (no installation required): ```bash npx devdigest@latest ``` ## Available Templates - **template-1** - Professional business template with navigation and multiple pages - **template-2** - Creative portfolio template with services and portfolio sections - **template-3** - Minimal starter template - **template-interactive** - Interactive app with Clerk authentication and dashboard ## Usage 1. Run the CLI: ```bash npx devdigest@latest ``` 2. Choose a template from the list 3. Enter your project name 4. Follow the setup instructions (some templates require API keys) ## Features - Next.js 15 with App Router - TypeScript configured - Tailwind CSS for styling - ESLint configured - Ready for production deployment ## Templates with Authentication The `template-interactive` includes: - Clerk authentication integration - Protected routes - User dashboard - Profile management - Beautiful UI with gradients ## License MIT