⚑ TeaQL Code Gen Server

Code generation, model evaluation, and AI assist API for the TeaQL framework.

Supercharge Your AI Agents

Tell your AI IDE (Cursor, Claude, etc.) or CLI where to find the TeaQL service. This enables real-time access to accurate, native Java and Rust business code templates based on your current data model.

export TEAQL_ENDPOINT_PREFIX=http://localhost:8080/

πŸ’‘ Note: AI will automatically call this endpoint via cargo teaql to fetch domain-specific guides, avoiding hallucinations like raw SQL or JPA usage.

Live Previews

Explore the built-in demo model visually:

Code Generation API

Generate full project scaffolds via CLI or HTTP POST:

cargo teaql --input model.xml [target]

Available Targets:

agentdocevaluationjava-app-consolejava-lib-corejava-web-micronautjava-web-quarkusjava-web-spring-bootmergemodelrust-app-consolerust-lib-core

Try It Live (AI Prompt Previews)

Click below to see the exact Markdown prompt your AI sees for the platform entity.

Feature / Capability Java Rust
πŸ”Ή Create Entity Preview Preview
πŸ”Ή Update Entity Preview Preview
πŸ”Ή Query Entity Preview Preview
πŸ”Ή List Page Preview Preview
πŸ”Ή Expression Preview Preview
πŸ”Ή Delete Entity Preview Preview
πŸ› οΈ Debug Guide Preview Preview
πŸ› οΈ Tool API: Http Preview Preview
βš™οΈ Runtime Customization Preview Preview