What's new
We kicked off the next chapter of the Appnigma platform: a modular codebase that splits the engine into a shared core, a server, and developer tooling — including the first groundwork for a VS Code extension that brings package generation closer to where engineers already work.
Why it matters
A modular foundation lets us ship faster and more safely — new capabilities slot into the shared core and reach every surface at once. The editor groundwork is the first step toward meeting you where you build, instead of asking you to leave your workflow.
Under the hood
The new platform is a modern monorepo with strict, end-to-end TypeScript and a dependency-free shared core, plus a consistent test and lint toolchain so every package is type-safe and verified from day one.