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

@dinakars777/create-nexus

v1.0.0

Published

Scaffold the ultimate Agent-Native Boilerplate. Next.js, Hono, Drizzle, Zod, with built-in .agent control plane.

Readme

🧠 create-nexus

The Ultimate Agent-Native Boilerplate Generator.

Most Next.js boilerplates are optimized for human readability. Project Nexus is optimized to be perfectly indexed, mutated, and scaled by AI Coding Agents (Cursor, Claude, Devin) with zero hallucinations.

The Problem

When you ask an AI Agent to "build a feature" in a standard Next.js codebase, it hallucinates. It mixes Pages Router with App Router, it writes raw SQL instead of using your ORM, or it bypasses your API layer entirely to write Server Actions in the UI.

The Solution

create-nexus generates a fortress. It scaffolds a high-density, strictly-typed environment (Next.js, Hono, Drizzle, Zod) that includes a built-in Context Control Plane explicitly designed to govern AI behavior.

📦 The Tech Stack

  • Frontend: Next.js (App Router) + Tailwind CSS
  • API: Hono RPC (End-to-End Type Safety)
  • Database: Drizzle ORM + Postgres
  • Validation: Strict Zod Boundaries

🤖 The Agent-Native Architecture

When you run the generator, you aren't just getting React components. You get:

  1. The .agent/ Control Directory: Contains global rules.md, an architectural project-map.json, and a scratchpad.md for the agent to "think" out loud.
  2. The Twin-File System: Every major directory (src/app, src/db) contains a CONCEPTS.md. This defines the Business Logic vs. Implementation boundaries so the agent understands the "why" and doesn't guess context.
  3. Strict Type-Safety Walls: Absolute zero any types. Every API route uses zValidator. If an agent hallucinates an API shape, the Typescript compiler crashes, forcing the agent to read the error and fix itself.
  4. Verification Hooks: Pre-configured Husky pre-commit hooks run tsc --noEmit. If the agent breaks the build, the Git commit natively fails, forcing it to loop until structurally sound.
  5. MCP Stub: An integrated Model Context Protocol server stub (server/mcp) allowing local agents to securely query database schemas without reading thousands of lines of code.

Quickstart

Instantly generate your Agent-Native workspace:

npx @dinakars777/create-nexus

Follow the interactive prompts to name your project. The CLI will handle directory scaffolding, Git initialization, and NPM dependency installations.

License

MIT