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

v1.1.4

Published

![preview](https://res.cloudinary.com/tonyartz/image/upload/v1756013646/carbon_5_1_ghaewc.png) <div align="center"> <h3>🫧 The hip, bleeding-edge cousin of T3 Stack 🫧</h3> <p> <strong>While T3 preaches "bleed responsibly," we say bleed ALL OVER T

Downloads

42

Readme

create-o3-app

preview

npm license downloads


🆚 T3 vs O3

| Feature | T3 Stack 🧘 | O3 Stack 🫧 | | ------------ | ------------------- | ------------------------------------------------------------------ | | Philosophy | Bleed responsibly | Bleed everywhere | | Tech choice | Stable, proven | Shiny, experimental | | Auth | NextAuth/Auth.js | BetterAuth or Auth.js | | API Layer | tRPC | oRPC | | ORM | Prisma | Drizzle ORM | | Validation | Zod | ArkType | | Runtime vibe | Safe & mindful | YOLO, dopamine-first | | Motto | "Bleed responsibly" | "If you're not bleeding everywhere, you're not trying hard enough" |


🚀 Get started

npx create-o3-app@latest
# or
pnpm dlx create-o3-app@latest
# or
yarn create o3-app
# or
bunx create-o3-app@latest

That's it. Follow the prompts and you'll have a bleeding-edge, type-safe, full-stack app in seconds.


What is this?

The O3 Stack is T3's unhinged sibling. We took everything great about T3 and cranked it up to 11. Where T3 carefully selects proven technologies, we grab the coolest, newest, most exciting tools and smash them together into something beautiful.

The Stack:

  • 🔥 oRPC - Because tRPC is so 2023
  • 🛡️ BetterAuth or Auth.js - Your auth, your rules
  • 🗄️ Drizzle ORM - SQL that doesn't hate you
  • ArkType - Runtime validation that's actually fast
  • Next.js 15 - Because we live on the bleeding edge
  • 🗄️ NeonDB - Who has time to setup a Database ?

Why O3?

We love new shit. That dopamine hit from trying cutting-edge tech? We're addicted. We don't wait for things to be "stable" or "production-ready" – we dive headfirst into the newest, most experimental tools and figure it out as we go.

Type safety is non-negotiable. From your database to your UI, every single piece talks to every other piece with perfect TypeScript inference. No any types. No runtime surprises. Just pure, beautiful type safety.

Modularity by design. Don't want auth? Skip it. Don't need a database? No problem. Every piece is optional, and the CLI generates exactly what you need.


Usage

Interactive (recommended)

npx create-o3-app@latest
# or pnpm dlx create-o3-app@latest
# or yarn create o3-app
# or bunx create-o3-app@latest

Non-interactive

npx create-o3-app@latest \
  --project-name my-bleeding-edge-app \
  --auth better-auth \
  --drizzle-orm \
  --orpc \
  --git \
  --run-time bun

Options

| Option / Flag | Description | Values | Default | | --------------------------- | ------------------------- | ----------------------------------- | -------- | | -n, --project-name <name> | Project name | Any string | my-app | | --auth <type> | Authentication method | authjs | better-auth | none | authjs | | --drizzle-orm | Include Drizzle ORM | (flag, no value) | false | | --orpc | Include oRPC | (flag, no value) | false | | --git | Initialize Git repository | (flag, no value) | false | | --docker | Add Dockerfile | (flag, no value) | false | | --run-time <runtime> | Choose runtime | node | pnpm | bun | yarn | node |


What you get

🎯 Next.js 15 with App Router and all the latest features
🎨 Tailwind CSS because life's too short for custom CSS
📝 Full TypeScript with strict mode enabled
🔧 Perfect tooling - Biome, Prettier, everything configured

Plus your selected goodies:

  • 🔐 Authentication with secure defaults and auto-generated secrets
  • 🗄️ Database pre-configured NeonDB with type-safe queries and automatic migrations
  • 📡 oRPC for type-safe client-server communication
  • 🐳 Docker ready for deployment anywhere

Examples

# Minimal setup - just Next.js + TypeScript
npx create-o3-app@latest --auth none --no-drizzle-orm --no-orpc

# Full-stack beast with everything
pnpm dlx create-o3-app@latest --auth better-auth --drizzle-orm --orpc --docker

# Quick prototype with Bun
bunx create-o3-app@latest --run-time bun --git

Community & Support


Contributing

We 💖 contributors! Check out our Contributing Guide to get started.

Wanna add a new bleeding-edge tool to the stack? Open a PR. Found a newer, cooler alternative to something we're using? We want to hear about it.


The O3 Philosophy

  1. Newer is better - We don't wait for "production-ready"
  2. Types everywhere - If it's not type-safe, it doesn't belong
  3. Developer happiness - Tools should spark joy, not frustration
  4. Modular by default - Use what you need, skip what you don't
  5. Community-driven - The best ideas come from developers building real stuff

npx create-o3-app@latest
# or pnpm dlx create-o3-app@latest
# or yarn create o3-app
# or bunx create-o3-app@latest

Made with 🩸 and ❤️ by developers who can't stop trying new things