GitHub organization metrics dashboard.
npx specto-cli your-orgDownload from Releases or visit specto.darkroom.engineering.
| App | Description | Stack |
|---|---|---|
apps/desktop |
Native desktop app | Tauri 2, React 19, Vite 7 |
apps/web |
Marketing website | Next.js 16, React 19 |
apps/cli |
CLI tool (specto-cli on npm) |
Bun, Commander |
| Package | Description |
|---|---|
@specto/core |
Shared types and GitHub client |
@specto/ui |
Shared React components |
# Install dependencies
bun install
# Run all apps in development
bun dev
# Build all apps
bun buildRequires GitHub CLI for authentication:
# Install GitHub CLI
brew install gh
# Authenticate
gh auth login
# Run desktop app
cd apps/desktop && bun run dev- Bun >= 1.2
- Rust (for Tauri desktop app)
- GitHub CLI (for authentication)
MIT