Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Wynelson94
Describe your app in plain English. Shipwright builds, tests, and deploys it.
npx claudepluginhub davepoon/buildwithclaude --plugin shipwrightBuild a complete web application from a plain English description. Uses Product Agent's battle-tested 9-phase pipeline with enforced retries, quality scoring, and build memory. Use when a user wants to create an app, website, or web product.
Add new features to an existing Shipwright-built app. Uses Product Agent's enhancement mode with enforced validation and quality scoring. Use when the user wants to improve, extend, or modify an app that was already built.
List all apps built by Shipwright. Shows project names, stacks, URLs, and quality scores. Use when the user wants to see what they've built or pick a project to enhance.
Explain the available technology stacks in plain English. Use when the user asks what kinds of apps Shipwright can build, or wants to understand the technology choices.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Full-stack web development with app scaffolding and page generation
You say it, AutoCode ships it. 47 skills. Code to deployment in one session. I-Lang v4.0 powered.
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Scaffold Cloudflare Workers, Hono APIs, D1/Drizzle schemas, D1 migration workflows, full-stack Vite+Workers apps, and TanStack Start SSR dashboards.
Enhances Claude Code from producing raw code into delivering production-ready systems. 14 specialized agents handle architecture, tested code, security audit, CI/CD, and documentation. Use for building apps/websites/services, adding features, hardening, deployment, testing, review, or architecture design.
Your own path. Multiple stacks. Ship everything. 30 skills, 3 agents, code intelligence MCP — from shower thought to deployed product.
Persistent local memory for Claude Code. Every tool call, every file edit, every thinking block from every session — stored verbatim on your machine. Semantic recall in ~126ms with zero API calls.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Describe your app. Get it deployed.
Shipwright is a Claude Code plugin that builds complete web applications from plain English descriptions. No coding experience required — just describe what you want and Shipwright handles the rest.
# Install the plugin
claude plugin install shipwright
# Build an app
/shipwright:build "a todo app with user accounts and dark mode"
That's it. Shipwright will:
| You Describe | Shipwright Builds |
|---|---|
| "A project management tool" | Full web app (Next.js + Supabase) |
| "A marketplace for freelancers" | Complex app (Next.js + Prisma) |
| "A company blog" | Content site (Astro) |
| "A simple dashboard" | Lightweight app (SvelteKit) |
Run /shipwright:stacks for full details on each stack.
| Command | What It Does |
|---|---|
/shipwright:build [idea] | Build and deploy a new app |
/shipwright:enhance [feature] | Add features to an existing app |
/shipwright:stacks | See what kinds of apps Shipwright can build |
/shipwright:projects | List all apps you've built with Shipwright |
npm i -g vercel) + free Vercel accountNo API key needed. Shipwright runs entirely through your Claude Code subscription. You do not need an Anthropic API key or any paid API credentials.
Shipwright uses Product Agent as its build engine. To install it automatically:
bash setup.sh
Or install manually:
pip install product-agent
Minimum required version: v12.0
Shipwright checks for all requirements before building and walks you through installing anything that's missing.
For the smoothest experience, allow these permissions in Claude Code settings:
npm, npx, vercel commands~/Projects/See CLAUDE.md for the full list of recommended permissions.
Shipwright runs a 9-phase autonomous pipeline:
Understand → Design → Review → Build → Test → Audit → Deploy → Verify → Done!
Each phase runs independently with its own error recovery. If something goes wrong, Shipwright fixes it automatically (up to 5 attempts with backoff) and learns from mistakes.
Shipwright auto-selects the best technology for your app:
| Stack | Best For | Key Features |
|---|---|---|
| Next.js + Supabase | SaaS, dashboards, user-facing apps | User accounts, database, realtime, file uploads |
| Next.js + Prisma | Marketplaces, multi-tenant apps | Complex data relationships, advanced queries |
| SvelteKit | Lightweight interactive apps | Blazing fast, minimal overhead |
| Astro | Blogs, portfolios, docs sites | Fastest page loads, great SEO |
All stacks deploy to Vercel with zero configuration.
Shipwright includes enterprise-grade safety features:
rm -rf /, fork bombs, piped downloads, sudo, device writes) with shell-aware splitting/etc, /usr, /System) and credential files (.ssh, .aws, .pem, .key, .p12)All safety hooks run as bash scripts with python3 for comprehensive pattern matching, and fail-closed when python3 is unavailable.
bash tests/test_hooks.sh
41 tests covering bypass attempts, destructive commands, protected paths, and injection patterns.
All Shipwright apps run on Vercel's serverless platform. This is great for most web apps, but there are some things to be aware of: