Pieces942

Compact, self-contained widgets that behave like assets. Drop them into any block, card, or page to add a small touch of polish without rewriting the surrounding UI.

Traffic by device9,420 sessions
  • Mobile58%
  • Desktop32%
  • Tablet8%
  • Other2%

Stacked Bar

dashboard23

Horizontal 100 percent stacked bar splitting a total into colored segments with a wrapping legend of labels and percentages.

Last 24hpeak at 14:00
0006121824

Hourly Strip

dashboard24

Twenty-four hour activity strip with tone bars whose opacity scales with each hour's volume, labeled 00 to 24.

Services
  • APIOperational
    99.99%
  • IngestDegraded
    99.82%
  • BillingOperational
    99.97%
  • WorkersOperational
    99.95%

Service List

dashboard25

Service health rows with a pinging status dot, operational label, and a monospaced uptime percentage.

Milestones
DesignApr 2
BuildApr 12
QAApr 22
LaunchMay 3

Milestone Timeline

dashboard26

Horizontal milestone tracker with tone-filled done checks, a ringed current step, muted pending steps, and dates below.

Unread50 total
  • Email14
  • Slack32
  • Push4

Notification Inbox

dashboard27

Channel-level unread inbox with email, Slack, and push rows, each showing a tinted icon tile and a rose count badge.

Recent invoices
AccountPlanAmount
Atlas LabsScale$820
NorthwindPro$420
HemlockPro$420
Stoic & Co.Starter$120

Mini Table

dashboard28

Three-column data table with a sort arrow on the active column and monospaced right-aligned amounts in each row.

ARR$1.82M+8.4%
Churn2.1%-0.3%
NPS48+6%

Metric Trio

dashboard29

Three horizontally divided metric cells in one card, each with a label, value, and semantic delta arrow.

Signups382
+12%
Revenue$18.4K
+6%
MAU9.8K
+3%

Sparkline Row

dashboard30

Stacked rows combining a label, value, inline tone-colored sparkline, and emerald delta on the right.

greet.ts
export function greet(name: string) {
return `Hello, ${name}!`;
}
 
// Ship it

Code Window

editor1

Theme-adaptive editor window with traffic-light header, filename, and a tokenized code body.

user.
  • idstring
  • namestring
  • emailstring
  • isAdminboolean
  • save(): Promise<void>

IntelliSense

editor2

Autocomplete popup with a blinking caret up top and a dropdown listing kind-colored tiles, names, and type signatures.

src
components
beste
button.tsx

Path Breadcrumb

editor3

Path row with folder or file icons, chevron separators, and a bold final crumb.

button.tsx
export function Button({ label }) {
return <button>{label}</button>;
return <button className="btn">{label}</button>;
}

Diff View

editor4

Unified diff with tinted add and remove rows, line numbers, and +/− prefix column.

File Tree

editor5

Nested file explorer with folder chevrons, amber folder icons, and a highlighted active file.

index.tsx
button.tsx
card.tsx
theme.css

Editor Tab Bar

editor6

Row of filename tabs with active styling. Dirty tabs show a sky dot in place of the close button.

const msg = greet("Beste");
function greet(name: string): string

Returns a localized greeting for the given name.

@/lib/greet.ts

Hover Popover

editor7

Wavy-underlined symbol above a type-hover card showing signature, one-line description, and source path.

AI Suggestion
const greet = (name: string) => `Hello, ${name}!`;

Inline Suggestion

editor8

AI Suggestion caption above a code line with a solid prefix, italic muted ghost text, and a blinking caret.

format
  • Format DocumentEditor
  • Format SelectionEditor
  • Reveal in File ExplorerFile

Command Palette

editor9

Command palette card with a search bar, ranked results, hint captions, and kbd shortcut pills.

Launch Checklist

Ship with confidence by running through the five-point review.

  • Verify preview URL
  • Run smoke suite
  • Tag the release
pnpm release

Markdown Preview

editor10

Rendered markdown mini card with a heading, lede paragraph, bullet list, and inline code chip.

onboarding3/12
activation

Find & Replace

editor11

Two-row editor find bar with match counter, case/regex toggles, prev/next, replace, and replace-all.

Outline
  • Dashboard
  • constructor
  • state
  • render
  • computeStats

Outline Panel

editor12

Document outline with colored kind tiles for class, function, method, and prop. Depth-indented with an active row.

return greet(name);
Ayşe

Collab Cursor

editor13

Code line with a teammate's blinking caret tinted by tone and a name tag floating above it.

const total = items.reduce(sum, i) => sum + i.price);
Expected 2 arguments, but got 1.ts(2554)

Problem Marker

editor14

Code line with a rose wavy underline on the offending token above an alert card with message and source code.

for (let $1:i = 0; $1 < $2:arr.length; $1++) {}
Tab throughTab

Snippet Placeholders

editor15

Code template with dashed-outline tab stops. Active placeholder tints primary, others stay muted.

3 cursors
const name = 'Ayşe';
const role = 'design';
const team = 'core';

Multi Cursor

editor16

Stacked code lines each with a primary-tinted blinking caret at the same column plus a header count.