.NET Technology Show

Backstage pass to all things ServiceStack & .NET

Listen

Instant CRUD Apps with AutoQuery Schemas

Give AutoQuerySchema one /auto/{DataModel}.json document and it renders a complete, authorized CRUD application


ServiceStack's AutoQuery Schema introduces a transformative way to generate instant, functional CRUD applications directly from existing data models.

By navigating to the /auto endpoint, developers can access a metadata-driven UI that offers searchable grids, data filtering, and automated forms without writing any frontend code.

This system is highly security-aware, dynamically rendering only the actions and data that the current user is authorized to access. Unlike traditional scaffolding, these Vue and React components are assembled at runtime from a portable JSON schema, making them easy to embed into custom projects.

The architecture ensures that the user interface stays perfectly synchronized with the underlying API, reducing the overhead of maintaining separate back-office tools. Additionally, the structured nature of these schemas allows AI assistants to interact with and modify data through human-readable approval forms.