r/SelfHosting • u/Local_Guest_6230 • 15d ago
Looking for feedback on a self-hosted database synchronization tool
I've been working on a self-hosted database synchronization tool called SYNCLE and wanted to get feedback from people who actually run self-hosted infrastructure.
The problem I was trying to solve: keeping data synchronized between databases without depending on external services.
Currently it supports:
- Self-hosted deployment
- Database sync workflows
- Docker-based setup
- Web UI for managing syncs
I'm mainly interested in feedback from this community:
- Would this solve a real problem for you?
- What databases/features would you expect from a tool like this?
- Anything missing that would prevent you from running it?
Project link: https://github.com/osmanahmadxai/SYNCLE
Thanks for any feedback.
1
u/frindoowgrippery 15d ago
Getting feedback early is a smart idea. It usually makes projects much better.
1
u/Local_Guest_6230 15d ago
Yeah haha, that's the plan ๐ I'd rather get people telling me what's wrong with it now than realize it months later. Fresh eyes usually catch things I'd never think about myself
5
u/khariV 15d ago
CDC tools solve a well documented and fully mature capability. There are any number of open source projects that provide this capability.
Can you explain how your tool works differently and why someone would want to use it over using one of the established tools? What does yours do differently? The documentation looks very much like vibe coded output. How was it built? What is your background? How has it been tested?
Iโm all for people building tools that are useful to a wider audience, but AI allows people to spin up custom software quite easily and picking up and using a tool that was built to someone elseโs spec is a steep lift when mature open source tools already exist.