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-mf2-app

v1.0.6

Published

The stack AI moves fast with.

Readme

npm version Downloads License GitHub Stars

📖 Table of Contents

  • 🚀 Quick Start
  • 🎯 What is MF2 Stack?
  • 📦 Templates
  • ✨ Features
  • 🛠️ CLI Usage
  • 🤔 Why MF2?
  • 🚢 Deploy
  • 🤝 Community
  • 👥 Contributors

📦 Supports All Package Managers

🎬 CLI Flow

◇  What will your project be called?
│  my-startup
│
◇  Which platform are you building for?
│  Web
│
◇  What are you building?
│  ● Full Stack (database, auth, payments, emails)
│  ○ Full Stack + AI (agents, RAG, chat interface)
│  ○ Frontend (landing pages, marketing sites)
│
◇  Would you like to include documentation?
│  ● Yes (powered by Mintlify)
│  ○ No
│
◇  Should we initialize a Git repository?
│  ● Yes
│  ○ No
│
◇  Should we install dependencies?
│  ● Yes
│  ○ No
│
◆  Done! Here's how to get started...

The MF2 Stack is an opinionated, full-stack web development framework designed for speed. Created by Korrect, it's the stack that AI moves fast with.

🏗️ Core Philosophy

  • 🚀 Ship Fast: Pre-configured with everything you need
  • 🔒 Type Safety: End-to-end TypeScript for confidence
  • 🤖 AI-Ready: Built for the AI era with streaming and real-time
  • 📦 Batteries Included: Auth, payments, emails, analytics - it's all there
  • ❤️ Amazing DX: Tools that developers and LLMs love

🎨 Frontend Excellence

🔥 Backend Power

🤖 AI Features (Full Stack + AI)

Interactive Mode (Recommended)

npm create mf2-app@latest

With Options

# Create with project name
npm create mf2-app@latest my-startup

# Skip installation
npm create mf2-app@latest my-startup --no-install

# Use specific package manager
npm create mf2-app@latest my-startup --use-pnpm

# Skip git initialization  
npm create mf2-app@latest my-startup --no-git

CLI Options

| Option | Description | |--------|-------------| | --use-npm | Use npm as package manager | | --use-yarn | Use Yarn as package manager | | --use-pnpm | Use pnpm as package manager | | --use-bun | Use Bun as package manager | | --no-git | Skip Git repository initialization | | --no-install | Skip dependency installation |

🎯 Built Different

🧠 AI-First Architecture

  • Streaming responses built-in
  • Type-safe AI interactions
  • Real-time data sync
  • Production-ready scaling

⚡ Insane Developer Velocity

  • Hot reload everything
  • Type safety everywhere
  • Amazing error messages
  • One-command setup

💰 Save Weeks of Setup

  • Auth system ready
  • Payments integrated
  • Email templates included
  • Analytics configured

🛡️ Production Ready

  • Security best practices
  • Error tracking setup
  • Performance optimized
  • Deployment ready

📊 The Stack Comparison

| Feature | MF2 Stack | T3 Stack | Next.js Starter | |---------|-----------|----------|-----------------| | Real-time Database | ✅ Convex | ❌ | ❌ | | Authentication | ✅ Clerk | ✅ NextAuth | ❌ | | Payments | ✅ Polar | ❌ | ❌ | | Email System | ✅ Resend | ❌ | ❌ | | AI Ready | ✅ Built-in | ❌ | ❌ | | Type Safety | ✅ End-to-end | ✅ | ⚠️ Partial | | Setup Time | < 1 minute | 5 minutes | 10+ minutes |

Deploy your MF2 app with one click:

Deploy with Vercel

Join our growing community of developers who ship fast:

Discord Twitter

We love our contributors! Want to join them?

🤝 How to Contribute

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing)
  3. Commit changes (git commit -m 'Add amazing feature')
  4. Push to branch (git push origin feature/amazing)
  5. Open a Pull Request

See CONTRIBUTING.md for detailed guidelines.

🏆 Success Stories

📄 License

MIT © Korrect