Packages

Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.

Current section

Files

Jump to
raxol examples README.md
Raw

examples/README.md

# Raxol Examples
Runnable examples organized by complexity.
## Quick Start
```bash
elixir examples/getting_started/hello_world.exs
mix run examples/apps/todo_app.ex
```
## Directory Structure
- `core/` - Raxol.Core examples (buffer, box, renderer)
- `liveview/` - Phoenix LiveView integration
- `plugins/` - Plugin development examples
- `getting_started/` - Beginner tutorials
- `scripts/` - Quick .exs examples
- `components/` - Component demos
- `apps/` - Complete applications
- `frameworks/` - Framework integrations (Svelte, React)
- `advanced/` - Advanced patterns
## Running
```bash
# Script (.exs)
elixir examples/path/to/example.exs
# Module (.ex)
mix run examples/path/to/example.ex
```
## Related
See [documentation](../docs/) for concepts and guides.