← Back to search
25
Basic
Agentic Readiness Score
other llms-txthosting

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

# Nitro > Add server API routes to any Vite apps and deploy with zero configuration on your favorite hosting platform. ## Documentation Sets - [Nitro](https://nitro.build/llms-full.txt): Add server API routes to any Vite apps and deploy with zero configuration on your favorite hosting platform. ## Content - [Introduction](https://nitro.build/raw/docs.md): Nitro is a full-stack server framework, compatible with any runtime and any deployment target. - [Quick Start](https://nitro.build/raw/docs/quick-start.md): Start with a fresh Nitro project or adopt it in your current Vite project. - [Nitro Renderer](https://nitro.build/raw/docs/renderer.md): Use a renderer to handle all unmatched routes with custom HTML or a templating system. - [Routing](https://nitro.build/raw/docs/routing.md): Nitro supports filesystem routing to automatically map files to routes. By combining code-splitting with compiled routes, it removes the need for a runtime router, leaving only minimal compiled logic. - [Assets](https://nitro.build/raw/docs/assets.md) - [Configuration](https://nitro.build/raw/docs/configuration.md): Customize and extend Nitro defaults. - [Database](https://nitro.build/raw/docs/database.md): Nitro provides a built-in and lightweight SQL database layer. - [Lifecycle](https://nitro.build/raw/docs/lifecycle.md): Understand how Nitro runs and serves incoming requests to your application. - [OpenAPI](https://nitro.build/raw/docs/openapi.md): Nitro can automatically generate an OpenAPI specification from your route handlers and serve interactive API documentation. - [Plugins](https://nitro.build/raw/docs/plugins.md): Use plugins to extend Nitro's runtime behavior. - [Tasks](https://nitro.build/raw/docs/tasks.md): Nitro tasks allow on-off operations in runtime. - [WebSocket](https://nitro.build/raw/docs/websocket.md): Nitro provides cross-platform WebSocket support powered by CrossWS and H3. - [Nitro Server Entry](https://nitro.build/raw/docs/server-entry.md): Use a server e