1 pointby notgelotto3 hours ago1 comment
  • notgelotto3 hours ago
    We’re experienced engineers who’ve worked on large-scale distributed systems. We’ve been using Claude heavily to help with architecture decisions, code design, testing strategies, and rapid iteration on complex infrastructure.

    The result is Boogy, prompt it (or write Rust) to generate full backends with an embedded high-perf DB (faster than SQLite on mixed workloads), vector search, auth, and durable jobs. One curl to deploy. Services call each other in-process for microsecond latency.

    We’re planning to open it up soon and make it completely free so people can properly battle test it.

    Would love to learn about what issues current vibe coders might be running into in production?

    • rupatiwari253 hours ago
      Getting an app running is rarely the hard part. Keeping it healthy a few months later usually is. How much thought has gone into things like incident response, monitoring, and operational tooling?
      • notgelottoan hour ago
        Those are the current things we are wrapping up before the MVP release. We don't want to just make it easy to deploy, scale, & secure, we want to give you full insight into how your service is doing.