Pronounced "Kablooie" 💥

UI Design With Explosive Efficiency

Why kablUI Changes Everything

kablUI uses only 5-50% of the characters needed for equivalent HTML, dramatically reducing token consumption in LLM contexts.

Up TO 95% More Efficient

Character reduction between 5-50% for equivalent HTML, dramatically reducing token consumption in LLM contexts. Reduction is typically between 80-95% in testing.

Built for LLMs

Optimized for AI processing, making it ideal for design collaboration with language models like GPT-4 and Claude.

Human Readable

Intuitive syntax that balances extreme brevity with natural readability for human designers and developers.

Enforces Structure

Naturally guides designers toward well-organized, hierarchical interfaces with clear component relationships.

Rapid Iteration

Make structural UI changes in seconds instead of minutes, accelerating the design exploration process.

Framework Agnostic

Works with any UI framework or design system—from React and Vue to Flutter and native platforms.

Example: Video Project Management UI

See how kablUI's compact notation dramatically reduces code complexity while maintaining full design fidelity.

UI Definition Comparison
90% SMALLER
@APP[bg:gray-900]
  @SB[w:240 bg:gray-800]
    §PROJECTS
      +Project1
      -Project2
      -Project3
    §SEQUENCES
      +sq01
      -sq02
      -sq03
    §AI TOOLS
      -⚡Prompt Optimizer
      -🎨Style Matcher
      -✓Consistency Check
  @MAIN
    @NAV[h:30 bg:gray-700]
      "Project1 | sq01" [ProjectTitle]
      @TABS [Shots][Characters][References]
      @STATS "3 Seq | 30 Shots | 12 Complete"
    @TIMELINE
      @CARD[Shot] "sq01_sh0001" [COMPLETE]
        @THUMBNAIL
        "Video Preview"
        "Duration: 8.5s"
      @CARD[Shot] "sq01_sh0002" [COMPLETE]
        @THUMBNAIL
        "Video Preview"
        "Duration: 6.3s"
<div class="app" style="background-color: #111827;">
  <div class="sidebar" style="width: 240px; background-color: #1f2937;">
    <div class="sidebar-section">
      <div class="sidebar-section-header">PROJECTS</div>
      <div class="sidebar-item selected">Project1</div>
      <div class="sidebar-item">Project2</div>
      <div class="sidebar-item">Project3</div>
    </div>
    <div class="sidebar-section">
      <div class="sidebar-section-header">SEQUENCES</div>
      <div class="sidebar-item selected">sq01</div>
      <div class="sidebar-item">sq02</div>
      <div class="sidebar-item">sq03</div>
    </div>
    <div class="sidebar-section">
      <div class="sidebar-section-header">AI TOOLS</div>
      <div class="sidebar-item"><span class="tool-icon">⚡</span>Prompt Optimizer</div>
      <div class="sidebar-item"><span class="tool-icon">🎨</span>Style Matcher</div>
      <div class="sidebar-item"><span class="tool-icon">✓</span>Consistency Check</div>
    </div>
  </div>
  <div class="main-container">
    <div class="navigation" style="height: 30px; background-color: #374151;">
      <div class="project-title">Project1 | sq01</div>
      <div class="tabs">
        <div class="tab">Shots</div>
        <div class="tab">Characters</div>
        <div class="tab">References</div>
      </div>
      <div class="stats">3 Seq | 30 Shots | 12 Complete</div>
    </div>
    <div class="timeline">
      <div class="card">
        <div class="card-type">Shot</div>
        <div class="card-id">sq01_sh0001</div>
        <div class="card-status">COMPLETE</div>
        <div class="thumbnail"></div>
        <div class="card-title">Video Preview</div>
        <div class="card-details">Duration: 8.5s</div>
      </div>
      <div class="card">
        <div class="card-type">Shot</div>
        <div class="card-id">sq01_sh0002</div>
        <div class="card-status">COMPLETE</div>
        <div class="thumbnail"></div>
        <div class="card-title">Video Preview</div>
        <div class="card-details">Duration: 6.3s</div>
      </div>
    </div>
  </div>
</div>
Rendered Interface Preview
PROJECTS
Project1
Project2
Project3
SEQUENCES
sq01
sq02
sq03
AI TOOLS
Prompt Optimizer
🎨Style Matcher
Consistency Check
Project1 | sq01
Shots Characters References
3 Seq | 30 Shots | 12 Complete
COMPLETE
[Video Preview]
sq01_sh0001
Duration: 8.5s
COMPLETE
[Video Preview]
sq01_sh0002
Duration: 6.3s

UI Elements Library

kablUI supports a comprehensive range of UI components and patterns.

Core Elements

  • @APP, @MAIN, @SIDEBAR, @FOOTER
  • §Header, §Subsection
  • @NAV, @TABS, @BREADCRUMB
  • [Button], [Button]{active}
  • [Input], [Checkbox], [Dropdown]
  • [Label], [Tooltip], [Notification]
  • [List], [TaskList], [TreeView]
  • [Table], [Grid], [DataGrid]

Extended Elements

  • [Card], [Modal], [Progress]
  • [Slider], [Stepper], [Avatar]
  • [Accordion], [Collapse], [Tag]
  • [Chip], [Toggle]
  • [Upload], [Image], [Video]
  • [Audio], [Gallery]
  • [Chart], [Calendar], [Metrics]
  • [Timeline], [SplitView], [TabView]

Advanced Elements

  • [Dashboard], [Widget], [Panel]
  • [Report], [AnalyticsView]
  • [BarChart], [PieChart], [LineChart]
  • [Heatmap], [Gauge], [DonutChart]
  • [Timeline], [Kanban], [Flowchart]
  • [AI|Generate], [AI|Enhance]
  • [Version], [History], [DiffViewer]
  • [Map], [GeoLocation]

Quick Start Guide

Get started with kablUI in just three simple steps.

1

Onboard Your LLM

Provide your AI assistant with the kablUI specification to enable it to understand the notation system.

2

Design Your UI

Tell your LLM what you want to design or share reference images to get kablUI notation in return.

Using kablUI notation, design a mobile music player app with a now playing screen, library browser, and playlist management. Include a dark theme with accent color and make sure to include playback controls and album artwork display.
3

Generate Code

Ask your LLM (same one or another) to convert kablUI notation into production-ready code.

Convert this kablUI notation into a responsive HTML webpage with CSS. Use modern CSS features and ensure that the UI is fully functional across desktop and mobile devices. Add appropriate hover effects and transitions to make the interface feel polished.

Design Examples

Explore various kablUI designs for inspiration.

E-Commerce Dashboard
@APP[theme:light accent:blue-600] @SIDEBAR[w:240] [Logo] "ShopDash" §MAIN MENU +[Dashboard] -[Products] -[Orders] -[Customers] §SETTINGS -[Account] -[Team] -[Billing] @MAIN @HEADER [Search] [Notifications] [UserMenu] @DASHBOARD @ROW @CARD[w:1/3] "Total Sales" [Value] "$24,389" [Change] "+12.5%" [Chart] "line" @CARD[w:1/3] "Conversion" [Value] "3.58%" [Change] "-0.2%" [Chart] "bar" @CARD[w:1/3] "Avg Order" [Value] "$85.93" [Change] "+5.4%" [Chart] "line" @ROW @CHART[w:2/3] "Sales Over Time" [Type] "area" @TABLE[w:1/3] "Top Products"
Travel App
@APP[theme:minimal accent:teal-500] @NAV[position:bottom] [Icon] "home" [Icon] "search" [Icon] "bookmark" [Icon] "user" @MAIN @HEADER[sticky] [Title] "Discover" [Icon] "notifications" @SEARCH [Input] "Where to?" [Chip] "Hotels" [Chip] "Flights" [Chip] "Experiences" @FEATURED [Title] "Popular Destinations" @CARDS[scroll:h] @CARD "Bali" [Image] "bali.jpg" [Price] "$1,299" [Rating] "4.8" @CARD "Tokyo" [Image] "tokyo.jpg" [Price] "$2,199" [Rating] "4.9" @CARD "Paris" [Image] "paris.jpg" [Price] "$1,899" [Rating] "4.7"
CRM System
@APP[theme:corporate accent:indigo-700] @HEADER [Logo] "NexaCRM" @NAV [Tab] "Dashboard" [Tab] "Leads" +[Tab] "Contacts" [Tab] "Deals" [Tab] "Reports" [Profile] @CONTENT @TOOLBAR [Title] "All Contacts" [Button] "Add Contact" [Filter] [Export] @TABLE [Column] "Name" [Column] "Company" [Column] "Position" [Column] "Email" [Column] "Phone" [Column] "Status" [Column] "Actions" @PAGINATION [Pages] "1 of 12" [PerPage] "25" @SIDEBAR[position:right] [Title] "Contact Details" [Avatar] [Field] "Name: John Doe" [Field] "Email: john@example.com" [Field] "Phone: (555) 123-4567" [Field] "Company: Acme Inc." [Button] "Edit" [Button] "Delete"
Design System UI
@APP[theme:design accent:purple-600] @SIDEBAR[w:280] [Logo] "AtomicUI" §FOUNDATION -[Colors] -[Typography] -[Spacing] -[Shadows] §COMPONENTS +[Buttons] -[Forms] -[Cards] -[Navigation] -[Feedback] -[Data Display] §PATTERNS -[Authentication] -[Layouts] -[Empty States] @MAIN @HEADER [Title] "Buttons" [Breadcrumbs] "Components > Buttons" [Version] "v2.3.1" @CONTENT @SECTION [Title] "Button Variants" @ROW @COL[w:1/4] [Title] "Primary" [Description] "Main call to action" [Button]{primary} "Submit" @COL[w:1/4] [Title] "Secondary" [Description] "Alternative action" [Button]{secondary} "Cancel" @COL[w:1/4] [Title] "Tertiary" [Description] "Subtle action" [Button]{tertiary} "Learn More" @COL[w:1/4] [Title] "Danger" [Description] "Destructive action" [Button]{danger} "Delete"
AI-Powered Editor
@APP[theme:dark accent:cyan-500] @SIDEBAR[w:260] [Logo] "LumenAI" §WORKSPACES +[Project Alpha] -[Project Beta] -[Personal Notes] §AI TOOLS -[✨ Content Generator] -[🔍 Research Assistant] -[✏️ Editor] -[🔄 Transformer] -[📊 Data Analyzer] §RECENT -[Meeting Notes] -[Product Ideas] -[Research Summary] @MAIN @TOOLBAR [Title] "Project Alpha" [Button] "Share" [Button] "Export" [Button] "Settings" @EDITOR [Tabs] "Document|Preview|History" [Document] @BOTTOM_PANEL [AI Prompt] "Suggest improvements..." [Button] "Generate" [Button] "Enhance" [Button] "Summarize" @PANEL[w:300 position:right] [Title] "AI Assistant" [Suggestions] [References] [History]
Social Media App
@APP[theme:social accent:gradient] @NAV[position:top] [Logo] "Connectr" [Search] @ICONS [Home] [Explore] [Notifications] [Messages] [Profile] @MAIN @STORIES @STORY "user1" [Avatar] "u1.jpg" [Username] "alex_design" @STORY "user2" [Avatar] "u2.jpg" [Username] "maria_travel" @STORY "user3" [Avatar] "u3.jpg" [Username] "tech_jamie" @FEED @POST [Header] [Avatar] "u2.jpg" [Username] "maria_travel" [Time] "2h" [Menu] [Image] "beach.jpg" [Actions] [Like] "1.2k" [Comment] "89" [Share] [Save] [Caption] "Perfect day in paradise! #travel #beach" [Comments] "View all 89 comments" @POST [Header] [Avatar] "u3.jpg" [Username] "tech_jamie" [Time] "5h" [Menu] [Image] "gadget.jpg" [Actions] [Like] "876" [Comment] "42" [Share] [Save] [Caption] "Just unboxed this new gadget! Thoughts?" [Comments] "View all 42 comments"

Code Generation Prompts

Convert your kablUI designs into production-ready code with these prompt templates.

Tailwind CSS
Please convert this kablUI notation into a self-contained HTML page using Tailwind CSS. Include the Tailwind CDN and ensure the design is fully responsive. Follow best practices for accessibility and performance.
shadcn/ui Components
Convert this kablUI notation into a React application using shadcn/ui components. Structure the code with proper component organization, and use TypeScript for type safety. Follow the shadcn/ui documentation for component implementation.
UnoCSS
Transform this kablUI notation into a responsive HTML page using UnoCSS. Include the UnoCSS CDN and leverage its atomic CSS utilities. Optimize for modern browsers while maintaining a clean, semantic HTML structure.
Bootstrap 5
Convert this kablUI notation into a Bootstrap 5 webpage. Use Bootstrap's grid system, components, and utilities to create a responsive design. Include the Bootstrap CDN links and any necessary JavaScript for interactive components.
Vue + Vuetify
Transform this kablUI notation into a Vue.js application using Vuetify components. Structure the code with Vue best practices, including proper component composition and state management. Follow Material Design principles as implemented in Vuetify.
Flutter
Convert this kablUI notation into Flutter code. Create a responsive UI using Flutter widgets and follow Material Design guidelines. Structure the code with proper widget composition and state management.