I’ve been thinking about data ownership in blogging platforms.
Most tools centralize user data in their own database. If the service disappears, so does everything you wrote.
So I built an open-source BYOD (Bring Your Own Database) blog platform where:
It’s an experiment in reversing the typical SaaS control model.
Technically it uses:
Curious what you think about the BYOD model from an engineering perspective.
Is decentralizing data ownership like this viable long-term, or just extra friction for users?
The user has developed an open-source blog platform where users connect their own Supabase database instead of relying on a centralized one. This approach aims to give users full data ownership, challenging the typical SaaS model. The user seeks feedback on the viability of this decentralized model from an engineering perspective.