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-devkit

v1.0.1

Published

Scaffold full-stack projects interactively via npx

Downloads

271

Readme

create-devkit

Scaffold a production-ready full-stack project in seconds.

npm version npm downloads license node

Getting Started · Templates · Options · Contributing


Getting Started

No installation required. Run it directly with npx:

npx create-devkit@latest

Or pass a project name to skip the first prompt:

npx create-devkit@latest my-app

The interactive wizard will guide you through the rest.


Templates

| Stack | Template Keys | Includes | | ---------------- | ------------------------------------------------------------------------------ | ---------------------------------------------------------------------- | | MERN | mern, mern-tw, mern-ts, mern-ts-tw | MongoDB + Express + React + Node (JS/TS, optional Tailwind variants) | | FastAPI + React | fastapi-react, fastapi-react-tw, fastapi-react-ts, fastapi-react-ts-tw | FastAPI backend + React frontend (JS/TS, optional Tailwind variants) | | Next.js + Prisma | nextjs-prisma-ts | Next.js App Router + Prisma (TypeScript, Tailwind included by default) | | Angular + Node | angular-node, angular-node-tw | Angular frontend + Express backend (optional Tailwind variant) |


Options

All prompts can be bypassed with flags for scripted or CI use.

npx create-devkit@latest <project-name> [options]

| Flag | Description | | ------------------- | --------------------------------------------- | | --template <name> | Skip the menu and use a template key directly | | --no-git | Skip git initialisation | | --no-install | Skip the npm install prompt |

Valid --template keys:

mern, mern-tw, mern-ts, mern-ts-tw, fastapi-react, fastapi-react-tw, fastapi-react-ts, fastapi-react-ts-tw, nextjs-prisma-ts, angular-node, angular-node-tw


What you get

Every scaffolded project includes:

  • A complete stack-specific folder structure (frontend/backend or fullstack app, depending on template)
  • Ready-to-run starter code with stack-appropriate scripts and dev workflow commands
  • {{PROJECT_NAME}} token replacement in relevant project metadata files
  • Automatic _gitignore to .gitignore restoration during scaffold copy
  • Optional git repository initialization
  • Optional dependency installation prompt right after scaffolding

Requirements

  • Node.js >=18.0.0
  • npm >=7.0.0

Acknowledgements

React frontend templates in this project are based on create-vite, MIT licensed. Copyright (c) 2019-present Yuxi (Evan) You and Vite contributors.

Next.js template in this project is based on create-next-app, MIT licensed. Copyright (c) 2024 Vercel, Inc.


Contributing

Contributions are welcome. Open an issue or pull request if you want to improve templates, docs, or CLI workflows.


License

MIT — see package.json for details.