Cookbook
View SourcePractical recipes for building terminal applications with Raxol.
Guides
- Building Apps -- TEA patterns, state machines, scrollable lists, key chords, testing
- SSH Deployment -- Serve apps over SSH, production setup, Fly.io
- Theming -- Terminal colors, theme system, LiveView CSS, accessibility
- LiveView Integration -- Embed terminals in Phoenix LiveView
- Performance Optimization -- 60fps rendering, diffing, caching
Examples
Complete applications are in the examples/ directory:
examples/getting_started/counter.exs-- Minimal TEA appexamples/demo.exs-- Live BEAM dashboard with sparklinesexamples/apps/file_browser.exs-- File browser with tree navigationexamples/apps/todo_app.ex-- Todo listexamples/ssh/ssh_counter.exs-- SSH-served counter