
Proxed.AI
Secure AI API access for iOS apps, without building a backend.
Proxed.AI is a proxy that lets iOS apps call AI models without shipping full API keys or building a backend, verifying requests with Apple DeviceCheck. The provider key is split between the server and the app and is only put back together in memory, so full AI provider keys stay off iOS devices. It supports structured output for text, vision and PDF input, with schemas. It can be used as a hosted service or self-hosted, and its source is public under AGPL-3.0.
What it demonstrates: secret handling and request verification for AI calls.

