1 pointby hlop3z3 hours ago1 comment
  • hlop3z3 hours ago
    I built AstrolaDB after repeatedly running into schema drift. For example, forgetting to update TypeScript models.

    Most tools either lock you into a runtime or require a large ecosystem. I wanted a single binary that runs locally or in CI and produces fully owned artifacts, with no runtime coupling.

    • verdverm2 hours ago
      I have built something similar, using CUE to define the source of truth instead of JS/TS.

      https://github.com/hofstadter-io/hof

      How do users connect the generated code to the code they have to write in your framework? I use diff utils so they can write directly in the generated code without breaking things