gea
Build and migrate ultra-lightweight reactive web apps with AI guidance
All Skills in This Repository (5)
Pure Emerald Level Indicatorsgea-ui-components
Assemble accessible Tailwind-styled UI components with Zag.js state machines.
react-to-gea-migration
Migrate a React codebase to Gea through a phase-driven workflow.
js-framework-benchmark-report
Update repository-local JavaScript framework benchmark reports and regenerate results.
playground-browser-bundles
Rebuild gea-core.js and gea-compiler-browser.js bundles in a deterministic build order.
gea-framework
Compiles JSX to efficient DOM patches for Gea applications with proxy-based stores and router support.
Frequently Asked Questions
FAQPage SchemaHow to install Gea skills?โผ
Run `npx skills add dashersw/gea --all -g -y` in your terminal to install all skills in this suite globally.
What is the Gea framework?โผ
Gea is a compiler-first reactive JavaScript UI framework with no virtual DOM, proxy-based stores, and surgical DOM patching. A hello-world build ships only 121 bytes of compressed JavaScript.
How to migrate a React app to Gea?โผ
The react-to-gea-migration skill walks your AI agent through converting components, hooks, routing, and styling step by step. It includes side-by-side code examples from a real Jira clone migration.
Does Gea include ready-made UI components?โผ
Yes. The gea-ui-components skill covers about 35 accessible components like Button, Dialog, Select, and Toast, styled with Tailwind and powered by Zag.js state machines.
Do I need to learn new concepts to use Gea?โผ
No. Gea uses plain JavaScript classes, functions, and getters with no signals, hooks, or dependency arrays, and the AI skills guide your agent through every pattern.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core