Build professional, animated websites with OpenCode — no coding experience needed. This plugin installs three tools that turn OpenCode into a full web design studio.
Originally created by @tenfoldmarc, adapted for OpenCode.
Add to your opencode.json:
{
"plugin": ["opencode-website-builder-setup"]
}OpenCode will install it automatically on next start.
Or install manually:
npm install -g opencode-website-builder-setupgit clone https://github.com/AltusRossouw/website-builder-setup.git ~/.config/opencode/plugins/website-builder-setupFor the best experience, also install the companion skill. Copy the skill directory:
Mac/Linux:
cp -r website-builder-setup ~/.config/opencode/skills/website-builder-setupWindows:
xcopy /E website-builder-setup %USERPROFILE%\.config\opencode\skills\website-builder-setup\Or project-local:
mkdir -p .opencode/skills
cp -r website-builder-setup .opencode/skills/website-builder-setupThen start OpenCode and say:
Install the website builder stack for me
OpenCode will load the skill and walk you through setup using the website_builder_setup tool.
| Tool | What it does |
|---|---|
| UI/UX Pro Max | 50+ design styles, 161 color palettes, 57 font pairings. Your sites look designed, not AI-generated. |
| Framer Motion | Smooth animations — page transitions, hover effects, scroll reveals. The difference between a $500 site and a $10,000 site. |
| 21st.dev Magic | 100+ production-ready React components. Buttons, navbars, hero sections, cards, footers — all pre-designed. |
Just tell OpenCode what you want:
Build me a landing page for my consulting business targeting small business owners.
Dark theme, modern, with animations.
OpenCode handles the rest — design, layout, animations, responsive, everything.
The plugin provides a custom tool that walks through the setup steps:
| Step | Description |
|---|---|
check |
Check Node.js, npm, and existing installations |
install-uiux |
Install UI/UX Pro Max via uipro-cli |
install-framer |
Install framer-motion in your project |
setup-21st |
Configure 21st.dev Magic MCP server |
done |
Show installation summary |
bun install
bun run buildMIT