What scripty is for
- One runtime surface for Node, Deno, and Bun APIs (full compatibility is the product goal; the implementation is still early)
- Project management for JS/TS trees: install, run, and workspace workflows in one CLI
- Built-in format + lint with rules and ecosystem support, so you are not forced to wire a separate toolchain for every repo
- Speed as a first-class goal — marketing target is on the order of 100× Bun for the paths scripty is designed around
How it fits the suite
scripty sits next to rusty (Rust), worgo (Go), pyppi (Python), and yappy (native desktop host): tooling from solved.gg.Status
scripty is in early access / coming soon. Public packaging, install paths, and CLI reference will land here as the binary stabilizes. Until then:- Product site: scripty.pm.solved.gg
- Suite hub: pm.solved.gg
- Org overview: solved.gg/projects
What to expect next in these docs
- Install and first project
- Runtime API surface (Node / Deno / Bun)
- Package management and workspaces
- Format, lint, and scripts
- CLI and configuration reference