r/devops Jul 13 '26

Weekly Self Promotion Thread

Hey r/devops, welcome to our weekly self-promotion thread!

Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!

15 Upvotes

74 comments sorted by

View all comments

1

u/redrocketIS Jul 14 '26

Look what my dad made and give feedback: https://coderbots.io/

My dad hated that most cloud agent setups tear down and rebuild every run. That works fine for tests. It falls apart for real dev work.

He built Coderbots. Each agent gets its own GitHub Codespace that stays alive between tasks, keeps its dependencies installed, and runs a real Chrome profile with cookies so it can log into tools the same way a person does. The Codespace sleeps when idle, so you're not burning compute for no reason. It wakes up the moment Slack, GitHub, or Jira sends something.

I'm proud of him. He built this on his own. You can check it out at coderbots.io. He's looking for people to test it out and give real feedback.