JSPM

create-perfect-template

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q18762F
  • License MIT

Create a modern Next.js SaaS template with progressive feature activation

Package Exports

  • create-perfect-template
  • create-perfect-template/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-perfect-template) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-perfect-template

Create a modern Next.js SaaS template with progressive feature activation.

Usage

# With npx (recommended)
npx create-perfect-template@latest my-app

# With npm
npm create perfect-template@latest my-app

# With yarn
yarn create perfect-template my-app

# With pnpm
pnpm create perfect-template my-app

Interactive Setup

The CLI will guide you through setting up your project:

🚀 Welcome to Perfect Template!

? What is your project name? my-saas-app
? Which features would you like to include?
 ◉ 🔐 Authentication (Clerk)
 ◉ 🗄️ Database (Convex)
 ◯ 💳 Billing (Autumn)
 ◉ 🤖 AI Integration (OpenAI/Anthropic)
 ◯ 📧 Email (Resend)

Features

  • Next.js 15 - Latest Next.js with App Router
  • TypeScript - Full type safety
  • Tailwind CSS - Utility-first CSS
  • shadcn/ui - Beautiful components
  • Progressive Setup - Add features as you need them

Optional Features

  • 🔐 Authentication - Clerk integration
  • 🗄️ Database - Convex real-time database
  • 💳 Billing - Autumn subscription management
  • 🤖 AI - OpenAI & Anthropic integration
  • 📧 Email - Resend transactional emails

Options

# Skip dependency installation
npx create-perfect-template my-app --skip-install

# Use specific package manager
npx create-perfect-template my-app --use-yarn
npx create-perfect-template my-app --use-pnpm

After Installation

  1. Navigate to your project directory
  2. Add your API keys to .env.local
  3. Run npm run dev to start development

License

MIT