hotwire-native
Installation
SKILL.md
Hotwire Native
Build a thin native shell around a web-first Rails application. Keep business rules and frequently changing UI on the server; use native code for navigation chrome, platform APIs, and focused UX enhancements.
Supported Baseline and Sources
This skill is verified against Hotwire Native iOS 1.3.0, Android 1.3.1, and @hotwired/hotwire-native-bridge 1.2.2.
- Read the relevant pinned upstream snapshot in
handbook/for official setup, path-configuration, and bridge guidance. - Read the matching file in
references/for project-authored synthesis and guardrails. - Use
examples/as project-authored recipes, not as upstream API authority. - If the project targets another SDK version, verify its official release and documentation before emitting version-sensitive code.
Core Workflow
1. Preserve the Web Experience
Confirm responsive layout, touch targets, usable forms without a bridge, and acceptable mobile-network performance. A bridge component enhances an existing web action; it does not create the only way to perform it.