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
Current section
Files
docs/cookbook/README.md
# Cookbook
Practical guides and recipes for building terminal applications with Raxol.
## Guides
- [LiveView Integration](LIVEVIEW_INTEGRATION.md) - Integrate Raxol with Phoenix LiveView
- [Theming](THEMING.md) - Customize your terminal application's appearance
- [Command System](COMMAND_SYSTEM.md) - Build powerful command interfaces
- [Performance Optimization](PERFORMANCE_OPTIMIZATION.md) - Optimize your terminal app
- [Vim Navigation](VIM_NAVIGATION.md) - Add Vim-style keyboard navigation
## More Examples
For complete example applications, see the `examples/` directory in the repository.