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

turbolab

v2.0.2

Published

Build a production-grade developer platform in one command

Readme

🚀 TurboLab

Build a production‑grade developer platform in one command.

TurboLab is a pnpm‑native platform CLI that bootstraps a full turborepo setup with database, infra, workspace tooling, and developer experience pre‑wired.

It’s not a starter template. It’s a platform initializer.


✨ Features

  • ⚡ One‑command project creation
  • 🧱 Turborepo monorepo architecture
  • 🔐 Database bootstrapping (Prisma)
  • 📦 pnpm workspace setup
  • 🧠 Intelligent platform orchestration
  • 🔄 Infra‑ready architecture
  • 🛠 Dev‑experience first design
  • 🧬 Startup‑grade structure

📦 Installation & Usage

Run instantly (no global install)

# npm
npx turbolab

# pnpm
pnpm dlx turbolab

# yarn (modern yarn)
yarn dlx turbolab

# bun
bunx turbolab

🧭 CLI Flow

✔ Project name
✔ Database URL input
→ Repository cloning
→ Workspace bootstrap
→ Environment generation
→ Dependency installation
→ Database initialization
→ Platform ready

🧠 Philosophy

TurboLab follows a simple rule:

Don’t generate projects — generate platforms.

Instead of scaffolding files, TurboLab builds:

  • systems
  • workflows
  • infra foundations
  • scalable architecture
  • real production structures

🏗 What TurboLab Creates

apps/
packages/
infra/
config/
prisma/
turbo.json
pnpm-workspace.yaml

A real platform layout — not a demo project.


🔐 Database Support

TurboLab asks for your database configuration at setup time:

? Enter your DATABASE_URL

This ensures:

  • real infra
  • real connectivity
  • real production behavior
  • no fake defaults
  • no broken installs

🧬 Platform Model

CLI → Platform Orchestrator → Template Engine → Infra Init → Workspace Init → Ready

🎯 Why TurboLab

Most tools generate repos.

TurboLab generates developer platforms:

  • for startups
  • for SaaS
  • for internal tools
  • for scale
  • for teams
  • for infra‑first products

🛠 Tech Stack

  • Node.js
  • pnpm
  • Turborepo
  • Prisma
  • TypeScript
  • Monorepo architecture
  • Workspace tooling

🧱 Design Principles

  • Deterministic setup
  • No magic defaults
  • No hidden infra
  • No fake databases
  • No broken installs
  • No unsafe scripts
  • Real configuration
  • Real initialization

🧪 Example

npx turbolab
⚡ TurboLab Platform

✔ Project name: my-platform
✔ Enter your DATABASE_URL: postgresql://...

🚀 Creating my-platform...
📦 Installing dependencies...
⚙️ Initializing platform...

✅ Platform ready!

Next steps:
  cd my-platform
  pnpm dev

🚀 Roadmap

  • 🔄 Multi‑template support
  • 🧩 Plugin system
  • ☁️ Cloud integrations
  • 🐳 Docker presets
  • 🧱 Infra modules
  • 🔐 Auth modules
  • 📊 Observability stack
  • 🤖 AI tooling
  • ⚙️ Platform presets

🧑‍💻 Who is this for?

  • Startup founders
  • Backend engineers
  • Platform engineers
  • Infra engineers
  • Full‑stack developers
  • DevOps engineers
  • Product builders
  • Engineering teams

📜 License

MIT


🌍 Vision

TurboLab aims to become a developer platform engine — not a template tool.

A system that builds:

  • platforms
  • products
  • infrastructure
  • ecosystems

❤️ Built for Developers

TurboLab is built with one goal:

Make building serious software fast, structured, and scalable.


⭐ If you like the project, give it a star and help grow the ecosystem