saasgadget
v0.1.1
Published
CLI tool for solo SaaS founders — scan repos, generate audit reports, plan changes, and manage MCP servers
Maintainers
Readme
saasgadget
CLI tool for solo SaaS founders — scan repos, generate audit reports, plan changes, and manage MCP servers.
Quick Start
npx saasgadget scan .Or install globally:
npm install -g saasgadget
saasgadget scan .
sg scan . # short aliasCommands
| Command | Description |
| ----------- | ---------------------------------------------- |
| scan | Scan a repository for SaaS signals |
| report | Generate a structured audit report pack |
| plan | Create a prioritized change plan |
| new | Scaffold a new SaaS project from templates |
| mcp | Start the MCP server for IDE integration |
| auth | Authenticate with GitHub |
| settings | Manage CLI configuration |
| session | Manage analysis sessions |
| doctor | Diagnose environment and connectivity issues |
Features
- Repository Analysis: Detect auth, billing, tenancy, security, and code-health signals
- Dual Output: Every analytical command produces JSON + Markdown
- MCP Server: Expose tools to VS Code Copilot and other MCP clients
- Session Management: Track analysis across multiple runs with token budgets
- Project Templates: Scaffold Stripe billing, Supabase auth, RBAC, and more
Documentation
- Website: saasgadget.io
- Docs: docs.saasgadget.io
License
MIT — see LICENSE.md
