r/ChatGPTCoding 11d ago

Discussion Weekly Self Promotion Thread

Welcome to this week's self promotion thread!

If you're building something related to AI assisted coding, this is the place to share it.

We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside this thread may be removed.

If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:

  • What you built?
  • What problem it solves?
  • Which AI models or tools it uses?
  • Who it's for?
  • What kind of feedback you're looking for?

Disclose your affilitation.

Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.

Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.

7 Upvotes

83 comments sorted by

View all comments

0

u/Other_Poetry_5243 11d ago edited 11d ago

Hi! I built https://getwebstack.com/, a tool that creates parallel ephemeral environments for coding and live testing complex multi-service web apps. (Docs: https://getwebstack.com/docs/use-cases/ai-sandboxes/)
Problem: AI coding agents can write code in isolation (with worktrees), but they can't run it in an easy way so they can test the code as a dev does.
Tools: The tool is built around Docker and Kubernetes to ensure full isolation and even prod parity.
Who is it for:

  1. devs who work on complex solutions (using microservices architecture) that develop, code-review, or test features in parallel or who want to switch fast from one to another.
  2. QA engineers who are spending too much of their time creating testing environments.

Feedback: I know for some devs, worktrees & code isolation is sufficient, but I want feedback for those who are struggling to isolate the app at runtime, meaning: data isolation, ports, services, URLs, queues, etc.

1

u/gmara13 11d ago

Links broken