Sections
Components
Builder
Changelog
Latest updates and announcements.
January 2026
New Features & Enhancements
- AI-Driven UI Builder: Implemented comprehensive builder system with
BuilderPreviewClientandBuilderPreviewPagecomponents for dynamic tree updates and responsive design - Component Catalog: Added dynamic system prompt generation from component catalog with enhanced Shadcn UI component import mapping
- Bot Detection: Implemented bot detection for
/api/chatand/api/generateroutes usingbotidwith Upstash Redis configuration - API Rate Limiting: Added rate limiting to generation and chat endpoints
- Documentation Routing: Implemented LLM text retrieval functionality with new documentation endpoints
Component Updates
- Added
Sidebar,Toaster,TooltipProvider,Sidekick block, andtriggercomponents - Integrated
PromptInputintoSidekickFooterwith simplifiedSubmitcomponent - Enhanced
CodeBlockcomponent with copy button and improved rendering - Registered
Badgecomponent in design system - Updated
PromptInputcomponent to support shape prop
Registry & Dependencies
- Updated
shadcn addcommand to use full registry URL withAPP_URLand.jsonextension - Enhanced post-processing script for V0
- Added
input-groupdependencies to registry - Updated to
react-resizable-panels v3.0.6
Documentation & Examples
- Added cookbook meta.json file with root and pages definition
- Created base template for all cookbooks with
SidekickProviderintegration - Added examples page with new illustrations for ChatGPT, Cursor Editor, and Fuma-MDX
- Updated image URLs across layout files for better asset management
Navigation & Tools
- Added AI Navigation Tool with Next.js support
- Updated
ChatGPT,Cursor Editor, and help page layouts with enhanced functionality - Added quick action buttons to prompt inputs
Infrastructure & Fixes
- Updated environment variables and restructured base paths for applications
- Fixed CSS variable syntax for height in docs page
- Fixed responsive design guidelines in generate API route
- Removed unused Open Graph route files from multiple applications
- Added clean script and Biome configuration
December 2025
New Features
- AI Gateway Integration: Added multi-provider support with chat components
- AI Assistant Sidekick: Implemented conversation-based AI assistant with mobile enhancements
- Dashboard Components: Added new dashboard hooks and components
- Compact Prompt Input: Introduced compact variant of PromptInput component
- Themed Components: Implemented cursor theme with AI assistant features
Component Library
- Added
Avatar,ComponentsList,Dialog,Field,Popover,ScrollArea,Sidebar,Skeleton, andSpinnercomponents - Updated dependencies to latest versions
Documentation
- Added comprehensive docs and examples for Ask AI block
- Enhanced block page structure with better organization
- Added prompt input demo
Infrastructure
- Migrated app directory to src/app layout
- Updated build configurations
- Fixed Biome linting issues
December 14 - Initial Commit
Project inception with core infrastructure setup.