To me, it looks like this new project is aimed more at being able to develop remotely and share your localhost:3000 env instead of getting a real production box up. Bidi sync etc... hints at that, it's like having a 2-interface dev env.
The network effect gets compounded by LLMs/vibecoding. I'm not just talking about v0 or replit either. Fire a prompt at ChatGPT to build a web app and most of the time it will give you react components in return.
No, but think about the trajectory. Most people new to building a frontend bare-prompt. There's value for them in using the most supported language, including support from AI systems.
Hi! Sorry it took a bit, had to redact some information off the screenshots. The dashboards can be assembled out of components that show specific information, so there's no singular dashboard. Instead, you can use the components to make a screen that has a bunch of information that's relevant to your everyday workflow.
We do have some sample dashboards here, what we think would be useful for AWS Account level settings, ECS services, SQS queues, and general markdown to describe a runbook or - https://github.com/tinystacks/opsconsole/tree/main/samples. I'm also pushing up images for each sample.
Yeah, so this package itself is the core framework that establishes how these tests are to be run. There is a notion of plug-ins, which are parsers and checks. Parsers take cdk or terraform code and break their synthesized/planned output out into a common structure. Then checks run over that structure and pull data in from elsewhere and run actual validations. You can read more in the developing plugins doc on the repo https://github.com/tinystacks/precloud/blob/main/DEVELOPING_....