1 comments

  • ocdjeremy 8 hours ago

    Many of us have "been there": you select the provider that best fits the needs of your app. Next thing you know the app begins taking on the shape of the SDK it's targeting, and that baggage weighs on every future decision. If you decide you want to switch or expand, the weight of that baggage begins to multiply.

    After many years in those trenches, I built Vyral to try and solve that problem: it's an open-source framework for building locally using stable and provider-portable contracts. When ready, select the provider that best fits the moment, knowing that you can switch or expand more readily rather than more painfully in the future.

    You can try it out locally from a source checkout using the following command and have records/objects, retrieval, and durable execution up and running in minutes: ./scripts/vyral

    Provider-native behavior isn't universally portable, so I've focused on what is best reproduced across implementations. Vyral is honest about where the seams and limitations are, and adapters must be qualified explicitly via evidence-backed results.

    Sound good? I'd love to hear about how you've handled provider lock-in, and your thoughts on Vyral's contract design.