ission
Menu
Platform
Documentation
Quickstart
API reference
Crates
Example Showcase
Blog
Platform
Platform overview
Cross-platform apps
Static sites
Server-rendered sites
Terminal apps
Charts
Production lifecycle
Developer tools
Design systems
Docs
Quickstart
Learn Fission
Guides
Cookbook
API reference
Example showcase
Crates
Blog
GitHub
Search
Cmd K
Example atlas
Explore Fission through working products.
Start with a complete app, inspect the source, then branch into the gallery or target that answers your next engineering question.
Choose your first example
Browse all source ->
macOS
Windows
Linux
Web
Android
iOS
Terminal
SSR
Live examples
Product-shaped proofs, not isolated screenshots.
Every featured example is checked into the repository with a direct run command, source, and a guide to the ideas it demonstrates.
Product app
Inbox
Responsive panes, selection, search, compose flows, and realistic mail-product structure.
macOS
Windows
Linux
Run
$
cargo run -p inbox
Read the guide ->
Source ->
Product app
Fission Editor
A product-shaped editor with files, syntax, language services, terminal work, and LiveTest.
macOS
Windows
Linux
Run
$
cargo run -p fission-editor
Read the guide ->
Source ->
Gallery
Widget Gallery
Tour the standard widget library, layout primitives, states, and interaction behavior.
macOS
Windows
Linux
Run
$
cargo run -p widget-gallery
Read the guide ->
Source ->
Workbench
Text Lab
Probe text shaping, selection, input, focus, menus, modal flows, and diagnostics.
macOS
Windows
Linux
Run
$
cargo run -p text-lab
Read the guide ->
Source ->
Platform
Terminal UI
Use the same app model for keyboard-first screens, dialogs, command sessions, and logs.
Terminal
Run
$
cargo run -p terminal
Read the guide ->
Source ->
Choose by question
The rest of the repository covers the full platform atlas.
Pick the smallest example that proves the next behavior you need, then move to a real target host when the host becomes part of the question.
Start
Counter
State, reducers, actions, and a complete app loop in one small project.
Build the counter ->
Motion
Animation Gallery
Compose, scrub, inspect, and test explicit animation tracks.
Explore animation ->
Data
Chart Gallery
Browse chart families, interaction patterns, datasets, and native rendering.
Browse chart families ->
Devices
Field Inspector
Inspect platform capabilities across desktop, browser, Android, and iOS hosts.
Platform capabilities ->
SSR
Pokemon Card Store
Follow sessions, jobs, signed actions, route caching, workers, and islands.
Study the server app ->