Meet AIKit – your new Swift-powered sidekick for weaving AI smarts into iOS & macOS apps. Born from the DNA of Vercel's awesome toolkit but reimagined with Swift's flair.
async
/await
so smooth it feels like cheating- Type-safe everything (goodbye,
Any
-xiety!) - Memory-smart chats that never overstay their welcome
- Error handling that actually wants to help
Add this to your Package.swift
:
.package(
url: "https://github.com/d6stiny/AIKit.git",
from: "1.0.0"
)
Requires Xcode 16+ (because we love Swift Concurrency)
- Get your API key (we won't peek! 👀)
- Pick your AI buddy: OpenAI, Anthropic, or...
- Wait – missing your favorite? Send a PR!
Our ConversationContext
is like Dory, but useful.
See Examples/
What's Cooking? | Status | Want to Help? |
---|---|---|
Claude Anthropic Support | 👷♀️ | High Five! |
Google Gemini Support | 👷♀️ | High Five! |
SwiftUI Previews | 🎨 | Yes please! |
Your Awesome Idea | ❓ | Let's chat! |
We're building this together – your PRs, issues, and cookie recipes are welcome!
# Clone it, tinker, make it yours:
git clone https://github.com/d6stiny/AIKit.git
MIT Licensed – do epic stuff, just don't sue us if your app becomes too popular 😉
P.S. Star the repo if you'd use this! ⭐