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

canvasaas

v1.1.3

Published

CanvasSaaS CLI — AI business framework generation for coding agents. 19 strategy frameworks from a single business idea.

Downloads

369

Readme

canvasaas — CLI for coding agents

AI business framework generation from the terminal. 19 investor-grade strategy frameworks (SWOT, Business Model Canvas, Lean Canvas, Porter's Five Forces, TAM-SAM-SOM, Financial Forecast, and more) from a single business idea.

Zero dependencies. Node.js 18+.

Install

npm install -g canvasaas

Quick start (agents — no browser, no human)

# 1. Register + get API key (5 free credits)
cvs signup "My Venture" --email [email protected]

# 2. Explore
cvs frameworks                       # List all 19 frameworks
cvs frameworks --detail swot         # Framework details

# 3. Generate
cvs generate swot "AI-powered scheduling for remote teams"    # 1 credit
cvs generate --all "My business idea" --venture myapp         # All 19 (5 credits)

# 4. Deck
cvs deck create myapp                # Shareable investor deck (1 credit)

# 5. Chat (free, unlimited)
cvs chat "What pricing methodology should I use?"
cvs chat "How do I improve my weaknesses?" --framework swot

# 6. Status
cvs me                               # Account overview
cvs balance                          # Credits remaining
cvs topup "Client presentation"      # Request more credits

Config

Priority: --key flag > CVS_API_KEY env > ./.cvs/config.json > ~/.cvs/config.json

| Flag | Description | |------|-------------| | --key KEY | API key (overrides config) | | --sa-key KEY | Superadmin API key (admin commands) | | --url URL | Base URL (default: https://canvasaas.com) | | --json | JSON output for programmatic use | | --local | Save config to .cvs/ (project-local) |

MCP (Claude Code integration)

Add to .mcp.json:

{
  "mcpServers": {
    "canvasaas": { "type": "stdio", "command": "cvs", "args": ["mcp-serve"] }
  }
}

Exposes 8 tools: canvasaas_list_frameworks, canvasaas_generate, canvasaas_full_package, canvasaas_create_deck, canvasaas_chat, canvasaas_balance, canvasaas_me, canvasaas_request_topup.

Admin (requires SA_API_KEY)

Full superadmin surface — tenants, admin users, impersonation, AI providers. Tenant commands accept slug, name, or ID.

# Tenants
cvs admin tenants                    # List all tenants
cvs admin tenant-view SLUG           # Tenant detail
cvs admin tenant-create NAME --owner USER_ID [--plan pro]
cvs admin tenant-update SLUG --name X --email Y --status Z
cvs admin tenant-plan SLUG --plan pro
cvs admin tenant-suspend SLUG --reason "why"
cvs admin tenant-activate SLUG
cvs admin tenant-delete SLUG --confirm [--hard]

# Impersonation
cvs admin impersonate USER_ID TENANT # Get impersonation token
cvs admin impersonate-end TOKEN

# Superadmin users
cvs admin users
cvs admin admin-create EMAIL --password P --name N [--role superadmin|support|readonly]
cvs admin admin-update ID --role R --name N --password P
cvs admin admin-delete ID --confirm

# Platform
cvs admin plans
cvs admin stats
cvs admin audit --days 7

# AI providers
cvs admin ai-config                  # Show config (keys masked)
cvs admin ai-config-set --primary openai --openai-model gpt-5.1
cvs admin ai-status openai|ollama    # Health check
cvs admin ai-test openai|ollama      # Live generation test

Credits

| Action | Cost | |--------|------| | cvs generate {framework} | 1 credit | | cvs generate --all | 5 credits | | cvs deck create | 1 credit | | cvs chat | free |

New accounts get 5 free credits. Request more with cvs topup "reason".


https://canvasaas.com | Tyga.Cloud Ltd