Drivn

42 posts

Drivn banner
Drivn

Drivn

@Drivnui

UI library with beautifully designed components with dot notation, smart dependencies, and zero runtime UI deps. Open source. npx drivn@latest create

Katılım Mart 2026
16 Takip Edilen1 Takipçiler
Drivn
Drivn@Drivnui·
@alexandersstudi That's the idea. No Radix, no cva, no runtime overhead. Just React + Tailwind you already have. Every component uses the same pattern, dot notation for clean imports, consistent structure and styling. Under 4kb per component. You copy it, you own it.
English
0
0
0
16
Alexander 👦
Alexander 👦@alexandersstudi·
@Drivnui You've hit on a common point about component libraries. Bundling too many runtime dependencies can bloat the app. Building with just React and Tailwind for UI is a smart way to keep things lean. approach simplifies maintenance significantly.
English
1
0
1
27
Drivn
Drivn@Drivnui·
Your component library shouldn't have more runtime deps than your app. Radix, cva, class-variance-authority, radix-ui/react-*... I built 43 components with zero runtime UI deps. Just React + Tailwind. drivnui.com
English
1
0
0
49
Drivn
Drivn@Drivnui·
Drivn v1.16.0 shipped → New DataTable component → Sorting, selection, pagination built-in → Table bordered variant fix 43 components. Zero runtime deps. drivnui.com/docs
Drivn tweet media
English
0
0
0
30
Drivn
Drivn@Drivnui·
Most libraries: DropdownMenu DropdownMenuTrigger DropdownMenuContent DropdownMenuItem Drivn: Dropdown Dropdown.Trigger Dropdown.Content Dropdown.Item One import. Dot notation. Zero runtime UI deps. drivnui.com
Drivn tweet media
Nederlands
0
0
0
80
Drivn
Drivn@Drivnui·
Drivn tip Drivn tooltips use zero JavaScript. Hover? CSS :hover Keyboard a11y? group-focus-within:opacity-100 No JS listeners. No positioning libraries. Pure Tailwind. drivnui.com #TailwindCSS
English
0
0
0
79
Drivn
Drivn@Drivnui·
Most React component libraries ship with a hidden cost Runtime UI dependencies you don't control, can't debug, and can't remove. I built Drivn to fix that. Here's the philosophy behind 41 components with zero runtime UI deps.
Drivn tweet media
English
0
0
0
180
Next.js
Next.js@nextjs·
Next.js 16.2 introduces a stable Adapter API, built with Netlify, Cloudflare, OpenNext, AWS, and Google Cloud. But the API is only part of the story. Next.js is used by millions of developers across every major cloud, and making it work well everywhere is on us. Here are our commitments. nextjs.org/nextjs-across-…
English
89
327
2K
910.2K
Drivn
Drivn@Drivnui·
@cursor_ai finally, self-hosted option. this was the missing piece for so many teams
English
0
0
1
306
Cursor
Cursor@cursor_ai·
Cursor cloud agents can now run on your infrastructure. Get the same cloud agent harness and experience, but keep your code and tool execution entirely in your own network. cursor.com/blog/self-host…
English
118
143
2.1K
207.5K
Drivn
Drivn@Drivnui·
Your component library shouldn't need a runtime dependency tree just to render a button. 42 components. Pure React + Tailwind. No Radix. No cva. Just code you own. drivnui.com
English
0
0
0
218
Drivn
Drivn@Drivnui·
@claudeai Work tool integrations on mobile is exactly the right move. Looking forward to trying this out.
English
0
0
0
12
Claude
Claude@claudeai·
Your work tools in Claude are now available on mobile. Explore Figma designs, create Canva slides, check Amplitude dashboards, all from your phone. Give it a try: claude.com/download
English
1.4K
1.7K
21.3K
7.4M
Drivn
Drivn@Drivnui·
@claudeai this will speed up workflows significantly
English
0
0
0
5
Claude
Claude@claudeai·
New in Claude Code: auto mode. Instead of approving every file write and bash command, or skipping permissions entirely, auto mode lets Claude make permission decisions on your behalf. Safeguards check each action before it runs.
English
2.1K
2.9K
39.5K
7.5M
Drivn
Drivn@Drivnui·
Drivn shipped 1.14.0 One import. Dot notation API. Horizontal + vertical orientation. Connecting lines. Clickable steps. Zero runtime deps. npx drivn add stepper drivnui.com
English
0
0
0
173
Drivn
Drivn@Drivnui·
Drivn tip Pass icons as components, not JSX: leftIcon={Plus} Not: leftIcon={<Plus className="w-4 h-4" />} Drivn handles sizing internally. Cleaner props, zero boilerplate drivnui.com
Drivn tweet media
English
0
0
0
100
Drivn
Drivn@Drivnui·
Drivn v1.13 shipped → New: ContextMenu component → New: NavigationMenu component 40 components. Zero runtime UI deps. drivnui.com
Drivn tweet media
English
0
0
0
147
Drivn
Drivn@Drivnui·
@nextjs The team keeps delivering. 400% faster dev startup is insane.
English
0
0
0
16
Next.js
Next.js@nextjs·
Next.js 16.2 • Up to ~60% faster rendering • Up to ~400% faster 𝚗𝚎𝚡𝚝 𝚍𝚎𝚟 startup • Server Function 𝚍𝚎𝚟 logging • Redesigned error page • Better hydration errors • 𝙴𝚛𝚛𝚘𝚛.𝚌𝚊𝚞𝚜𝚎 display in error overlay nextjs.org/blog/next-16-2
English
150
395
4.2K
453.9K
Drivn
Drivn@Drivnui·
When you're building a form, do you reach for the library's component or write your own input from scratch? Genuinely curious, what makes you trust (or not trust) a component library's form primitives?
English
0
0
0
156
Drivn
Drivn@Drivnui·
@cursor_ai This is how modern codebases should be secured. Ship fast, catch issues.
English
0
0
0
3
Cursor
Cursor@cursor_ai·
We built a fleet of security agents to run continuously on our codebase. We're sharing new automation templates for you to do the same.
Cursor tweet media
English
71
59
1.1K
116.5K
Drivn
Drivn@Drivnui·
React Hook Form + Drivn 8 components. Two patterns. Zero wrappers. register() → Input, Textarea, Checkbox Controller → Select, RadioGroup, Switch, Slider, DatePicker Zod v4 validation built in. drivnui.com/docs/forms/rea…
English
0
0
0
200
Drivn
Drivn@Drivnui·
Drivn tip leftIcon={Plus} not leftIcon={<Plus />} Pass the component reference, not JSX. Drivn handles sizing and styling internally. Zero boilerplate. drivnui.com #ReactJS
Drivn tweet media
English
0
0
0
169
Drivn
Drivn@Drivnui·
@claudeai This changes everything for working with large codebases.
English
0
0
1
37
Claude
Claude@claudeai·
Opus 4.6 scores 78.3% on MRCR v2 at 1 million tokens, highest among frontier models. Load entire codebases, large document sets, and long-running agents. Media limits expand to 600 images or PDF pages per request.
English
59
86
2.6K
374.3K
Claude
Claude@claudeai·
1 million context window: Now generally available for Claude Opus 4.6 and Claude Sonnet 4.6.
Claude tweet media
English
1.2K
2K
25.2K
5.6M