# Gencow Documentation > Gencow is a fullstack backend framework for vibe coders. > Schema-first (Drizzle ORM), AI-ready, realtime (WebSocket), > built-in auth (better-auth), file storage, cron jobs, > and one-command cloud deployment. > For the complete documentation in a single file, see: https://docs.gencow.com/llms-full.txt > For a structured JSON version, see: https://docs.gencow.com/llms.json ## Getting Started - [Introduction](https://docs.gencow.com/docs/getting-started/introduction): Gencow — The fullstack framework for vibe coders - [Installation](https://docs.gencow.com/docs/getting-started/installation): Install Gencow and create your first project - [Quickstart](https://docs.gencow.com/docs/getting-started/quickstart): Build a fullstack Todo app in 5 minutes - [Project Structure](https://docs.gencow.com/docs/getting-started/project-structure): Understand every file and folder in a Gencow project ## Guides - [Schema](https://docs.gencow.com/docs/guides/schema): Define your database schema with Drizzle ORM - [Queries](https://docs.gencow.com/docs/guides/queries): Read data with type-safe queries - [Mutations](https://docs.gencow.com/docs/guides/mutations): Write data with type-safe mutations - [Authentication](https://docs.gencow.com/docs/guides/authentication): Built-in auth with better-auth — signup, login, session management - [Realtime](https://docs.gencow.com/docs/guides/realtime): WebSocket push model — automatic data synchronization - [Storage](https://docs.gencow.com/docs/guides/storage): File upload, download, and management with ctx.storage - [Cron Jobs](https://docs.gencow.com/docs/guides/cron-jobs): Schedule tasks with cronJobs() — interval, daily, weekly, cron - [Deployment](https://docs.gencow.com/docs/guides/deployment): Deploy to Gencow Cloud — backend, static, environments, CI/CD ## AI - [AI Engine](https://docs.gencow.com/docs/ai/ai-engine): Built-in AI with ctx.ai — chat, stream, embed, structured output - [Components](https://docs.gencow.com/docs/ai/components): Add AI capabilities with gencow add — RAG, Memory, Tools, Guardrails, and more - [RAG & Memory](https://docs.gencow.com/docs/ai/rag-memory): Document ingestion, semantic search, and agent memory systems ## API Reference - [CLI Reference](https://docs.gencow.com/docs/api-reference/cli): Complete Gencow CLI command reference - [React Hooks](https://docs.gencow.com/docs/api-reference/react): @gencow/react — GencowProvider, useQuery, useMutation, gencowAuth - [Core API](https://docs.gencow.com/docs/api-reference/core): @gencow/core — query, mutation, httpAction, ctx, validator, cronJobs