Skip to content

v0.3.0

Latest

Choose a tag to compare

@dayvsonlima dayvsonlima released this 07 Mar 04:38

What's New

UI Component System

  • New reusable templ components: Button, Card, Badge, Table, EmptyState, PageHeader, DetailRow, BackLink, DeleteForm, Spinner, FormActions, ErrorPage
  • Redesigned all generated views (scaffold, auth, pages) using the component system
  • Improved flash messages, pagination, and form fields

MCP: UI Component Discovery

  • New resource catuaba://project/components — lists all templ components with signatures
  • New tool get_component — returns component list or full source code of a specific component
  • Claude now has full context of available UI components when working on Catuaba apps

Generators

  • Improved scaffold handlers with proper flash messages and error handling
  • Better migration templates with correct SQL types and defaults
  • Enhanced database connection handling