Coconut Design System v1.1.0
home Home

Ecosystem

All products and platforms powered by the Coconut Design System. One foundation, multiple specialized experiences.

Live Products

Store Console
SvelteKit + Cloudflare
Live

Admin dashboard for store operators. Manages sites, hardware, billing, integrations and user access.

TokensFormsTablesBadgesDark Mode
Cloud Central
SvelteKit + Cloudflare
Live

Central management platform. Organization-wide settings, fleet management, and global monitoring.

TokensCardsWidgetsDark Mode
AI Studio
SvelteKit + Workers AI
Live

AI-powered chat hub with multi-model support, document processing, and fine-tuning studio.

TokensChat UICode BlocksDark Mode
Platform Docs
Astro Starlight
Live

Technical documentation for the platform. Infrastructure, API, database, security, and design system reference.

TokensTypographyDark Mode
Cloud API
Hono + Cloudflare Workers
Live

Backend REST API. No UI — pure backend with Durable Objects and D1. No design system dependency.

No UI

Coming Soon

POS Touch
Touch-first POS interface
Planned

Point-of-sale interface optimized for touch. Large tap targets (min 48px), product grids, numpad, cart and payment flow.

Touch TargetsProduct GridNumpadCart
Kiosk
Customer self-service
Planned

Full-screen self-ordering kiosk. Extra-large typography, attention animations, inactivity timeout, and accessibility focus.

FullscreenXL TypographyTimeoutA11y
KDS
Kitchen Display System
Planned

High-density kitchen display. Order columns with urgency timers, color-coded priority, bump actions, and audible alerts.

Order ColumnsTimersPriority ColorsBump
Drive
Drive-through display
Planned

Drive-through queue management. Large order numbers, status tracking, lane assignment, and estimated wait times.

QueueOrder NumbersLane StatusETA
Digital Signage
Menu boards & displays
Planned

Dynamic display content. Carousel layouts, menu boards, promotional content, no interaction — display only.

CarouselMenu BoardPromosNo Touch
Self-Checkout
Autonomous checkout
Future

Self-checkout terminal. Scan, weigh, pay — minimal UI with clear step-by-step flow and error recovery.

Scan FlowPaymentStep UI

Architecture

How products inherit from Foundation
1
Foundation
Tokens, components, patterns
2
Product Override
Touch targets, density, layout
3
Deploy
Cloudflare Pages / On-prem
/* Product imports foundation then overrides */ @import 'coconut-foundation/design-tokens.css'; @import 'coconut-foundation/components.css'; /* POS Touch overrides */ :root { --radius: 16px; /* Larger for touch */ --topbar-h: 64px; /* Taller touch bar */ } .btn { min-height: 48px; } /* Touch target */