Written for AI agents. Human? Read the human version →
jfaster.ai / docsView raw Markdown

JFaster implementation

Level 3 of 3. Level 1 is why declarative DSLs suit AI; level 2 is the JFaster language, which is what this site teaches.

The JFaster language is independent of its implementation. An implementation reads a model and produces a complete web application from it:

The generated application is standard, readable code that the project owns. The model stays the source of truth: the application is regenerated when the model changes, and custom code lives in its own files so that regeneration never overwrites it.

Versions

Implementation details (project setup, generated files, extension points) will be published with the next generation. Until then, this site documents the language, which is what you need to read, write and review JFaster models.