listRecipes
ActiveTool of ShipSwift
List production-ready SwiftUI code recipes. Each recipe is a complete, copy-paste-ready implementation — not a tutorial. Covers native iOS features (SwiftUI, Swift Charts, SpriteKit, Vision, AVFoundation, StoreKit 2, NavigationStack) and backend infrastructure (AWS CDK, Hono, Node.js, Cognito, DynamoDB). Categories: animations, charts, UI components, and full-stack modules including auth, camera, subscriptions, chat, and settings.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"category": {
"enum": [
"animation",
"chart",
"component",
"module",
"all"
],
"type": "string",
"default": "all",
"description": "Filter recipes by category. Defaults to 'all'."
}
}
}Parent server
ShipSwift
https://github.com/signerlabs/ShipSwift
2/7 registries