[FRAMEWORK v0.3.1]
THE FIRST UI FRAMEWORK
DESIGNED FOR AI CODING AGENTS
Stop generating 500 lines of custom components from scratch. Import pre-built, theme-aware components and tools. Ship full-stack apps in minutes, not hours.
Build AI agents that remember, reason, and act — with tools, memory, guardrails, multi-agent orchestration, and built-in evals. One framework, from UI to AI.
[QUICK INSTALL]
$ npx create-fabrk-app my-app109+
COMPONENTS
Pre-built UI components with terminal aesthetic
13
PACKAGES
Modular packages for auth, payments, AI, and more
18
THEMES
Design system themes with runtime switching
3221
TESTS
Comprehensive test coverage across agents, tools, memory, workflows, and UI
[WHAT AI AGENTS SEE]
When a user says: "Build me a dashboard" — the AI generates:
import {
KPICard, Card, BarChart, LineChart, DataTable, Badge
} from '@fabrk/components'
import { cn } from '@fabrk/core'
import { mode } from '@fabrk/design-system'
export default function Dashboard() {
return (
<div className="p-6 space-y-6">
<div className="grid grid-cols-4 gap-4">
<KPICard title="REVENUE" value="$12,340" trend={12.5} />
<KPICard title="USERS" value="1,572" trend={8.3} />
</div>
<Card className={cn("p-6 border border-border", mode.radius)}>
<BarChart data={revenueData} />
</Card>
<DataTable columns={columns} data={users} />
</div>
)
}Result: Full dashboard with KPIs, charts, and data table. 2 minutes. Consistent design.
[DOCUMENTATION]
> LIVE DEMO
See a full CodeScan dashboard built entirely with FABRK components
> GET STARTED
Create your first FABRK app in 5 minutes
> AGENTS
Build AI agents with tools, memory, guardrails, workflows, MCP, and evals
> TUTORIALS
Step-by-step: build a production AI agent from scratch
> PACKAGES
Explore 13 modular packages
> COMPONENTS
Browse 109+ UI components
> GUIDES
Build a dashboard, add auth, integrate payments
> MIGRATION
Migrate an existing app to FABRK
> CLI REFERENCE
create-fabrk-app and fabrk dev CLI
> ABOUT
The story behind FABRK — from boilerplate to framework
[DESIGNED FOR]
Claude CodeCursorGitHub Copilotv0.devWindsurfCline