React Component IDE and Publishing Marketplace
Built a cloud-based IDE for developing and reusing React components using VS Code Server hosted on AWS ECS — allowing developers to create, test, and publish...
Digiline
A developer-tooling effort built around a cloud IDE and a shared marketplace for reusable React components.
Digiline is where the React component IDE and publishing marketplace work sits.
The problem it addressed is one most teams recognize: React components get rebuilt over and over because there is no low-friction way to find, try, and publish the ones that already exist. Sharing code is easy in principle and awkward in practice — the component has to be discoverable, runnable in isolation, and trustworthy enough to adopt.
The approach was to put the development environment itself in the browser. VS Code Server running on AWS ECS gave developers a consistent place to build and test a component without local setup, and publishing into a shared marketplace made the result reusable by others rather than trapped in one repository.
That is the same pattern that recurs across this portfolio: the durable value is rarely the artifact, it is the infrastructure that makes the artifact reusable by people who did not build it.
Built a cloud-based IDE for developing and reusing React components using VS Code Server hosted on AWS ECS — allowing developers to create, test, and publish...