> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solved.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> scripty is a JS runtime and project manager with Node, Deno, and Bun APIs — rebuilt in Zig.

**scripty** is a JavaScript runtime and project manager written in Zig. One tool aims to cover the APIs and workflows you already use with Node.js, Deno, and Bun — with built-in formatting and linting — without stacking three separate runtimes.

## 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](/rusty) (Rust), [worgo](/worgo) (Go), [pyppi](/pyppi) (Python), and [yappy](/yappy) (native desktop host): tooling from [solved.gg](https://solved.gg).

| Sibling                     | Ecosystem                                   |
| --------------------------- | ------------------------------------------- |
| [rusty](/rusty)             | Rust package manager + toolchain (Linux)    |
| **scripty**                 | JavaScript / TypeScript runtime + PM        |
| [worgo](/worgo)             | Go workspace project manager                |
| [pyppi](/pyppi)             | Python package manager + project tool       |
| [yappy](/yappy)             | Linux native desktop shell (embeds scripty) |
| [deploy](/deploy)           | Next.js → Cloudflare Workers CLI            |
| [git](/git)                 | solved.gg git host UI                       |
| [depotsdk-go](/depotsdk-go) | Go SDK for the Depot API                    |

## 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](https://scripty.pm.solved.gg)
* Suite hub: [pm.solved.gg](https://pm.solved.gg)
* Org overview: [solved.gg/projects](https://solved.gg/projects)

## What to expect next in these docs

1. Install and first project
2. Runtime API surface (Node / Deno / Bun)
3. Package management and workspaces
4. Format, lint, and scripts
5. CLI and configuration reference

Questions or early access: [intake@solved.gg](mailto:intake@solved.gg).


## Related topics

- [Introduction](/worgo/0.0.1-dev/index.md)
