Skip to content

AltusRossouw/website-builder-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCode Website Builder Setup

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.

Install

npm (recommended)

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-setup

Local install

git clone https://github.com/AltusRossouw/website-builder-setup.git ~/.config/opencode/plugins/website-builder-setup

Agent Skill

For the best experience, also install the companion skill. Copy the skill directory:

Mac/Linux:

cp -r website-builder-setup ~/.config/opencode/skills/website-builder-setup

Windows:

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-setup

Then 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.

What Gets Installed

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.

Requirements

After Setup

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.

Plugin Details

Custom Tool: website_builder_setup

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

Building from source

bun install
bun run build

License

MIT

About

Build professional animated websites with Claude Code — no coding needed. One install, three tools: UI/UX Pro Max + Framer Motion + 21st.dev. By @tenfoldmarc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%