npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-march-app

v1.0.0

Published

A powerful CLI to jumpstart modern SaaS projects the right way.

Readme

🚀 create-march-app

The Ultimate SaaS Scaffold CLI

From idea to production-ready SaaS in minutes.

npm version License: MIT Node.js Version


🌟 Why create-march-app?

Stop wasting time on boilerplate and start building features that matter. create-march-app is the most comprehensive CLI tool for scaffolding modern SaaS applications with enterprise-grade architecture and best practices baked in.

🎯 One Command, Infinite Possibilities

# The fastest way to start your SaaS journey
bunx create-march-app@latest my-awesome-saas

⚡ Quick Start

# Create a new project
bunx create-march-app@latest

🏗️ Architecture Options

📦 Package Managers

  • 🥟 Bun - Blazing fast JavaScript runtime & package manager
  • 📦 NPM - Stable and widely used
  • 🧶 Yarn - Classic and reliable
  • ⚡ PNPM - Fast and efficient

🏗️ Monorepo Powerhouses

  • 🚀 Turborepo - Fast builds with smart caching (recommended)
  • 🅧 Nx - Powerful dev tools & generators
  • 📁 NPM Workspaces - Simple & lightweight

🎨 Frontend Frameworks

  • ▲ Next.js App Router - The future of React with RSC
  • 📄 Next.js Pages Router - Battle-tested and reliable
  • ⚡ Vite + React - Lightning-fast development
  • 🚀 Astro - Content-focused with islands architecture

🔌 Backend & APIs

  • 🔗 tRPC - End-to-end typesafe APIs
  • 🏗️ NestJS - Enterprise Node.js framework
  • 🚀 GraphQL + Apollo - Flexible data layer
  • 🔜 REST APIs - Coming soon

🎨 UI & Styling

  • 🎭 shadcn/ui - Beautiful copy-paste components
  • 🎨 Tailwind CSS - Utility-first styling

🛠️ Database & Backend Services

💾 Modern ORMs

  • 🔷 Prisma - Popular, feature-rich ORM
  • 💧 Drizzle ORM - Lightweight, type-safe

🏢 Database Providers

  • ⚡ Neon - Serverless Postgres
  • 🔥 Supabase - Open source Firebase alternative

🔐 Authentication & Payments

🛡️ Authentication Solutions

  • 🔑 NextAuth.js - Flexible authentication for Next.js

💳 Payment Processing

  • 💰 Stripe - Complete payment infrastructure
  • 🔜 More providers - Coming soon

🧪 Testing & Quality Assurance

🔬 Testing Frameworks

  • 🃏 Jest - Unit testing

🧹 Code Quality Tools

  • 🔥 Biome - Fast, all-in-one linter & formatter
  • 📏 ESLint + Prettier - Traditional setup
  • 🪝 Husky - Git hooks
  • 📝 Commitlint - Commit message linting

🎨 UI Development Tools

📚 Storybook Ecosystem

  • 📖 Storybook - Build components in isolation

🚀 DevOps & Deployment

🔄 CI/CD Pipelines

  • 🔄 GitHub Actions - Automated workflows
  • 🐳 Docker - Containerization

📱 Modern Web Features

  • 📱 Progressive Web App (PWA) - Native app experience
  • 🎯 Liveblocks - Realtime collaboration
  • 📡 Ably - Realtime messaging
  • ⚡ Performance optimized - Best practices included

🎮 Interactive Setup

Our CLI guides you through every decision with intelligent defaults:

    ╔═╗┬─┐┌─┐┌─┐┌┬┐┌─┐  ┌┬┐┌─┐┬─┐┌─┐┬ ┬  ┌─┐┌─┐┌─┐
    ║  ├┬┘├┤ ├─┤ │ ├┤   │││├─┤├┬┘│  ├─┤  ├─┤├─┘├─┘
    ╚═╝┴└─└─┘┴ ┴ ┴ └─┘  ┴ ┴┴ ┴┴└─└─┘┴ ┴  ┴ ┴┴  ┴  
    
    🚀 A powerful CLI to jumpstart modern SaaS projects the right way
    
    ✨ Features: Turborepo/Nx/NPM • Next.js/Vite/Astro • shadcn/ui
       TypeScript • tRPC • Neon/Supabase • Auth • Stripe
       Docker • CI/CD • Testing • Storybook • PWA & more
    
                                       💜 made with love by Aasim Bhat

? What's your project name? › my-awesome-saas
? 📦 Choose your package manager: › 🥟 bun (blazing fast)
? 🏗️  Choose your monorepo tool: › 🚀 Turborepo (recommended - fast builds & caching)
? ⚛️  Choose your frontend framework: › ▲ Next.js (App Router) / 📄 Next.js (Pages) / ⚡ Vite + React / 🚀 Astro
? 🔌 Choose your backend / API layer: › 🔗 tRPC (type-safe APIs)
? 🧩 Choose your UI components: › 🎨 shadcn/ui (beautiful, accessible components)
? 🎨 Choose a base color for shadcn/ui: › Slate (Default)
? 🗄️  Choose your ORM / Database layer: › 🔷 Prisma (popular, feature-rich)
? 🌐 Choose your database provider: › ⚡ Neon (serverless Postgres)
? 🔐 Choose your authentication: › 👤 NextAuth (complete auth solution)
? 💳 Choose your payments: › 💰 Stripe (payment processing)
? 🧪 Select testing tools: › 🃏 Jest (unit testing)
? 🔄 Select CI/CD & DevOps tools: › 🔄 GitHub Actions (CI/CD automation)
? 🎨 Choose your code quality tools: › 🔥 Biome (fast, all-in-one)
? 🛠️  Select developer experience tools: › 🪝 Husky (Git hooks)
? 📚 Choose UI development tools: › 🎯 Complete UI Suite (Storybook + Chromatic + DevTools)
? 📱 Enable Progressive Web App (PWA) support? › Yes
? 🔄 Choose realtime / collaboration features: › 🎯 Liveblocks (realtime collaboration)

📁 Generated Project Structure

my-awesome-saas/
├── 📦 apps/
│   ├── 🌐 web/                 # Next.js / Astro / Vite frontend
│   ├── 📱 mobile/              # React Native (optional)
│   └── 🔧 admin/               # Admin dashboard
├── 📚 packages/
│   ├── 🎨 ui/                  # Shared UI components
│   ├── 🔗 api/                 # tRPC API definitions
│   ├── 💾 database/            # Database schema & migrations
│   ├── 🔧 config/              # Shared configuration
│   └── 🛠️ utils/               # Shared utilities
├── 🐳 docker/                  # Container configurations
├── 🔄 .github/workflows/       # CI/CD pipelines
├── 📖 docs/                    # Documentation
└── 🧪 tests/                   # E2E tests

🌍 Environment Setup

Your project comes with comprehensive environment configuration:

# 🗄️ Database Configuration
DATABASE_URL="postgresql://user:password@localhost:5432/mydb"
DIRECT_URL="postgresql://user:password@localhost:5432/mydb"

# 🔐 Authentication
CLERK_SECRET_KEY="sk_test_..."
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="pk_test_..."

# 💳 Payments
STRIPE_SECRET_KEY="sk_test_..."
STRIPE_WEBHOOK_SECRET="whsec_..."
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY="pk_test_..."

# 🔄 Realtime
LIVEBLOCKS_SECRET_KEY="sk_..."
NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY="pk_..."

🌟 Key Features Included

  • TypeScript First - Full type safety across the stack
  • Multiple Frontend Options - Next.js, Vite, or Astro for different use cases
  • Responsive Design - Mobile-first UI components
  • Dark Mode - Built-in theme switching
  • Internationalization - Multi-language support ready
  • SEO Optimized - Meta tags, sitemaps, and more
  • Performance - Bundle optimization and caching
  • Security - CSRF protection, secure headers
  • Monitoring - Error tracking and analytics ready
  • Documentation - Auto-generated API docs

🤝 Contributing

We love contributions! Check out our Contributing Guide to get started.

# Clone the repository
git clone https://github.com/marchhq/create-march-app.git

# Install dependencies
bun install

# Start development
bun dev

# Run tests
bun test

📚 Learn More

  • 📖 Documentation - GitHub README
  • 🔜 Video Tutorials - Coming soon
  • 🔜 Discord Community - Coming soon
  • 🐦 Follow Updates - Creator's Twitter

💜 Made with Love

Created by the March Team

👨‍💻 Developer: aasim
🔜 Website: Coming soon
🔜 Sponsor: GitHub Sponsors - Coming soon


⭐ Star us on GitHub — it motivates us a lot!

⭐ Star🐛 Report Bug💡 Request Feature

📄 License

MIT © March