A new version 0.4.0 of the tool SimpleGen — your AI assistant for automating solution development based on SimpleOne — has been released. This release introduces export of multiple applications and support for different development environments: rules and commands are now stored centrally and distributed into folders corresponding to the selected environment during initialization.
What’s New
-
Export Multiple Applications — You can now initialize and manage multiple products within a single project. Simply list them separated by commas at startup — SimpleGen will set up the structure for each one.
-
Support for Multiple Development Environments — In addition to Cursor, SimpleGen now works with Claude Code, Open Code, and Kilo Code. Rules and commands are placed directly in the environment where you actually work with the agent.
-
Environment-Specific Folders — During initialization, directories named
.{environment}(e.g.,.cursor,.claude, etc.) are created. These folders now contain rules and commands that previously resided only in.cursor.
Multiple Applications
Via CLI:
simplegen init "PRODUCT1, PRODUCT2"
In the agent chat:
/simplegen.init "PRODUCT1, PRODUCT2"
How to Update
- Update the package:
npm update -g @simplegen/simplegen
- Run initialization in the chat (for one or multiple products):
/simplegen.init "Product Name"
or
/simplegen.init "PRODUCT1, PRODUCT2"
- Install dependencies:
npm install
If you’re upgrading from an earlier version and previously modified only .cursor, after updating, check the .simplegen folder and your development environment’s directory — both should now contain the latest rules and commands.
What’s Next
- Command to collect product documentation
- Refactoring of script interaction rules
- Improved quality of generated text
- Test generation and accompanying tooling
- Widget generation from Lo-fi mockups
- Continued work based on user feedback and bug fixes
Haven’t tried SimpleGen yet? Now’s the perfect time — install the package and run init to explore its capabilities.
We are actively developing this product and want to do it together with you. Share your impressions, ideas, and feedback in the comments — every piece of feedback helps us make SimpleGen better.