DeliciousKit — the native iOS starter kit · built for AI coding

Ship your iOS appfrom the first prompt.

A production-ready native SwiftUI starter kit built for AI coding tools — onboarding, paywall, auth, push, and analytics behind clean protocols, with the skills files your agent reads. Not a web wrapper. Not another monthly app builder.

Dev hours saved
450+
Native SwiftUI
100%
Monthly fee
$0
Provider adapters
6
Design registers
4
Time to first build
minutes

Works with your AI coding agent

Claude CodeCursorCodexGeminiCopilot+ any MCP agent

The iOS stack you’d choose anyway

SwiftUISwiftDataStoreKit 2Sign in with AppleCloudKitTelemetryDeckRevenueCatOneSignalPostHogAPNs PushTuist

Not a wrapper

This is the code you’ll own.

One import, one modifier. The plumbing is done — you write ContentView.

MyApp.swift
import SwiftUI
import DeliciousKit

@main
struct MyApp: App {
  var body: some Scene {
    WindowGroup {
      DeliciousKit.root {        // onboarding · paywall · auth
        ContentView()       // ← your app starts here
      }
      .analytics(.telemetryDeck)
      .purchases(.storeKit)
      .push(.oneSignal)
    }
  }
}

// illustrative — the plumbing is done; you write ContentView.

01

Skip the first 450 hours.

Every iOS app pays the same tax before its own idea shows up. This is the itemized bill — and what the kit deletes.

Built from scratch — itemized
Onboarding funnel + permission priming60 h
Paywall + StoreKit 2 (trials, restore, receipt edge cases)80 h
Sign in with Apple + account deletion (App Review requires it)40 h
Design system: tokens, 4 registers, dark mode100 h
Push notifications + consent priming24 h
Analytics funnel + event taxonomy32 h
Settings, legal, ATT, What's New, review prompts40 h
CloudKit sync40 h
Localization scaffolding16 h
Agent skills + rules files24 h
At contractor rates (~$100/h)$20k–$45k
DeliciousKit$199

You’ve paid these hours before. Every single app.

It’s the same plumbing every time, and it’s never the reason you had the idea. DeliciousKit deletes it once, and hands your AI agent a foundation that already knows how iOS apps get built — and accepted.

Get DeliciousKit →
one-time · unlimited apps · BYO agent

Authentication

02

Don't let sign-in slow down your review.

Sign in with Apple, an optional-auth onboarding, and the account-deletion flow App Review actually rejects apps for — already built, behind one protocol.

  • Sign in with Apple, wired and stored in the keychain
  • Optional-auth onboarding — users can skip and still use the app
  • In-app account deletion — App Review rejects apps without it
  • Firebase or Supabase drop in behind the same AuthProvider protocol

Payments

03

Start taking subscriptions without starting from scratch.

A complete StoreKit 2 paywall — trials, restore, receipts, entitlements — that runs on preview data from your very first build.

  • Paywall UI with trial, annual/monthly, and restore built in
  • StoreKit 2 receipts, entitlements, and the edge cases already handled
  • One PurchaseProvider protocol — swap in RevenueCat or Superwall, zero UI changes
  • Preview provider included, so the paywall runs on the first build
Pro
Everything, unlocked.
Annualbest value
Monthly$4.99
Start free trial

Paywall

Onboarding & growth

04

The growth loop, already wired.

The mobile growth surface isn't email — it's the first run, the push prompt, the review ask, and the funnel that tells you what's working. All of it ships in the box.

  • Push with consent priming — ask at the right moment, not at launch
  • Review prompts triggered after real moments of value
  • What's New screen, shown once per version
  • The onboarding → paywall → purchase funnel, instrumented end to end
Welcome
Build the habit that sticks.
Two taps to set up. We’ll handle the rest.
🎯  Get consistent
🌱  Start small
Continue

Onboarding

Design system

05

Beautiful by contract.

Design isn't a coat of paint at the end — it's a token contract every module obeys. Change the register, and the whole app changes with it.

  • One DesignTokens contract — colors, type, spacing, motion
  • Four registers: Brutalist, Editorial, Minimal, Soft — pick a personality per app
  • Dark mode across every module, from day one
  • A design-lint QA gate that catches layout drift before you ship it

Built for agents

06

Your agent already knows this codebase.

Most starters were written for humans to read once. DeliciousKit ships the skills and rules files that make your AI agent productive from the first prompt.

  • Skills for onboarding, monetization, analytics, and architecture — your agent reads them
  • Rules files for Claude Code, Cursor, Codex, Gemini, and Copilot included
  • Every integration is a protocol seam the agent knows how to fill
  • Example app + docs written to be read by agents as much as humans
07

We ship our own apps on it.

Delicious is an iOS studio. Every app below runs on DeliciousKit and was taken from idea to App Store review by our internal pipeline — design, build, QA, screenshots, compliance, submission. The kit is what we’d want handed to us.

01
Idea
02
Design
03
Build
04
QA
05
Screenshots
06
Compliance
07
Accepted
08

Lifetime kit — $199.

One payment, full access. Use the same kit for unlimited apps — yours, your company’s, your clients’.

  • Full source code — a dependency-free core plus 6 optional provider adapters
  • Unlimited apps: personal, commercial, and client work
  • A year of updates included; the code is yours forever
  • No platform lock-in, no hosted runtime, no hidden layer you can't change
Get DeliciousKit — $199
30-day refund, no questions asked · license
09

Questions

What exactly do I get?
An Xcode-ready SwiftUI package — onboarding, paywall + StoreKit 2, Sign in with Apple + account deletion, push, analytics, settings/legal, and a token-based design system with four registers — plus an example app, docs, and the skills files your AI agent reads.
What does the kit actually do for me?
It deletes the first 450 hours of every iOS app — the plumbing that's identical every time and never the reason you had the idea. You start at your features, with the review-critical parts already built.
I can't code. Can I actually use this?
Bring an AI coding agent — Claude Code, Cursor, or similar. The kit ships the skills and rules files your agent reads, so it knows the conventions instead of guessing. Basic comfort opening Xcode and running an app helps.
I already know Swift. Is this still useful?
That's who it saves the most time for. StoreKit receipt edge cases, account-deletion flows, permission priming, event taxonomy — you've built them before and they're never fun the second time. Skip straight to the product.
Why not just prompt my app from scratch?
Agents are great at features and unreliable at load-bearing plumbing — the paywall edge cases, the deletion flow App Review rejects you for, the funnel you forgot to instrument. Starting from working, reviewed code makes every prompt after that cheaper.
Which AI tools does it work with?
Claude Code, Cursor, Codex, Gemini, and Copilot — config for each is included. Any MCP-capable agent picks up the same conventions.
Do all the features work out of the box?
Every module runs on preview data from the first build — the paywall, onboarding, and settings are clickable immediately. Third-party providers (RevenueCat, OneSignal, PostHog) are clean seams you wire with your own keys.
Where do I start after I buy?
You get a GitHub invite within minutes. Clone, open the example app, and follow the first-hour guide in the docs — then point your agent at the skills folder and start on your features.
Do I own the code?
Yes — full source, no lock-in, no hosted runtime you depend on. If we disappeared tomorrow, your apps keep shipping.
Client work? Multiple apps?
Unlimited apps on one license — personal, commercial, and client work all included.
Who's behind this?
Delicious, an iOS studio. We build and ship our own App Store apps on DeliciousKit — the kit exists because we got tired of rebuilding the same first 450 hours.

Your next app starts at the fun part.

Bring your idea and your AI agent. DeliciousKit is the foundation.

Get DeliciousKit — $199