copulsecopulse is a local-first component workspace for building, testing, combining, and deploying software components from one source of truth. The extension connects VS Code to the copulse local runtime so you can inspect a component graph, run connector tests, simulate API flows, and generate deployment output without leaving the editor. Visioncopulse treats an application as a graph of small components. Each component can define:
The same workspace can start as one small API, grow into API + PostgreSQL + Redis, and later split into optimized deployment targets for Docker Compose, K3s, or Kubernetes. CommandsOpen the Command Palette and search Available commands:
Studio
Runtime Behavior
Quick Start
Local DevelopmentFrom the repository root:
This builds a fresh VSIX, validates the package metadata, removes older local installs, and installs the latest local build. RepositorySource code:
Current MVP ScopeThis release is an MVP for validating the workflow:
Future releases will improve the visual editor, plugin model, runtime isolation, templates, deployment validation, and platform API integration. |