Skip to content

v0.4.0 — public Jetti install skill

Latest

Choose a tag to compare

@rossres rossres released this 08 May 04:59

First public Jetti release. Tracks the install skill version baked into scripts/jetti-install.mjs and matches the v0.4 · skill badge in the README.

What's in this release

  • Agent install path — paste install jetti from https://jetti.co/install.md into Claude Code, Codex, or Cursor. Your agent reads the contract, mints a session, patches your entry file with the snippet, and prints a reviewer link.
  • Manual install pathPOST /api/agent-installs and paste the returned snippet, no agent required.
  • Apply CLI — reviewers' handoff bundles flow back via npx jetti apply <handoff-url>, which stages changes on a branch and (if gh is available) opens a draft PR.
  • Framework auto-detect — plain HTML and Vite + React today; Next.js, Webflow, Shopify, GTM are tracked as adapter issues (see below).
  • Developer landingrossres.github.io/jetti/, served from docs/index.html.
  • Repo scaffolding — MIT license, CI on Node 20 + 22, CONTRIBUTING / SECURITY policy, dependabot, issue & PR templates.

Framework support today

Framework Auto-detect
Plain HTML / static
Vite + React
Next.js (app + pages) 🔜 #3
Webflow / custom code 🔜 #4
Shopify themes 🔜 #5

Pre-1.0 status

The CLI surface, install contract, and snippet runtime are production-stable and operated at jetti.co, but the public package layout and any `/api/*` shapes may still change before 1.0. Pin to `v0.4.x` if you want a fixed surface.

Install

```
install jetti from https://jetti.co/install.md
```

README · docs · jetti.co