Back to all FAQs
When I first starting developing Bundled Notes years ago, I originally paused development when it was an offline-only app due to frustrations with the experience and limitations.
I picked the project up again one day because I found a new service, Firebase Firestore, that made it easy to make offline apps with seamless syncing. It automatically caches your data on-device data, while automatically and securely syncing it to the cloud and other devices.
So, even if it might be technically *possible* to implement self-hosting, the trade-offs are huge: I would have to pause current feature development to focus on implementing a completely different, more complex database system, deal with a raft of new bugs, performance conerns, syncing issues, and significantly slow cross-platform feature development. Rather than focusing on new features, a huge amount of my time would now be spent managing database compatability and stability. For one person, this is not feasible.