Editor pieces from Beste UI, drop-in widgets built with shadcn/ui and Tailwind CSS.
| Piece | Title | Category | Install |
|---|---|---|---|
| editor56 | Integrations List | Editor | npx shadcn add https://ui.beste.co/piece/r/editor56 |
| editor55 | Section Settings Sidebar | Editor | npx shadcn add https://ui.beste.co/piece/r/editor55 |
| editor54 | Post Settings Drawer | Editor | npx shadcn add https://ui.beste.co/piece/r/editor54 |
| editor53 | Image Motion Settings | Editor | npx shadcn add https://ui.beste.co/piece/r/editor53 |
| editor52 | Appearance Motion Panel | Editor | npx shadcn add https://ui.beste.co/piece/r/editor52 |
| editor51 | Design Set Specimen | Editor | npx shadcn add https://ui.beste.co/piece/r/editor51 |
| editor50 | Section Picker Card | Editor | npx shadcn add https://ui.beste.co/piece/r/editor50 |
| editor49 | Collab Cursors | Editor | npx shadcn add https://ui.beste.co/piece/r/editor49 |
| editor48 | Publish Panel | Editor | npx shadcn add https://ui.beste.co/piece/r/editor48 |
| editor47 | Empty Page | Editor | npx shadcn add https://ui.beste.co/piece/r/editor47 |
| editor46 | Content Panel | Editor | npx shadcn add https://ui.beste.co/piece/r/editor46 |
| editor45 | Build Output | Editor | npx shadcn add https://ui.beste.co/piece/r/editor45 |
| editor44 | Whitespace Markers | Editor | npx shadcn add https://ui.beste.co/piece/r/editor44 |
| editor43 | Debugger Panel | Editor | npx shadcn add https://ui.beste.co/piece/r/editor43 |
| editor42 | Error Lens | Editor | npx shadcn add https://ui.beste.co/piece/r/editor42 |
| editor41 | Breakpoint Gutter | Editor | npx shadcn add https://ui.beste.co/piece/r/editor41 |
| editor40 | Quick Fix | Editor | npx shadcn add https://ui.beste.co/piece/r/editor40 |
| editor39 | Spell Check | Editor | npx shadcn add https://ui.beste.co/piece/r/editor39 |
| editor38 | Code Folding | Editor | npx shadcn add https://ui.beste.co/piece/r/editor38 |
| editor37 | Keymap List | Editor | npx shadcn add https://ui.beste.co/piece/r/editor37 |
| editor36 | Goto Line | Editor | npx shadcn add https://ui.beste.co/piece/r/editor36 |
| editor35 | Theme Switcher | Editor | npx shadcn add https://ui.beste.co/piece/r/editor35 |
| editor34 | Rename Refactor | Editor | npx shadcn add https://ui.beste.co/piece/r/editor34 |
| editor33 | Emoji Picker | Editor | npx shadcn add https://ui.beste.co/piece/r/editor33 |
Connected services listed one per row, each turning active in turn down the right-hand edge, so the whole set can be read at a glance once it settles.
Everything that shapes a section but is kept off the page itself, with a soft highlight travelling down the rows to show each one is a live control.
The fields that turn a page into a post, filling themselves in one row at a time and finishing on the tags, with the draft state held at the top throughout.
One image's own motion settings, with the thumbnail beside them performing what the rows describe: blurring into place, then drifting as though the page were scrolling past it.
Images
Motion
Site-wide appearance settings grouped the way a builder sidebar groups them, each value arriving from the right as its row lands.
Photographs that drift as you scroll
Headings that settle in
A design language shown as a specimen. The eyebrow, heading, traits and button settle in one after another, and four characters change how all four of them are drawn.
hero181
Portrait HeroTall photograph beside a heading, a short paragraph and a checked benefit list.
One card from a block picker. Its preview loads behind a sweeping skeleton while the section id, title and description sit ready underneath, the way a picker fills a grid.
The beta opens to the waitlist on Monday.
Support has the new macros ready.
Pricing page copy is locked.
Two named carets share a document: one hops between finished lines while the other types a new sentence at the bottom, over and over.
You have changes that are not yet published
Compact deploy card pairing a live URL row, domain verification badge, unpublished-change hint, and a recolorable publish button.
Start by adding your first block.
Centered editor placeholder with a soft icon tile, headline, hint line, and a recolorable call-to-action pill.
No tutorials needed.
If you can order food online, you can build a website with Beste.
Side-panel content editor with a header chip row, locale and history pills, and stacked rich-text fields for heading and description.
Build-result banner with an emerald success state showing duration and bundle size, or a rose error state with count.
1functionΒ·greet(name)Β·{2βreturnΒ·`Hello,Β·${name}!`;3}
Code lines with muted middle-dots for spaces and β glyphs for tabs, revealing indentation.
Call stack list with function names, source file and line, and an amber current-frame highlight.
const name = user.prfile.name;Property 'prfile' does not exist on type 'User'.Code line where the offending token gets a colored wavy underline and the diagnostic message renders inline beside it.
const users = load();for (const user of users) {12Γrender(user);}
Gutter with rose breakpoint dots, an amber-highlighted current line, and a hit-count chip.
const value = user.prfile.name;Code line with a lightbulb quick-fix tile and a dropdown of fix options. Preferred fix gets an amber tag.
Sentence with a rose wavy underline on a misspelling and a suggestions dropdown below.
12function renderChart(data) {37}
Expanded open line, a collapsed region button with chevron and line count, and the closing line.
Panel listing editor actions with their kbd shortcut combinations on the right.
Compact jump-to-line input with a typed value, a blinking caret, and the total line count.
Settings card with a segmented light / dark / system toggle and icon plus label per option.