vibecanvas
Infinite canvas for running and generating real apps
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Vibecanvas?โผ
Run `npx skills add omnidraw/vibecanvas --all -g -y` in your terminal to install all skills in this suite globally.
What is Omnidraw Vibecanvas used for?โผ
It lets you run real applications inside an infinite drawing canvas and generate new apps with AI using your existing code plan subscriptions.
How do I run Omnidraw locally?โผ
Install Bun 1.4.0, run `bun install --frozen-lockfile`, then `bun run build` and `bun run start`, and open http://127.0.0.1:7496/ in your browser.
Can I build custom widgets for the canvas?โผ
Yes. The @omnidraw/sdk package is the widget-authoring entrypoint, and the source-run `omnidraw widget` CLI helps you debug widgets locally.
Does Vibecanvas work with AI coding agents?โผ
Yes. The root CLAUDE.md and AGENTS.md files give coding agents explicit architecture, package boundary, and Effect v4 rules so they can safely modify the codebase.
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