- Landing page: reorder features (Figma-compatible first), add collaboration card, fix app size - Features: cut implementation details, group into clear sections, add MCP/CLI/Homebrew - Architecture: replace ASCII diagram with mermaid, add RPC bridge, update tool counts - Remove ~500 lines of internal implementation prose from user-facing docs
41 lines
1.7 KiB
Markdown
41 lines
1.7 KiB
Markdown
---
|
|
layout: home
|
|
title: OpenPencil — Editor de Diseño Open-Source
|
|
description: Alternativa open-source a Figma. Abre archivos .fig, IA integrada, completamente programable.
|
|
|
|
hero:
|
|
name: OpenPencil
|
|
text: Editor de Diseño Open-Source
|
|
tagline: Abre archivos de Figma. IA integrada. Completamente programable. Gratis para siempre.
|
|
actions:
|
|
- theme: brand
|
|
text: Probar en línea
|
|
link: https://app.openpencil.dev/demo
|
|
- theme: alt
|
|
text: Descargar
|
|
link: https://github.com/open-pencil/open-pencil/releases/latest
|
|
- theme: alt
|
|
text: GitHub
|
|
link: https://github.com/open-pencil/open-pencil
|
|
|
|
features:
|
|
- icon: 📂
|
|
title: Compatible con Figma
|
|
details: Abre archivos .fig nativamente. Copiar y pegar entre Figma y OpenPencil. Códec binario Kiwi con fidelidad de ida y vuelta.
|
|
- icon: ⚡
|
|
title: Programable
|
|
details: CLI headless para inspeccionar, exportar y analizar archivos .fig. Figma Plugin API vía eval. Exportación Tailwind CSS. Salida JSON para CI.
|
|
- icon: 🤖
|
|
title: IA-Nativo
|
|
details: Chat integrado con 90 herramientas — crear formas, aplicar estilos, gestionar layout, analizar tokens. Servidor MCP para Claude Code, Cursor, Windsurf.
|
|
- icon: 📖
|
|
title: Código Abierto
|
|
details: Licencia MIT. Lee y modifica todo — el editor, el motor, el códec de archivos, el CLI.
|
|
- icon: 🖥️
|
|
title: Gratis y Local
|
|
details: Sin cuenta, sin servidor, sin internet. App de escritorio de ~7 MB vía Homebrew, o usa la app web.
|
|
- icon: 👥
|
|
title: Colaboración en Tiempo Real
|
|
details: P2P vía WebRTC — sin servidor. Comparte un enlace, edita junto con cursores en vivo y modo seguimiento.
|
|
---
|