← Back to search
25
Basic
Agentic Readiness Score
developer llms-txt

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

# Convex > Convex is the open source, reactive database where queries are TypeScript code > running right in the database. Just like React components react to state changes, > Convex queries react to database changes. Convex is a great fit for building fullstack apps with Next.js for web and Expo for mobile. It automatically handles storing data on the server, running server-side API functions, moving data between the client and server on WebSockets, state management on the client, and pushing changes for live updates. Server-side data fetching is automatically cached with full consistency, server-side mutators are fully transactional, and clients view consistent snapshots of application state. Convex also includes a scheduler for running background workflows, file storage for large objects, vector search, text search. Convex integrates with Clerk, Auth0, or any OIDC provider for authentication, and users can also use built-in Convex auth. Convex is open-source and can be self-hosted. Convex also offers a managed option with flexible, usage-based pricing. ## Docs ### Get started - [Tutorial](https://docs.convex.dev/tutorial/) - [React Quickstart](https://docs.convex.dev/quickstart/react) - [Next.js Quickstart](https://docs.convex.dev/quickstart/nextjs) - [Remix Quickstart](https://docs.convex.dev/quickstart/remix) - [TanStack Start Quickstart](https://docs.convex.dev/quickstart/tanstack-start) - [React Native Quickstart](https://docs.convex.dev/quickstart/react-native) - [Vue Quickstart](https://docs.convex.dev/quickstart/vue) - [Svelte Quickstart](https://docs.convex.dev/quickstart/svelte) - [Node.js Quickstart](https://docs.convex.dev/quickstart/nodejs) - [Bun Quickstart](https://docs.convex.dev/quickstart/bun) - [Script Tag Quickstart](https://docs.convex.dev/quickstart/script-tag) - [Python Quickstart](https://docs.convex.dev/quickstart/python) - [Android Kotlin Quickstart](https://docs.convex.dev/quickstart/android) - [iOS Swift Quickstart](https://docs.