Skip to main content

RxDB Premium Plugins

RxDB's premium plugins offer advanced features and optimizations that enhance application performance and are backed by dedicated support and regular updates. Using the premium plugins is recommended for users that use RxDB in a professional context.

RxStorage IndexedDB

A storage for browsers based on IndexedDB. Has the best latency on writes and smallest build size.

RxStorage OPFS

Currently the RxStorage with best data throughput that can be used in the browser. Based on the OPFS File System Access API.

RxStorage SQLite

A fast storage based on SQLite for Servers and Hybrid Apps. Can be used with Node.js, Electron, React Native, Capacitor.

RxStorage SharedWorker

A RxStorage wrapper to run the storage inside of a SharedWorker which improves the performance by taking CPU load away from the main process. Used in browsers.

RxStorage Worker

A RxStorage wrapper to run the storage inside of a Worker which improves the performance by taking CPU load away from the main process.

RxStorage Sharding

A wrapper around any other storage that improves performance by applying the sharding technique.

RxStorage Memory Synced

A wrapper around any other storage that creates a synced in-memory copy which improves performance for the initial page load time and write & read operations.

Query Optimizer

A tool to find the best index for a given query. You can use this during build time to find the best index and then use that index during runtime.

RxStorage Localstorage Meta Optimizer

A wrapper around any other storage which optimizes the initial page load one by using localstorage for meta key-value document. Only works in browsers.

WebCrypto Encryption

A faster and more secure encryption plugin based on the Web Crypto API.

RxStorage Filesystem Node

A fast RxStorage based on the Node.js Filesystem.

Logger

A logging plugin useful to debug performance problems and for monitoring with Application Performance Monitoring (APM) tools like Bugsnag, Datadog, Elastic, Sentry and others

RxServer Fastify Adapter

An adapter to use the RxServer with fastify instead of express. Used to have better performance when serving requests.

RxServer Koa Adapter

An adapter to use the RxServer with Koa instead of express. Used to have better performance when serving requests.

Reactivity Vue

An extension for Vue.js to get vue shallow-ref objects to observe RxDB state instead of rxjs observables.

Reactivity Preact Signals

An extension for react/preact to get preact signals to observe RxDB state instead of rxjs observables.

F.A.Q. (click to toggle)

Do I need the Premium Plugins?RxDB Core is open source and many use cases can be implemented with the Open Core part of RxDB. There are many RxStorage options and all core plugins that are required for replication, schema validation, encryption and so on, are totally free. As soon as your application is more then a side project you can consider using the premium plugins as an easy way to improve your applications performance and reduce the build size.
The main benefit of the Premium Plugins is performance. The Premium RxStorage implementations have a better performance so reading and writing data is much faster especially on low-end devices. You can find a performance comparison here. Also there are additional Premium Plugins that can be used to further optimize the performance of your application like the Query Optimizer or the Sharding plugin.
Why is it not for free?The development of RxDB started in 2016 and after all these years it became clear that big implementation and improvement steps will not be done by the RxDB community. While the community submits valuable pull requests, they are mostly small improvements or bugfixes for specific edge case. Big rewrites and optimizations that require a big effort have only be done by the RxDB maintainer.
Selling RxDB Premium ensures that there will be always an incentive for someone to add features, keep everything up to date and to further improve and optimize the codebase. This gives the user the confidence that RxDB is a future proof tech stack to build on which lets RxDB stand out compared to similar technologies.
Why is there no free trial period?
  • RxDB is written in JavaScript and the code of the Premium Plugins does not contain any tracking or measurement code that would send information from your application to our servers in production mode. As soon as someone has the code on his computer, the maintainer has no chance to really ensure that after a free trial period the code is no longer used and deleted.
  • Before you can use the Premium Plugins you have to debate and sign a license agreement with the maintainer. This is a sophisticated process that creates overhead which distracts the maintainer from writing RxDB code. So handling trial period users is just not manageable. For this reason there is also no monthly subscriptions. Premium access must be paid per year.
Why is it not cheaper?The price of the Premium Plugins is chosen in way that ensures that there can be always one person that develops RxDB full time. Compared to other JavaScript frameworks and developer tools, RxDB satisfies an edge use case for people that want to store data inside of their application on the users device. Most web developers do not need to do that and rely on the traditional client-server stack. So RxDB cannot be sold to that many people which increases the price.
Can I install/build the premium plugins in my CI?Yes you can safely install and use the Premium Plugins in your CI without additional payment.
Which payment methods are accepted?Stripe.com is used as payment processor so most known payment options like credit card, PayPal, SEPA transfer and others are available. A list of all options can be found here.
Can I get a discount?Discounts are provided for people that have made a significant contribution to RxDB or one of RxDB's dependencies or to the Open Source Community overall. Also for private personal projects there is the option to solve one of thePremium Tasksto get 2 years access to the Premium Plugins.
Is there any tracking code inside of the premium plugins?No, the premium plugins themself do not contain any tracking code. When you build your application with RxDB and deploy it to production, it will not make requests from your users to any RxDB server.

RxDB Premium Price Calculator


employee(s)
Estimate Price

Request Premium Form

Loading form iframe...