Just to double-check, here's what Google shows me for your own tagline:
"Chef is an open source infrastructure as code framework, or set of solutions and approaches that helps you automate your infrastructure and applications."
"Terraform is an open source Infrastructure-as-Code framework originally created by HashiCorp"
"Pulumi is an open source Infrastructure-as-Code framework that provisions resources utilizing common programming languages."
etc.
If you're open to adjusting your marketing, I can also suggest you add OpenTofu to your homepage where you currently list Terraform. OpenTofu is more up to date with the open source community especially for IaC. It's a crowded space so aim to highlight your value proposition instead of writing "first".
Just my two cents. Hope this helps.
OP, why exactly are you describing yourself as the first one?
Deleted Comment
Deleted Comment
I assume there must be some aspect to this business I’m not understanding if they are able to talk cities into giving them valuable street space and investors into backing them to the tune of $50M+. I’m not seeing what value they add by centralizing ownership of what is already a very inexpensive and democratic mode of transportation. What is the play here?
Sorry, I was going off "Plus 50 cents per 1/5 mile" to mean $2.50 per mile. Where are you getting $0.505/mile from your link?
We use Hasura as the read engine. That updates a graph of mobx objects that drive the ui. We apply updates directly to those objects so the ui updates immediately. The mutations are posted back to a Python api that applies them to the db.
I’ve looked at Electric because we’ve had to recreate some of what they do to interface with Hasura. At the moment it’s a non-starter because we use pg views to shape the data for the frontend.