diff --git a/README.md b/README.md index f690a9ca2..2a8fee140 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ OpenPencil is: - **Open source** — MIT license, read and modify everything - **Figma-compatible** — opens .fig files natively, copy/paste between apps -- **AI-native** — built-in chat with tool use, JSX rendering, no API restrictions -- **Fully local** — no account, no server, no internet required, ~5 MB install +- **AI-native** — built-in chat with tool use, bring your own API key, no vendor lock-in +- **Free forever** — no account, no subscription, no internet required, ~5 MB install - **Programmable** — headless CLI, every operation is scriptable Your design files are yours. Your tools should be too. diff --git a/packages/docs/index.md b/packages/docs/index.md index c03e009a2..aff97a167 100644 --- a/packages/docs/index.md +++ b/packages/docs/index.md @@ -26,10 +26,10 @@ features: details: Opens .fig files natively. Copy/paste between apps. Kiwi codec with round-trip fidelity. - icon: 🤖 title: AI-Native - details: Built-in chat with tool use. 10 design tools wired to the editor. No API restrictions. + details: Built-in chat with tool use. Bring your own API key — no subscription, no vendor lock-in. - icon: 🖥️ - title: Fully Local - details: No account, no server, no internet required. ~5 MB Tauri desktop app. + title: No Subscription + details: No account, no server, no internet required. Free forever. ~5 MB desktop app. - icon: ⚡ title: Programmable details: Headless CLI for .fig inspection and export. Every operation is scriptable. JSX renderer.