Full-stack development,
from one codebase
Full-stack development, from one codebase
curl -fsSL https://get.dowe.dev/install | bashpowershell -c "irm https://get.dowe.dev/install.ps1 | iex"Server
Native routing and host capabilities.
Web
Initial SSR plus route assets.
Desktop
Local web output in native windows.
Ios
Generated native SwiftUI.
Android
Generated native Jetpack Compose.
STRAIGHT ANSWERS
The tradeoffs are explicit.
Do I need a separate codebase for every target?
No. One Dowe source graph can drive server, web, desktop, Android, and iOS outputs.
Are Android and iOS apps WebViews?
No. Dowe generates native Jetpack Compose and SwiftUI components with UI/UX parity across web, Android, and iOS.
Can I add arbitrary JavaScript packages?
No. Dowe capabilities come through checked contracts instead of a node_modules application layer.
Am I limited to predefined layouts?
No. Compose routes, layouts, pages, sections, grids, state, and handlers within Dowe's checked contracts.