The more high-tech part is that it's a SvelteKit app — so it has server-side rendering (for performance/SEO) with client-side hydration and other nice things. In fact, I like this stack so much that I'm going to spin it out into its own starter template so other people don't have to code all the tedious features that most apps have (like user auth, admin dashboards, etc): https://sveltesaas.com
Love ExtensionPay, so easy to use! I spent a while looking for ways to accept payments and most importantly handle subscriptions for Chrome Extensions, and everything felt like too much work. Super glad I came across your product, was very quick to integrate too and easy to check if a subscription is active or not. Been using it for my Carden extension, sadly no sales just yet :P
One of the things I enjoy about ExtensionPay is that it really de-risks monetizing extensions — even for my own extensions! I can just throw ExtPay in and see if it makes any sales without spending weeks on the infrastructure.
Yeah, it's awesome. Saved me setup time, db server money, and maintenance and haven't run into any issues with it. And if I want to test something locally with production data I just download the db file to my machine :)
And further convinced when I read about LiteStream and how you can get continuous backups with it: https://litestream.io/getting-started/ Seemed like continuous backup was one of the major missing pieces from SQLite.
The more high-tech part is that it's a SvelteKit app — so it has server-side rendering (for performance/SEO) with client-side hydration and other nice things. In fact, I like this stack so much that I'm going to spin it out into its own starter template so other people don't have to code all the tedious features that most apps have (like user auth, admin dashboards, etc): https://sveltesaas.com