Skip to main content

Examples

Each example is available as a starter template via Create Foldkit App. Pick one that matches what you’re building, or start with Counter and work your way up. See Getting Started to get up and running.

ExampleDescription
CounterThe classic counter example. Increment, decrement, and reset a number.
TodoA todo list with local storage persistence. Add, complete, and delete tasks.
StopwatchA stopwatch with start, stop, and reset. Demonstrates time-based subscriptions.
Crash ViewCustom crash fallback UI. Demonstrates crash.view and crash.report with a crash button and reload.
FormForm handling with field validation, error states, and async submission.
WeatherLook up weather by zip code. Demonstrates HTTP requests and loading states.
RoutingClient-side routing with URL parameters, nested routes, and navigation.
Query SyncFilterable dinosaur table where every control syncs to URL query parameters. Schema transforms enforce valid states. Invalid params gracefully fall back.
SnakeThe classic snake game. Keyboard input, game loop, and collision detection.
AuthAuthentication flow with Submodels, OutMessage, protected routes, and session management.
Shopping CartE-commerce app with product listing, cart management, and checkout flow.
Pixel ArtPixel art editor showcasing undo/redo with immutable snapshots, time-travel history, UI components (RadioGroup, Switch, Listbox, Dialog, Button), createLazy view optimization, Subscriptions, Commands with error handling, and localStorage persistence via Flags.
Job ApplicationMulti-step form with async email validation, cross-field date constraints, file uploads, and per-step error indicators.
WebSocket ChatManaged resources with WebSocket integration. Connection lifecycle, reconnection, and message streaming.
KanbanDrag-and-drop kanban board with cross-column reordering, keyboard navigation, fractional indexing, and screen reader announcements.
UI ShowcaseInteractive showcase of every Foldkit UI component with styled examples, routing, and component state management.
Typing Terminal
A production real-time multiplayer typing speed game. Full stack Effect app with RPC backend and Foldkit frontend.
Race your friends →