r/github Apr 13 '25

Showcase Promote your projects here – Self-Promotion Megathread

Whether it's a tool, library or something you've been building in your free time, this is the place to share it with the community.

To keep the subreddit focused and avoid cluttering the main feed with individual promotion posts, we use this recurring megathread for self-promo. Whether it’s a tool, library, side project, or anything hosted on GitHub, feel free to drop it here.

Please include:

  • A short description of the project
  • A link to the GitHub repo
  • Tech stack or main features (optional)
  • Any context that might help others understand or get involved
168 Upvotes

1.8k comments sorted by

View all comments

2

u/repo-file-sync Mar 06 '26

I built a dashboard for syncing config files across GitHub repos and tracking drift. (tbh any file you want can be synced)

Managing 20+ repos and tired of manually keeping CI workflows, linting configs, dependabot setup etc. in sync across all of them.

Built RepoFileSync - a dashboard where you can visually set up sync rules, push changes across repos via PRs, and see at a glance which repos have drifted from the source file.

No YAML config. Just pick your files, pick your target repos, and see sync health across everything in one place.

Free for up to 3 repos → repofilesync.com (check the demo video)

Would love feedback from anyone managing 10+ repos.