A favicon of Proxed AI

Proxed AI

A proxy backend that keeps AI API keys out of iOS apps and verifies callers with Apple DeviceCheck, for mobile developers shipping AI features.

Screenshot of Proxed AI websiteVisit Proxed AI

Shipping an AI feature in an iOS app usually means shipping the provider key inside the binary, where anyone willing to look can take it. Proxed.AI puts a backend in front of that call: the key stays on the server, requests are checked before they are forwarded, and model responses come back in a shape the app can rely on.

The project is a TypeScript monorepo running on Bun, with React and Next.js for the landing page and portal, Hono for the API, Supabase for authentication, database and storage, and shadcn components on Tailwind CSS. The web pieces and the API deploy to Vercel, and Resend, GitHub Actions and Polar handle the service around them.

The features are aimed squarely at mobile work.

  • Key management: provider keys live behind the proxy instead of in the app bundle.
  • DeviceCheck verification: Apple's device attestation blocks requests that did not come from a real installation.
  • Structured responses: JSON response schemas are defined in a visual builder and enforced on model output.
  • Observability: usage, rate limits and model selection are monitored and adjusted while the app is live.
  • Quick integration: the documented setup is meant to take under ten minutes with no extra code in the app.

Documentation is still being written and lives on the project's docs site. The license is AGPL-3.0 for non-commercial use, so a commercial deployment needs different terms from the maintainers.

Share:
Details:

Auto-fetched from GitHub .

Ad

 

 
 
 
 

Open source alternatives similar to Proxed AI:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit