# Wippy > Run Code That Writes Itself ## Quick Start 1. Browse structure: https://wippy.ai/llm/toc 2. Search: https://wippy.ai/llm/search?q=your+query 3. Fetch page: https://wippy.ai/llm/path/en/ 4. Batch fetch: https://wippy.ai/llm/context?paths=path1,path2 ## Endpoints | Endpoint | Use | |----------|-----| | https://wippy.ai/llm/search?q= | Search documentation | | https://wippy.ai/llm/path/en/ | Full page content | | https://wippy.ai/llm/summary/en/ | Quick overview with section summaries | | https://wippy.ai/llm/context?paths=a,b | Batch fetch multiple pages | | https://wippy.ai/llm/chunk/ | Get chunk by ID from search results | | https://wippy.ai/llm/related/ | Find related content | | https://wippy.ai/llm/toc | JSON table of contents | ## Graph Navigation Each section has an ID: `path#anchor` (e.g. `http/routing#middleware`) Search results include IDs. Use them to traverse the graph: - https://wippy.ai/llm/chunk/ - get full content - https://wippy.ai/llm/related/ - find similar/linked topics ## Documentation ### Getting Started - [What is Wippy](https://wippy.ai/llm/path/en/start/about) 2.3K - [Installation](https://wippy.ai/llm/path/en/start/installation) 1.0K - [Project Structure](https://wippy.ai/llm/path/en/start/structure) 4.7K ### Guides - [CLI](https://wippy.ai/llm/path/en/guides/cli) 7.3K - [Configuration](https://wippy.ai/llm/path/en/guides/configuration) 7.2K - [Linter](https://wippy.ai/llm/path/en/guides/linter) 5.1K - [Language Server](https://wippy.ai/llm/path/en/guides/lsp) 3.5K - [Dependency Management](https://wippy.ai/llm/path/en/guides/dependency-management) 4.8K - [Entry Kinds](https://wippy.ai/llm/path/en/guides/entry-kinds) 12.3K - [Observability](https://wippy.ai/llm/path/en/guides/observability) 4.3K - [Queue Consumers](https://wippy.ai/llm/path/en/guides/queue-consumers) 3.0K - [Supervision](https://wippy.ai/llm/path/en/guides/supervision) 4.9K - [Publishing](https://wippy.ai/llm/path/en/guides/publishing) 5.2K ### Core Concepts - [Compute Units](https://wippy.ai/llm/path/en/concepts/compute-units) 2.8K - [Registry](https://wippy.ai/llm/path/en/concepts/registry) 1.6K - [Process Model](https://wippy.ai/llm/path/en/concepts/process-model) 5.4K - [Functions](https://wippy.ai/llm/path/en/concepts/functions) 4.0K - [Workflows](https://wippy.ai/llm/path/en/concepts/workflows) 4.4K ### Lua Runtime - [Overview](https://wippy.ai/llm/path/en/lua/overview) 3.1K - [Types](https://wippy.ai/llm/path/en/lua/types) 9.1K - [Entries](https://wippy.ai/llm/path/en/lua/entries) 3.7K ### Core - [Base](https://wippy.ai/llm/path/en/lua/core/base) 9.6K - [Errors](https://wippy.ai/llm/path/en/lua/core/errors) 2.7K - [Time](https://wippy.ai/llm/path/en/lua/core/time) 13.3K - [Channels](https://wippy.ai/llm/path/en/lua/core/channel) 4.5K - [Process](https://wippy.ai/llm/path/en/lua/core/process) 8.2K - [Functions](https://wippy.ai/llm/path/en/lua/core/funcs) 7.3K - [Future](https://wippy.ai/llm/path/en/lua/core/future) 2.0K - [Stream](https://wippy.ai/llm/path/en/lua/core/stream) 2.4K - [Context](https://wippy.ai/llm/path/en/lua/core/context) 0.8K - [Events](https://wippy.ai/llm/path/en/lua/core/events) 2.9K - [Registry](https://wippy.ai/llm/path/en/lua/core/registry) 3.8K - [Contract](https://wippy.ai/llm/path/en/lua/core/contract) 4.3K ### Data Formats - [JSON](https://wippy.ai/llm/path/en/lua/data/json) 4.9K - [YAML](https://wippy.ai/llm/path/en/lua/data/yaml) 3.0K - [Base64](https://wippy.ai/llm/path/en/lua/data/base64) 2.2K - [Compress](https://wippy.ai/llm/path/en/lua/data/compress) 7.0K - [Payload](https://wippy.ai/llm/path/en/lua/data/payload) 3.3K - [Excel](https://wippy.ai/llm/path/en/lua/data/excel) 5.5K ### HTTP & Web - [HTTP](https://wippy.ai/llm/path/en/lua/http/http) 10.7K - [HTTP Client](https://wippy.ai/llm/path/en/lua/http/client) 9.7K - [WebSocket](https://wippy.ai/llm/path/en/lua/http/websocket) 6.8K - [HTML](https://wippy.ai/llm/path/en/lua/http/html) 7.2K ### Storage - [SQL](https://wippy.ai/llm/path/en/lua/storage/sql) 29.0K - [Store](https://wippy.ai/llm/path/en/lua/storage/store) 3.1K - [Filesystem](https://wippy.ai/llm/path/en/lua/storage/filesystem) 4.7K - [Cloud Storage](https://wippy.ai/llm/path/en/lua/storage/cloud) 6.5K - [Queue](https://wippy.ai/llm/path/en/lua/storage/queue) 3.2K ### System - [System](https://wippy.ai/llm/path/en/lua/system/system) 6.1K - [Environment](https://wippy.ai/llm/path/en/lua/system/env) 3.0K - [Logger](https://wippy.ai/llm/path/en/lua/system/logger) 1.7K - [I/O](https://wippy.ai/llm/path/en/lua/system/io) 2.0K - [Metrics](https://wippy.ai/llm/path/en/lua/system/metrics) 2.0K - [OS Time](https://wippy.ai/llm/path/en/lua/system/ostime) 4.3K ### Text & Templates - [Text](https://wippy.ai/llm/path/en/lua/text/text) 8.9K - [Template](https://wippy.ai/llm/path/en/lua/text/template) 2.7K - [TreeSitter](https://wippy.ai/llm/path/en/lua/text/treesitter) 10.0K ### Security - [Security](https://wippy.ai/llm/path/en/lua/security/security) 7.4K - [Crypto](https://wippy.ai/llm/path/en/lua/security/crypto) 5.0K - [Hash](https://wippy.ai/llm/path/en/lua/security/hash) 3.4K - [UUID](https://wippy.ai/llm/path/en/lua/security/uuid) 2.9K ### Dynamic - [Eval](https://wippy.ai/llm/path/en/lua/dynamic/eval) 5.3K - [Exec](https://wippy.ai/llm/path/en/lua/dynamic/exec) 3.8K - [Expression](https://wippy.ai/llm/path/en/lua/dynamic/expression) 3.8K ### WASM Runtime - [Overview](https://wippy.ai/llm/path/en/wasm/overview) 2.4K - [Functions](https://wippy.ai/llm/path/en/wasm/functions) 7.1K - [Host Functions](https://wippy.ai/llm/path/en/wasm/hosts) 2.8K - [Processes](https://wippy.ai/llm/path/en/wasm/processes) 4.0K ### Framework - [Overview](https://wippy.ai/llm/path/en/framework/overview) 1.6K - [LLM](https://wippy.ai/llm/path/en/framework/llm) 14.4K - [Agents](https://wippy.ai/llm/path/en/framework/agents) 14.7K - [Testing](https://wippy.ai/llm/path/en/framework/testing) 7.9K ### Temporal - [Overview](https://wippy.ai/llm/path/en/temporal/overview) 5.5K - [Activities](https://wippy.ai/llm/path/en/temporal/activities) 8.5K - [Workflows](https://wippy.ai/llm/path/en/temporal/workflows) 23.1K ### System Components - [Process Host](https://wippy.ai/llm/path/en/system/process-host) 1.4K - [Terminal](https://wippy.ai/llm/path/en/system/terminal) 1.0K - [Database](https://wippy.ai/llm/path/en/system/database) 6.1K - [Store](https://wippy.ai/llm/path/en/system/store) 1.8K - [Queue](https://wippy.ai/llm/path/en/system/queue) 3.8K - [Filesystem](https://wippy.ai/llm/path/en/system/filesystem) 1.4K - [Cloud Storage](https://wippy.ai/llm/path/en/system/cloudstorage) 1.7K - [Environment](https://wippy.ai/llm/path/en/system/env) 3.3K - [Template](https://wippy.ai/llm/path/en/system/template) 2.5K - [Security](https://wippy.ai/llm/path/en/system/security) 12.4K - [Exec](https://wippy.ai/llm/path/en/system/exec) 3.2K ### HTTP - [Server](https://wippy.ai/llm/path/en/http/server) 3.8K - [Router](https://wippy.ai/llm/path/en/http/router) 5.7K - [Endpoint](https://wippy.ai/llm/path/en/http/endpoint) 5.0K - [Middleware](https://wippy.ai/llm/path/en/http/middleware) 6.6K - [Static Files](https://wippy.ai/llm/path/en/http/static) 3.8K - [WebSocket Relay](https://wippy.ai/llm/path/en/http/websocket-relay) 5.0K ### Tutorials - [Hello World](https://wippy.ai/llm/path/en/tutorials/hello-world) 2.7K - [CLI Applications](https://wippy.ai/llm/path/en/tutorials/cli) 4.0K - [Echo Service](https://wippy.ai/llm/path/en/tutorials/echo-service) 7.7K - [Channels](https://wippy.ai/llm/path/en/tutorials/channels) 4.4K - [Processes](https://wippy.ai/llm/path/en/tutorials/processes) 10.2K - [Supervision](https://wippy.ai/llm/path/en/tutorials/supervision) 15.6K - [Task Queue](https://wippy.ai/llm/path/en/tutorials/task-queue) 9.4K - [Authentication](https://wippy.ai/llm/path/en/tutorials/auth) 16.8K - [Rust WASM](https://wippy.ai/llm/path/en/tutorials/rust-wasm) 10.1K - [LLM Agent](https://wippy.ai/llm/path/en/tutorials/llm-agent) 17.1K ### Internals - [Registry](https://wippy.ai/llm/path/en/internals/registry) 3.6K - [Scheduler](https://wippy.ai/llm/path/en/internals/scheduler) 4.4K - [Dispatch](https://wippy.ai/llm/path/en/internals/dispatch) 4.2K - [Events](https://wippy.ai/llm/path/en/internals/events) 6.0K - [Modules](https://wippy.ai/llm/path/en/internals/modules) 10.0K - [Kinds](https://wippy.ai/llm/path/en/internals/kinds) 3.0K ### About - [Contributing](https://wippy.ai/llm/path/en/about/contributing) 1.1K - [License](https://wippy.ai/llm/path/en/about/license) 1.0K --- **110 pages, 632K (~158113 tokens)**