Agent builds. You ship.

One command gives your AI everything it needs — production-ready SwiftUI components, full-stack recipes, and the context to build real apps without guessing.

One command. Works with Claude Code, Cursor, Copilot, Gemini, and 30+ more AI tools.

ShipSwift - Skills-powered SwiftUI component library for AI coding tools

Works with your favorite AI tools. Install once. Use everywhere.

Claude Code

ChatGPT

Gemini

Cursor

Windsurf

GitHub Copilot

DeepSeek

Qwen

Kimi

Xcode

Based on Skills & MCP

Terminal
$ npx skills add signerlabs/shipswift-skills
 
Added 3 skills:
build-feature — Build iOS features from production recipes
add-component — Add SwiftUI components to your project
explore-recipes — Browse 40+ recipes across 4 categories
 
Connected MCP server: shipswift.app/mcp
Tools: listRecipes, searchRecipes, getRecipe
 
Ready. Try: "build an onboarding flow with shimmer animation"

Designed for AI to understand and use.

Describe what you want. Watch AI build it.

Tell your AI assistant what to build. It searches ShipSwift recipes, reads the source code, and generates production-ready SwiftUI — in seconds.

Claude Code
You: Build an onboarding flow with shimmer effect
Claude: I'll search for the right recipes.
> searchRecipes("onboarding")
Found: component-onboarding-view
"Multi-page onboarding with swipe navigation
and Continue/Get Started button"
> searchRecipes("shimmer")
Found: animation-shimmer
"Shimmer highlight that sweeps a translucent
light band across content"
Reading full recipes and generating code...
✓ OnboardingView.swift (created)
✓ Ready to build
You: Add a donut chart for expense categories
Claude: Let me find the right recipe.
> searchRecipes("donut")
Found: chart-donut-chart
"Interactive donut chart with tap-to-select
and center overlay — built on Swift Charts"
> getRecipe("chart-donut-chart")
Adapting to your expense model...
✓ ExpenseChartView.swift (created)
You: What recipes do you have?
Claude: Here's the full catalog:
Animation (9) shimmer, typewriter, glow...
Chart (8) line, bar, donut, radar...
Component (15) onboarding, alert, loading...
Module (9) auth, camera, chat, setting...
48 recipes total. 44 free, 4 Pro.
Say "add [name]" to get started.
OnboardingView.swift
// OnboardingView.swift
import SwiftUI
struct OnboardingView: View {
var body: some View {
SWShimmer { // wrap any view
Button("Get Started")
.padding()
.background(.blue)
.clipShape(.capsule)
}
}
}
// ExpenseChartView.swift
import SwiftUI
let food = SWDonutChart.Category(name: "Food")
let transport = SWDonutChart.Category(name: "Transport")
let subjects: [SWDonutChart.Subject] = [
.init(name: "Groceries", category: food),
.init(name: "Dining", category: food),
.init(name: "Gas", category: transport),
]
SWDonutChart(
subjects: subjects,
selectedCategory: $selected
)

48 recipes available — 44 free, 4 Pro

Animation9
Chart8
Component15
Module9

Custom Development

Modern iOS apps your customers will love

From a polished refresh to a full rebuild — we deliver native iOS apps that feel modern, perform fast, and launch on the App Store on schedule.

App Refresh

Give your existing app a fresh, modern feel.

$5,000+

3–4 weeks

Email us
  • Latest iOS design language rebuild
  • Dark mode, Widgets, Live Activities
  • Smooth animations & native iOS polish
  • Full source code + App Store update
MOST POPULAR

App Modernize

Refresh the UI and add the features your users have been asking for.

$5,000+

3–4 weeks

Email us
  • Everything in App Refresh
  • New feature modules (AI, IAP, Push, Auth)
  • Backend cleanup & API modernization
  • Performance & analytics upgrade

Build New

Take your idea from zero to App Store, end-to-end.

$8,000+

6–8 weeks

Email us
  • Full-stack iOS app + AWS backend
  • App Store launch handled by us
  • 3 months post-launch maintenance
  • Source code & infrastructure handover

Shipped by Makers

From Prompt to App Store

These apps are live on the App Store — built with ShipSwift recipes and AI-powered development.

Pricing

Simple, transparent pricing

Pro recipes include full backend implementation, App Store compliance templates, and battle-tested pitfall guides — everything you need to go from prototype to production.

Free

Open-source

$0forever
Get Started
  • 100+ UI Components
  • 60+ Animation Components

Pro

Lifetime access, one-time payment

$89one-time
  • 100+ UI Components
  • 60+ Animation Components
  • 30+ Full-Stack Modules
  • Deployment Guides
  • Compliance Templates
  • Known Pitfalls & Troubleshooting
  • All Future Pro Recipes
Recommended

Max

Monthly subscription

$200/mo
  • Everything in Pro
  • Consulting & Coaching
  • App Store Hosting & Submission
  • AWS Hosting & Ops
  • Direct Founder Access

Frequently Asked Questions