Docs / Start here

Get Started

↗ No CLI needed. Just copy, paste, and own the code.

Installation

Paperflow UI is copy-paste first. You do not install a package to use components. You copy a component file, paste it into your app, and customize it as if your teammate wrote it.

# 1) Copy component files
components/ui/paperButton/*

# 2) Add docs metadata
a registry entry in /registry/index.ts

# 3) Import and ship
import { PaperButton } from '@/components/ui'

Setup

Wire your foundation in three places: tokens and utility classes in globals.css, theme keys in tailwind.config.ts, and all eight font variables in app/layout.tsx.

Philosophy

Build pieces that read clearly in code and on screen. If a style needs a paragraph to justify it, remove it. Paper UI favors intention over decoration every time.