2026-02-28 08:38:27 +00:00
|
|
|
---
|
|
|
|
|
layout: home
|
Add SEO: OG tags, Twitter Card, hreflang, JSON-LD, sitemap
- config.ts: og:site_name, og:image (+w/h/alt), twitter:card/site/image
- config.ts: transformPageData — per-page canonical, og:url, og:locale,
og:locale:alternate, hreflang for all 6 locales + x-default,
og:title/description and twitter:title/description from frontmatter
- config.ts: sitemap with xhtml:link alternates for all 174 pages × 6 locales
- SchemaOrg.vue: SoftwareApplication JSON-LD on EN homepage only
- HomeLayout.vue: render SchemaOrg in home-features-after slot
- index.md + de/fr/es/it/pl index.md: add translated title to frontmatter
2026-03-07 16:49:24 +00:00
|
|
|
title: OpenPencil — AI-Native Design Editor
|
2026-03-01 10:58:54 +00:00
|
|
|
description: Open-source Figma alternative. Fully local, AI-native, programmable.
|
2026-02-28 08:38:27 +00:00
|
|
|
|
|
|
|
|
hero:
|
|
|
|
|
name: OpenPencil
|
|
|
|
|
text: AI-Native Design Editor
|
2026-03-01 10:58:54 +00:00
|
|
|
tagline: Open-source Figma alternative. Fully local, AI-native, programmable.
|
2026-02-28 08:38:27 +00:00
|
|
|
actions:
|
|
|
|
|
- theme: brand
|
2026-03-01 13:02:08 +00:00
|
|
|
text: Try Online
|
2026-03-06 17:54:48 +00:00
|
|
|
link: https://app.openpencil.dev/demo
|
2026-03-01 13:02:08 +00:00
|
|
|
- theme: alt
|
2026-03-01 13:32:45 +00:00
|
|
|
text: Download
|
|
|
|
|
link: https://github.com/open-pencil/open-pencil/releases/latest
|
2026-02-28 08:38:27 +00:00
|
|
|
- theme: alt
|
2026-03-01 13:32:45 +00:00
|
|
|
text: GitHub
|
2026-03-01 13:18:11 +00:00
|
|
|
link: https://github.com/open-pencil/open-pencil
|
2026-02-28 08:38:27 +00:00
|
|
|
|
|
|
|
|
features:
|
2026-03-01 10:58:54 +00:00
|
|
|
- icon: 📖
|
|
|
|
|
title: Open Source
|
|
|
|
|
details: MIT license. Read and modify everything — the editor, the engine, the file codec.
|
2026-02-28 08:38:27 +00:00
|
|
|
- icon: 📂
|
2026-03-01 10:58:54 +00:00
|
|
|
title: Figma-Compatible
|
|
|
|
|
details: Opens .fig files natively. Copy/paste between apps. Kiwi codec with round-trip fidelity.
|
2026-02-28 08:38:27 +00:00
|
|
|
- icon: 🤖
|
2026-03-01 10:58:54 +00:00
|
|
|
title: AI-Native
|
2026-03-01 14:24:54 +00:00
|
|
|
details: Built-in chat with tool use. Bring your own API key — no subscription, no vendor lock-in.
|
2026-02-28 08:38:27 +00:00
|
|
|
- icon: 🖥️
|
2026-03-01 14:24:54 +00:00
|
|
|
title: No Subscription
|
|
|
|
|
details: No account, no server, no internet required. Free forever. ~5 MB desktop app.
|
2026-03-01 10:58:54 +00:00
|
|
|
- icon: ⚡
|
|
|
|
|
title: Programmable
|
|
|
|
|
details: Headless CLI for .fig inspection and export. Every operation is scriptable. JSX renderer.
|
2026-02-28 08:38:27 +00:00
|
|
|
---
|