hotwire-native
Installation
SKILL.md
Hotwire Native
Iron Laws
- Reuse web screens first - Build in HTML/CSS before reaching for native screens.
- Use path configuration to control routing behavior declaratively.
- Bridge components for native upgrade - Use Strada when the web isn't enough.
- Keep native and web in sync - Version bridge components together.
- Test on real devices - Simulators don't catch all native behaviors.
- Handle offline gracefully - Native apps expect resilience.
Overview
Hotwire Native wraps your web app in a native shell (iOS/Android), providing:
- Native navigation transitions between web screens
- Access to native SDKs and APIs via Bridge Components
- Push notifications, camera, location, and other native features
- App store distribution with web-first updates
- Fallback to native screens when needed