Documentation Index
Fetch the complete documentation index at: https://mintlify.com/charmbracelet/bubbletea/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Bubble Tea requires Go 1.24.2 or later. You can check your Go version with:Install Bubble Tea
Add Bubble Tea to your project usinggo get:
Make sure to use
charm.land/bubbletea/v2 (with v2) to get the latest version.Initialize your module
If you’re starting a new project, first initialize a Go module:Verify installation
Create a simple test file to verify your installation:main.go
Next steps
Build your first app
Follow the quickstart guide to build an interactive shopping list
Learn core concepts
Understand models, messages, and commands