HEY!
As mentioned last week, the web app is getting an overhaul. It’s built completely differently, and is finally a form of Zevvle I’m happy with…
The URL is the same as before — https://app.zevvle.com.
It’s almost at parity with the old web app, but has few new features as well:
- Usage summaries! I’ve wanted these for a while, and they’re finally here. You can cut and slice usage by type, SIM card and across time periods (from years to months to days). By clicking on the graph you can drill down to the next period (i.e. go from months to days), and clicking on an hourly interval will take you to the list of call records.
- Call record filters. To make the above hourly intervals work, there are call type and time filters — we’ll certainly add more, and let us know if there are any you’d like to see in particular (e.g. duration, charge, calling/dialled numbers, origin/destination)…
- Dark mode! This makes working on it much easier for a night owl like me.
- JavaScript (or the lack thereof). With the exception of anything card details related (i.e. using Stripe, our payment processor), everything works without JavaScript. This makes me irrationally happy for some reason; it turns out you can push HTML + CSS quite far… and if JS is enabled, we’ll leverage that to make things a little smoother.
-
A temporarily different API. The original one was getting unwieldy, and I didn’t want to start performing surgery in case I break something. For now this is using
delightful-api.zevvle.com
, which will replaceapi.zevvle.com
when it’s live. - The nerd section. This will eventually replace the separate developers website, but a few things are missing. For now I’m using it to test the above API.
Anything missing (e.g. updating card details) is on its way, and then it’s the home stretch to complete the app (SIM ordering, sign up, etc.). I can’t wait.
The mobile apps
The iOS beta app won’t work with this, and in fact we’re going to discontinue the mobile apps completely when this is ready for production. We may bring them back in the future, but for now maintaining them in the app stores is more than I can handle.
However the web app is incredibly mobile friendly, and works great as a Progressive Web App (PWA):
I hope you like it, and I’ll be back soon with more updates. Any extras you’d like to see let me know!
- Nick