Replies: 1 comment 9 replies
-
Thanks for bringing it up and sorry for a late reply! A shared shopping list would be a perfect example of an app that could use dexie cloud. I'm primarily trying to target app developers that build apps for end users. The current pricing model aims at making it cheap to get started building an app and grow its users, and also let it be easier for the customer to know the actual cost instead of guessing performance measurements such as CPU usage, network consumption, memory usage, storage etc. I'm open to all ideas around pricing. The purpose is having a model, an API etc that makes it easy for app developers to launch and succeed with their app. We've been discussing to have a built-in trial support to help app developers get many trial users on board easily without a cost. If building a freemium app where only a few percent of the user will upgrade to a paid version of the app, it would be costly having to pay for all the users that aren't paying. For that reason, one of the features that could be included in a paid version would naturally be being able to sync and share data. A shared shopping list would be a perfect example - when the trial ends - they'll be able to keep using their app, edit and add items, but it would simply stop syncing until they upgrade. And the upgrade has to be done between end user and customer - so that customer can call some API in dexie cloud to resume the user's sync when user has paid to customer - and the user would start being counted in the purchase from Dexie Cloud to customer. There's also always the on-prem license option with no limits of number of users. |
Beta Was this translation helpful? Give feedback.
-
I don't grasp entirely the target audience for a Dexie Cloud driven application/site.
For a webapp the user based pricing doesn't seem to be very suitable, since for such apps usually only a subset of the installed user base is using the database simultaneously. Usually such cloud database pricing models are space/transaction based and post charged (e.g. Firebase, Azure).
Since I develop the .NET wrapper around Dexie, my perspective is driven by Webassembly apps, where an easy to uses cloud database especially with offline/online sync makes a lot of sense.
E.g. would could be the pricing for a shared shopping list app, does such an app even make sense?
Perhaps I miss something and the use case are more B2B apps with a defined number of users.
Beta Was this translation helpful? Give feedback.
All reactions