Compose full UI sections from reusable blocks.
Blocks are higher-level compositions built from your components. Start with ready-to-use implementations for auth, marketing, chat, and product UI.
Trusted by teams worldwide
Starter
$0
- 3 projects
- Community
Pro
Popular$29
- Unlimited
- Priority
Chat UI
CommunicationAssistant
Block install help
Sign in
Welcome back - sign in to continue
No account?
Chat UI Kit
A comprehensive, accessible, and customizable chat component library
AI Assistant
Always here to help
Streaming Composer
AI-style response panel with text or structured markdown streaming, skeleton placeholders, and pause/resume controls.
API Route Explorer
An embeddable, modular API console for docs, dashboards, and internal tools.
Conversation Branch
Branching thread UI for multi-path AI conversations with minimap navigation and confidence metrics.
Conversation Branch
Alternate response visualization
Pricing Section
A conversion-focused pricing block with billing toggle, animated prices, and flexible plan layouts.
Switch to yearly and save up to 20%
- Up to 3 projects
- Community support
- Basic analytics
- Unlimited projects
- Priority email support
- Advanced analytics
- Team collaboration
- API access
- Everything in Pro
- SSO & SAML
- Dedicated support
- Custom SLAs
- Audit logs
FAQ Section
Section title plus accordion FAQ list with scroll-triggered reveal on the header.
Frequently asked questions
Everything you need to know about plans, security, and support.
Yes. Upgrade or downgrade from your account settings. Changes apply on your next billing cycle, and we prorate upgrades immediately.
Portfolio block
Experience Timeline
A scroll-synced work history section with progress rail markers - ready to drop into portfolio and resume pages.
Experience
Selected roles where I led frontend architecture, shipped customer-facing product, and built design systems.
Northwind Labs
Vibe Assisted Engineer
Man, I couldn't even tell you what I'm doing at this place, they just pay me to speak to an AI all day?
- Prompted an AI to build the dashboard, it worked on my machine.
- Increased bundle size by 32% after adding a new feature, agent promised it would be small.
- Promised a new feature by Friday, that was last year.
Acme Commerce
Senior Frontend Engineer
The good ol' days, when I was a real engineer.
- Rebuilt cart checkout with optimistic UI, reducing abandonment by 12%.
- Introduced feature flags and staged rollouts for payment experiments.
- Partnered with design on responsive patterns reused across mobile web.
Brightside Studio
Junior Frontend Engineer
Shipped marketing sites and interactive product demos for agency clients in fintech and SaaS.
- Delivered 20+ launch pages with scroll-driven storytelling and WebGL accents.
- Standardized animation tokens and improved design-to-engineering handoff.
McDonald's
McDonald's Employee
Worked as a McDonald's Employee, I was a real engineer.
- Worked as a McDonald's Employee, I was a real engineer.
Logo Cloud
Trusted-by heading with a scrolling marquee or static logo row.
Trusted by product teams
From early-stage startups to established SaaS companies.
Consent Cookie Bar
Cookie and consent entry with regions, categories, and accept or reject non-essential actions.
Cookie preferences
We use cookies to run the site and improve your experience. Choose which categories you allow. Privacy Policy
Required for sign-in, security, and core site functionality.
Helps us understand usage and improve the product.
Personalized content and campaign measurement.
List Item
Generic list row with avatar, primary and secondary text, optional row click, and trailing action menu. Compose into any card or sidebar - use member-list-panel for full team rosters.
Testimonial Row
Dual-row infinite card marquee of quote cards with name, role, and optional avatar.
Loved by product teams
See what builders say about shipping faster with registry blocks.
“We shipped our admin dashboard in half the time. The blocks drop in cleanly and match our design system out of the box.”
Ada Chen
Engineering Lead, Northwind
“The data toolbar and table patterns saved us weeks of polish. Our team spends time on product logic, not layout details.”
Marcus Webb
Product Designer, Lumen
“Reliable, accessible components with sensible defaults. Exactly what we needed for a fast-moving SaaS launch.”
Sofia Rivera
Founder, Stackline
“The dual-row marquee layout feels polished on our landing page without any custom animation work.”
Elena Park
Marketing Director, Orbit
“Copy-paste blocks that actually compose well together - rare for a component library at this quality level.”
James Okonkwo
CTO, Relay
“We shipped our admin dashboard in half the time. The blocks drop in cleanly and match our design system out of the box.”
Ada Chen
Engineering Lead, Northwind
“The data toolbar and table patterns saved us weeks of polish. Our team spends time on product logic, not layout details.”
Marcus Webb
Product Designer, Lumen
“Reliable, accessible components with sensible defaults. Exactly what we needed for a fast-moving SaaS launch.”
Sofia Rivera
Founder, Stackline
“The dual-row marquee layout feels polished on our landing page without any custom animation work.”
Elena Park
Marketing Director, Orbit
“Copy-paste blocks that actually compose well together - rare for a component library at this quality level.”
James Okonkwo
CTO, Relay
“The data toolbar and table patterns saved us weeks of polish. Our team spends time on product logic, not layout details.”
Marcus Webb
Product Designer, Lumen
“Reliable, accessible components with sensible defaults. Exactly what we needed for a fast-moving SaaS launch.”
Sofia Rivera
Founder, Stackline
“The dual-row marquee layout feels polished on our landing page without any custom animation work.”
Elena Park
Marketing Director, Orbit
“Copy-paste blocks that actually compose well together - rare for a component library at this quality level.”
James Okonkwo
CTO, Relay
“We shipped our admin dashboard in half the time. The blocks drop in cleanly and match our design system out of the box.”
Ada Chen
Engineering Lead, Northwind
“The data toolbar and table patterns saved us weeks of polish. Our team spends time on product logic, not layout details.”
Marcus Webb
Product Designer, Lumen
“Reliable, accessible components with sensible defaults. Exactly what we needed for a fast-moving SaaS launch.”
Sofia Rivera
Founder, Stackline
“The dual-row marquee layout feels polished on our landing page without any custom animation work.”
Elena Park
Marketing Director, Orbit
“Copy-paste blocks that actually compose well together - rare for a component library at this quality level.”
James Okonkwo
CTO, Relay
“We shipped our admin dashboard in half the time. The blocks drop in cleanly and match our design system out of the box.”
Ada Chen
Engineering Lead, Northwind
Git Timeline
Commit and release timeline with branches, tags, authors, and collapsible diff snippets.
Repository activity
Recent commits, merges, and releases on main.
a3f9c2dmainSuccessAlex Chen
b7e1a04feat/webhook-retrySuccessJordan Rivera
src/webhooks/retry.ts+const MAX_RETRIES = 5;+const BASE_DELAY_MS = 1000;export async function deliverWebhook(payload: Payload) {- await fetch(payload.url, { method: "POST" });+ return retryWithBackoff(() => post(payload), MAX_RETRIES, BASE_DELAY_MS);}- v2.4.1Success
Morgan Shaw
c4d8f91fix/sync-raceWarningTaylor Park
src/workers/sync.ts@@ -42,6 +42,8 @@ async function syncSubscription(id: string) {const lock = await acquireLock(id);+ if (!lock) return;try {await pullRemoteState(id);} finally {await releaseLock(id);}- v2.4.0
Riley Kim
d9a2b17mainDeployingAlex Chen
Member List Panel
Team roster with avatar group summary, search, role badges, and row actions.
Team members
Manage workspace access and roles.
8 members
Alex Chen
OwnerOnlinealex@acme.dev
Jordan Rivera
AdminOnlinejordan@acme.dev
Morgan Shaw
Editormorgan@acme.dev
Taylor Park
Viewertaylor@acme.dev
Riley Kim
Viewerriley@acme.dev
Casey Nguyen
Editorcasey@acme.dev
Sam Ortiz
Viewersam@acme.dev
Jamie Lee
Viewerjamie@acme.dev