Documentation
Everything you need to ship with Synthic.
Getting started
- Create an account — you get 1,000 free tokens.
- Create a project from a starter template (plugin, mod, FiveM, bot, Roblox, web).
- Open the IDE, describe what you want, and click Generate.
- Review the diff, approve it, then Build to compile.
Tokens
- Tokens are consumed by AI generation, fixes, and compilation.
- Cost depends on the model and input/output size; compilation has a flat cost.
- Buy more in the shop. Balances never go negative and never expire.
The AI workflow
- Generate / Fix return proposed file changes as a diff — nothing is written until you approve.
- Every approval saves a restore point (version snapshot).
- Use “Fix with AI” to send build errors back to the model.
Building & exporting
- Builds run server-side in an isolated sandbox with resource limits.
- On success, download the artifact (a .jar for plugins/mods in production).
- Build logs stream live into the IDE.
Community
- Publish a project publicly to share it.
- Browse, like, save, and fork others' projects via “Use as template”.
- Report anything that violates the rules.