Framework Agnostic
Works with any frontend stack including plain HTML, React, Vue, and Svelte. Written in TypeScript with complete type definitions.
Atomm Generator open platform SDK - platform capabilities for third-party developers including authentication, cloud save, history, credits, unified billing, and export
Generator SDK is not just one package. The developer platform is composed of one runtime SDK for product features, one official shell layer, and one AI-facing toolchain for code generation and documentation retrieval.
@atomm-developer/generator-sdk: the runtime SDK used by developers to integrate platform capabilities such as authentication, cloud save, history, credits, billing, and export.generator-workbench: the official shell that hosts login, template actions, export entry, and other standard platform UI, so each generator does not need to rebuild the shell manually.@atomm-developer/generator-sdk-mcp: the AI-facing MCP server that lets coding agents query documentation, inspect APIs, and generate runtime starters.creating-generators skill: the reusable AI workflow package that teaches the agent how to ask for requirements, call the MCP tools, and generate standard generator projects.There are two top-level integration modes:
The full decision flow lives in Integration Examples and the AI-specific step-by-step flow lives in AI Integration.
If you are evaluating the platform as a whole, use this reading order: