Releases: suntay44/web-to-mobile-magic-plugin
v0.2.0 — Sharper Audit Detection, Cleaner Docs, Better Installer UX
WebToMobile v0.2.0
This release improves audit accuracy, installer clarity, and README messaging while keeping the plugin focused on one job: helping AI coding agents turn websites and web repos into Expo React Native mobile app workflows.
What Changed
- Added better Next.js App Router detection.
- Added Vue 2 vs Vue 3 detection.
- Added environment variable name extraction from
.env.example. - Added mobile navigation type detection for stack, tabs, drawer, and file-based routing.
- Improved
--updateoutput so users can see whether they are already on the latest version. - Updated the build skill to consult dependency substitution notes before replacing web packages.
- Added clearer README impact estimates for token efficiency, planning time, and audit time.
- Cleaned maintainer planning docs into the
roadmap/folder.
Why It Matters
WebToMobile now gives agents better migration signals before they write code, especially for common web-to-mobile blockers like Next.js routing, env config, navigation structure, and dependency replacement.
Reminder
A live URL gives WebToMobile enough context for UI/UX planning.
A GitHub repo or local path gives it enough context for a deeper app migration plan and implementation workflow.
v0.1.0 — Initial Release & Minor Updates
WebToMobile v0.1.0
First public release of the WebToMobile plugin/skills for Claude Code, Cursor, and Codex.
What It Does
WebToMobile gives AI coding agents six slash commands that cover the full lifecycle of converting a website into a native mobile app — and completing or reviewing one that already exists.
| Command | What it does |
|---|---|
/web-to-mobile |
Audit a website or web repo, write a migration plan, implement in Expo React Native |
/mobile-resume |
Audit an unfinished mobile app, plan what's left, implement remaining work |
/mobile-scan |
Run lint, typecheck, tests, and build — produce a structured QA report |
/mobile-review |
Read targeted source files and produce a severity-tagged senior review |
/mobile-audit |
Standalone mobile app audit — no plan or build commitment |
/mobile-qa |
Final verification of a mobile app against its approved plan |
Two Input Tiers
URL only → UI/UX planning only. We infer layout, navigation, and visual direction from public pages. We cannot see your logic, state, or anything behind a login.
GitHub repo or local path → Full port. We reuse real logic, map every route, detect what needs rewriting, audit auth and storage, and produce a real implementation plan.
URL gets you a faithful interface. Repo gets you a faithful app.
Install
Claude Code (global):
git clone https://github.com/suntay44/web-to-mobile-magic-plugin
cd web-to-mobile-magic-plugin
node scripts/install.mjs