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...
41 recipes total. 38 free, 3 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
)

41 recipes available — 38 free, 3 Pro

Animation9
Chart8
Component15
Module9

Production Modules

Prompt it. Ship it.

All components are live in the ShipSwift app — preview them on your iPhone before you build.

Face Camera
>

Add a camera view with face detection. Use front camera, show landmark overlay in real time.

Initializing SWCamera with front camera configuration
Enabling Vision framework for facial landmark detection
Configuring real-time face mesh overlay with 76 tracking points
Setting up photo capture, zoom control, and photo picker
SWCamera Demo
Paywall
>

Add a subscription paywall. Monthly plan ¥8.00/month, annual plan ¥48.00/year. Show feature list, Terms, Privacy Policy links. Include Subscribe, Redeem Code, and Restore buttons.

Configuring SubscriptionStoreView with monthly and annual product IDs
Rendering feature list with custom icons — unlimited usage, iCloud sync
Injecting Terms of Service and Privacy Policy links into the store sheet
Auto-showing Redeem Code, Restore Subscription, and Cancel buttons
Purchase completion handled — isPro status updated via StoreKit 2 transaction
SWPaywall Demo
Chat
>

Build an AI chat interface. Streaming responses, token by token. Add a thinking indicator and voice input support.

Mounting SWChat with message list and text input bar
Enabling streaming response — renders token by token as they arrive
Injecting SWThinkingIndicator for loading and typing states
Initializing VolcEngine ASR for real-time voice recognition
Chat interface ready — supports text, voice, and message history
SWChat Demo
Auth
>

Add authentication. Support Apple Sign In and email/password. Use AWS Cognito. Show a loading state during sign-in.

Initializing SWAuth with AWS Cognito user pool
Configuring Apple Sign In entitlement and identity scope
Adding email/password flow with inline validation
Wiring SWPageLoading modifier for sign-in loading state
Session persisted in Keychain — silent re-auth on next launch
SWAuth Demo

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

Lifetime access, one-time payment

$200one-time
  • 100+ UI Components
  • 60+ Animation Components
  • 30+ Full-Stack Modules
  • Deployment Guides
  • Compliance Templates
  • Known Pitfalls & Troubleshooting
  • All Future Pro Recipes
  • WhatsApp Community
  • Priority Support

Enterprise

Hands-on expert service by SignerLabs — from idea to App Store, we ship with you.

  • Everything in Max included
  • Product evaluation, compliance review & end-to-end guidance
  • Apple Developer Account, D-U-N-S Number & ICP filing assistance
  • App Store submission & ongoing maintenance
$200/mo

Frequently Asked Questions