DOWE / INSTALL
DOWE-NATIVEInstall Dowe in seconds.
curl -fsSL https://get.dowe.dev/install | bash
powershell -c "irm https://get.dowe.dev/install.ps1 | iex"
THE DOWE LOOP
SOURCE IN. SYSTEM OUT.
01
Describe
Views, data, and server intent.
02
Check
Contracts and boundaries.
03
Generate
Native outputs for every target.
// FULLSTACK FOR THE AI ERA
AI GENERATES CODE. DOWE GENERATES THE SYSTEM.
One declarative source becomes checked software for server, web, desktop, Android, and iOS.
Explore Dowe
DOWE / INSTALL
DOWE-NATIVEInstall Dowe in seconds.
␃WPNCODE0␃
␃WPNCODE1␃
THE DOWE LOOP
SOURCE IN. SYSTEM OUT.
01
Describe
Views, data, and server intent.
02
Check
Contracts and boundaries.
03
Generate
Native outputs for every target.
// ABOUT DOWE
ONE SOURCE. EVERY SURFACE. PURPOSEFULLY UNIFIED.
Architecture lives in the source and generation lives in the Dowe compiler. Agents edit intent; Dowe keeps the system coherent.
Meet Dowe Agent
SYSTEM METRICS
01
SOURCE MODEL
05
TARGET FAMILIES
00
NODE.JS RUNTIME
One compiler authority owns parsing, analysis, lowering, routing, runtime behavior, and target generation.
// THE SYSTEM
FULLSTACK CAPABILITIES, ONE COMPILER
01
VIEWS & UI
Declarative pages, layouts, components, design tokens, and portable interaction contracts.
↗
02
SERVER & RUNTIME
Server binaries, routing, SSR, data access, and explicit runtime boundaries.
↗
03
NATIVE TARGETS
Web, desktop windows, Jetpack Compose, and SwiftUI generated from one product model.
↗
04
AGENT WORKFLOWS
Machine-readable constraints, early diagnostics, and deterministic artifacts agents can repair.
↗
// GENERATED TARGETS
ONE PRODUCT. NATIVE OUTPUTS.
View the contracts
01 / WEB
SSR, routing, JavaScript, and CSS.
The browser gets only the assets it needs; the server router keeps server authority.
02 / SERVER
Server binaries without ambient Node.js.
Dependencies, execution, and deployment stay explicit from source to runtime.
03 / NATIVE
Desktop and mobile stay in the same system.
Native windows, SwiftUI, and Jetpack Compose share the same source architecture.
dowe dev --target web
dowe dev --target desktop
dowe dev --target android
dowe dev --target ios
// THE COMPILER LOOP
INTENT IN. CHECKED OUTPUTS OUT.
Dowe makes the path from an agent edit to a platform artifact visible, deterministic, and reviewable.
01
DESCRIBE
Write the complete product intent.
02
CHECK
Validate contracts and boundaries.
03
GENERATE
Produce every selected target.
04
REVIEW
Inspect artifacts and diagnostics.
// BUILD WITH DOWE
BUILD THE SYSTEM, NOT THE STACK.