BeClaude

bubbletea

New
2Community RegistryGeneralby matt

Build terminal user interfaces with Go and Bubbletea framework - TUI apps, Elm architecture, Lipgloss styling

First seen 5/22/2026

Summary

This skill enables you to build terminal user interfaces using Go and the Bubbletea framework, which implements the Elm architecture for state management.

  • It simplifies creating interactive TUI apps with components like text inputs, tables, and spinners, styled with Lipgloss for polished visuals.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install bubbletea@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Build a terminal-based task manager with add, delete, and list functionality.
Create a real-time log viewer that updates as new log entries arrive.
Develop a file explorer with navigation and preview capabilities.
Implement a terminal chat client with message input and scrollable history.
Design a dashboard for monitoring system metrics like CPU and memory usage.
Construct a multi-step form wizard for data entry in the terminal.

Usage Examples

1

/bubbletea Create a TUI app with a text input and a submit button that prints the input value.

2

Build a Bubbletea program that displays a list of items and allows deleting items with a keypress.

3

Generate a Lipgloss-styled spinner component that runs while a background task completes.

View source on GitHub
gotuiterminalbubbletea

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is bubbletea?

This skill enables you to build terminal user interfaces using Go and the Bubbletea framework, which implements the Elm architecture for state management. It simplifies creating interactive TUI apps with components like text inputs, tables, and spinners, styled with Lipgloss for polished visuals.

How to install bubbletea?

To install bubbletea: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install bubbletea@<marketplace>. Finally, /plugin in Claude Code.

What is bubbletea best for?

bubbletea is a plugin categorized under General. It is designed for: go, tui, terminal, bubbletea. Created by matt.

What can I use bubbletea for?

bubbletea is useful for: Build a terminal-based task manager with add, delete, and list functionality.; Create a real-time log viewer that updates as new log entries arrive.; Develop a file explorer with navigation and preview capabilities.; Implement a terminal chat client with message input and scrollable history.; Design a dashboard for monitoring system metrics like CPU and memory usage.; Construct a multi-step form wizard for data entry in the terminal..