# Kuratchi — LLM Documentation Index Project: Kuratchi Category: Cloudflare Workers-native framework and tooling This is the top-level index for all Kuratchi LLM documentation. Each package has its own llms.txt and llms.json with full implementation-grade references. ## Packages ### @kuratchi/js — Web Framework Cloudflare Workers-native framework with file-based routing, server actions, inline template syntax (if/for/interpolation), Durable Object RPC, Agents, progressive enhancement, and config-driven integrations. - llms.txt: /_assets/kuratchi-js/llms.txt - llms.json: /_assets/kuratchi-js/llms.json ### @kuratchi/orm — ORM Workers-native ORM for Cloudflare D1 and Durable Object SQLite. Schema DSL, query builder, migrations, JSON columns, soft delete, relations, and native framework integration. - llms.txt: /_assets/kuratchi-orm/llms.txt - llms.json: /_assets/kuratchi-orm/llms.json ## Shared configuration files Both packages integrate through two shared config files: - kuratchi.config.ts — Declarative config for ORM, Auth, UI, and Durable Object integrations - kuratchi.runtime.ts — Optional runtime middleware for agent routing and pre-route hooks These are documented in both the @kuratchi/js and @kuratchi/orm llms files.