v0.1 Demo Drop
- CLI scaffolding + interactive REPL.
- TUI market replay and risk gauges.
- Feedback intake wired to waitlist.
These notes bridge the gap while the dedicated docs portal launches. Use them to prep internal reviews, waitlist updates, and contributor onboarding.
cargo install matchstick-cli
matchstick init my-playbook
matchstick run --replay sample-data
Ships as a signed crate. CI enforces cargo fmt/cargo clippy so checks pass on contributor PRs.
npm install -g matchstick-cli lands right after beta for JS tooling.public/assets/demo and the home page updates automatically.
matchstick-cli — developer CLI, scaffolding, replay tools.matchstick-engine — low-latency core, Cap'n Proto RPC.matchstick-tui — terminal dashboard streaming simulated data.matchstick-site — Astro marketing surface with waitlist + demo slots.matchstick-web — Cap'n Web layer (in progress).forge — docs + PRD automation CLI.Full architecture diagrams live in docs/reference/ARCHITECTURE.md and the README roadmap.
Need a guided walk-through? Start with the build log for weekly implementation notes.