DEV Community

Apoorv Darshan
Apoorv Darshan

Posted on

I Built an Open-Source iPhone Workspace for 27 Web Infrastructure APIs

Small web-operations checks—whether a deployment succeeded, a domain is near renewal, Search Console found an issue, or uptime is degraded—often turn into a browser-tab maze.

I built Verceltics as a native iPhone and iPad workspace for those quick checks. Version 2.0 supports 27 integrations:

  • 10 hosting platforms, including Vercel, Cloudflare, Netlify, Railway, Render, DigitalOcean, Heroku, Fly.io, Firebase Hosting and AWS Amplify
  • 8 registrars, including Namecheap, Porkbun, Spaceship, Dynadot and GoDaddy
  • 9 site services covering search, analytics, speed and uptime

The security model

Provider credentials and Google OAuth tokens stay in the iOS Keychain. Requests go directly from the app to provider APIs or your self-hosted service; there is no Verceltics credential proxy. Detected writes, purchases and destructive requests require confirmation.

The project is open source under the MIT License. It is independent and not affiliated with the supported providers.

If you run several sites across different providers, I would value feedback on which operational view should be improved next.

Top comments (0)