What exactly do I get for $19?
A zip with the complete Xcode project for the Pulse iOS app (~2,800 lines of SwiftUI, no third-party dependencies), the WidgetKit extension, and an AGENTS.md that briefs any AI coding agent on the architecture, build steps and how to extend it. No accounts, keys, or private data — you wire in your own.
Will it work with my Paddle setup?
Yes. Pulse uses Paddle's standard read-only API with your own key, entered in-app. Multiple accounts are supported out of the box. The data layer is provider-agnostic, so you can also point it at Stripe, Polar or Lemon Squeezy with a small adapter.
Is it really private / on-device?
Yes. There is no server and no account. Your API key is stored in the iOS Keychain and talks directly to Paddle; cached data lives only on the device and is wiped when the app is deleted.
Can I rebrand it and ship my own app?
Yes — personal and commercial use is included. Change the name, icon, colors and features and ship it to the App Store as your own, or use it as the base for a different analytics app.
How is it delivered?
Instantly. Checkout is handled by Polar (our Merchant of Record); the download is emailed to you the moment payment completes.
Can I point it at Stripe, Polar, or Lemon Squeezy instead?
Yes — the data layer is provider-agnostic. PaddleClient.swift is the only file that knows about Paddle's REST shape; swap it for a Stripe / Polar / Lemon Squeezy client and the rest of the app (charts, transactions, widgets, multi-account merging, refund math) keeps working. Most teams hand this swap to Claude Code or Codex with a 2-paragraph spec.
What's the license? Can I resell my version?
Personal and commercial use are included — there's no separate license fee. Rebrand it, customize it, ship your variant on the App Store, even resell your version. The only thing you can't do is resell the unmodified source as-is under our marketing.
Is there support if I get stuck?
Yes — reach out through the Support page. I (Tony, the author) reply to source-bundle questions. For "how do I add X feature?" type questions, the included AGENTS.md is usually the fastest path because it briefs an AI agent on the architecture so the agent can answer in your own editor.
What's NOT included?
The bundle is iOS-only — there's no Android app, no web dashboard, no backend service. Pulse is intentionally 100% on-device. If you need a server-side or cross-platform version you'd build that on top, but the model layer (PaddleModels.swift, RevenueAggregator.swift) is portable Swift so most of the math reuses.
What if it's not for me?
There's a 7-day money-back guarantee — no questions asked. Checkout and refunds are handled by Polar as Merchant of Record; just reply to your receipt email within 7 days.