@fastpace-ai/fp
v0.34.2
Published
fastpace — trust harness for AI-assisted development. Installs skills, agents, hooks, and guardrails into any repo.
Downloads
302
Maintainers
Readme
@fastpace-ai/fp
Trust harness for AI-assisted development. Supercharges Claude Code / Codex / Gemini CLI with opinionated skills, agents, hooks, domain context, workflows, and guardrails — so AI generates safe code fast.
Install
npm install -g @fastpace-ai/fpRequires Node >= 18. Works on macOS, Linux, and Windows. Zero runtime dependencies.
The binary installs as both fastpace and fp (fp is the short alias — same binary, less typing).
Quickstart
cd your-repo
fastpace init # install skills, agents, hooks into .claude/
claude # launch Claude Code (or any AI CLI that reads .claude/)
/fp-discover # seed domain context inside the AI sessionfastpace init is non-destructive — it only adds files under .claude/ and never edits your code.
What you get
After fastpace init, your repo has:
- 25+ slash commands —
/fp-discover,/fp-prd,/fp-erd,/fp-review,/fp-attest,/fp-aibom, and more. - 7 specialized agents — security, code review, PRD, ERD, model eval, redteam, compliance.
- 16 hooks — guardrails on tool use, file edits, MCP scope, and command execution.
- Local dashboard —
fastpace uiopens a browser dashboard for config, audit chain, run manifests, docs, and execution plans. - Identity + audit chain — every AI run signs into a tamper-evident ledger under
.fastpace/audit/.
Common commands
fastpace init # set up .claude/ in the current repo
fastpace ui # open the local dashboard
fastpace doctor # health check
fastpace help # full command list
fastpace --version
fastpace activate <key> # unlock Team / Enterprise features
fastpace license # show current tier + expiry
fastpace token # mint a short-lived org-dashboard bearer
fastpace aibom # generate an AI Bill of Materials
fastpace audit # show audit chain entries
fastpace attest # produce a signed run attestation
fastpace nhi # non-human identity inventory
fastpace redteam # adversarial scenarios
fastpace eval # model evaluationsRun fastpace help for the full list (60+ subcommands).
Tiers
One npm package, three tiers under one binary. Team features check for ~/.fastpace/license.json at runtime and downgrade to Community silently if absent. Same install — unlock with fastpace activate <key>.
| Tier | Price | For | |---|---|---| | Community | Free, source-available (ELv2) | Solo dev, single repo | | Team | $29/seat/mo annual ($36 monthly) · first 5 seats free for 12 months | 2–500 dev teams · VPs Eng + CISOs | | Enterprise | From $99/editor-seat or $25K/yr floor | Banks · hospitals · public-sector · regulated workloads |
OSS maintainers (project ≥ 100 stars) and educators (.edu email) get Team free for 12 months. Practicing audit firms get Team free with no seat cap.
Full pricing breakdown: https://fastpace.net/pricing.
Domain quality ladder
fastpace pushes your repo up a ladder. Each rung adds artifacts the AI can use to generate higher-trust code:
- L1 — code only
- L2 — + architecture & patterns
- L3 — + PRD / ERD
- L4 — + execution plan
- L5 — + ADRs & compounded learnings
Everything lives in your repo. The repo is the source of truth — any model, any runtime, any tool can rehydrate the full institutional knowledge from a git clone.
Links
- Website: https://fastpace.net
- Pricing & Buy Team: https://fastpace.net/pricing
- Source code: https://github.com/fastpace-ai/fastpace
- Issues: https://github.com/fastpace-ai/fastpace/issues
- Changelog: https://github.com/fastpace-ai/fastpace/blob/main/packages/fp/CHANGELOG.md
- Onboarding & architecture: https://github.com/fastpace-ai/fastpace/blob/main/ONBOARDING.md
License
Source-available under the Elastic License 2.0 (SPDX: Elastic-2.0).
- Free for internal use, anywhere — read, modify, run, and redistribute fastpace inside your company, in education, in research, and in personal projects, for any purpose.
- Not allowed without a separate agreement — offering fastpace (or a fork, or a meaningful subset of its features) to third parties as a hosted or managed service; circumventing the license-key system.
Copyright 2026 fastpace, a division of stanfis, llc. Trademarks held by stanfis, llc.
