Menu

Post image 1
Post image 2
1 / 2
0

I built a native iOS app for Vercel Web Analytics

DEV Community·Apoorv Darshan·24 days ago
#339DdSRJ
Reading 0:00
15s threshold
Cover image for I built a native iOS app for Vercel Web Analytics

Apoorv Darshan

I use Vercel a lot, and I kept checking Web Analytics through Chrome/Safari.

That worked, but it did not feel like the right experience for quick checks. I wanted a native app where I could see analytics, projects, deployments, domains, referrers, devices, countries, UTM data, and
more without using a browser.

So I built Verceltics.

It is a native iOS app for Vercel users, built with SwiftUI and Swift Charts. It supports Web Analytics breakdowns, projects, domains, deployments, multi-account switching, and quick project actions.

The app is open source. Vercel tokens are stored locally in the iOS Keychain, and analytics data is fetched directly from Vercel.

It is not affiliated with Vercel. It is just a focused native companion for people who already use Vercel.

App Store: https://apps.apple.com/us/app/verceltics/id6761645656
GitHub: https://github.com/apoorvdarshan/verceltics
Website: https://www.verceltics.com

Read More