Code generation, model evaluation, and AI assist API for the TeaQL framework.
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.
Explore the built-in demo model visually:
Generate full project scaffolds via CLI or HTTP POST:
cargo teaql --input model.xml [target]
Available Targets:
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 |