Browser IDE
The browser IDE is actually not a real IDE but is handy to develop simple RosaeNLG templates.
Develop templates:
- 
Start by choosing an example template. Be careful as it will replace your current template. 
- 
Make some modifications and push the Renderbutton. Generated texts will appear on the right.
You can switch to another language.
Export/save options:
- 
use Save templateto download a plain text file containing your template; reload using drag and drop over the editor
- 
use Export > As JSONto download a JSON package of your template; this package can be deployed on a RosaeNLG API
- 
use Export > As compiled JavaScriptto export your template as a plain JavaScript function (for node.jsis the same but adds aexport defaultat the end to be able to use the JavaScript as a node module)