minikit-js
Migrate web apps to World App mini apps
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install minikit-js?โผ
Run `npx skills add worldcoin/minikit-js --all -g -y` in your terminal to install all skills in this suite globally.
How to convert a web app into a World App mini app?โผ
The web-to-miniapp skill walks through installing MiniKit, disabling SSR, adding the provider, and routing wallet calls through the World App bridge.
Can a World App mini app also run in a browser?โผ
Yes. The miniapp-to-web skill adds a Wagmi fallback so MiniKit commands work in any browser with wallets like MetaMask.
Why do my mini app buttons render but do nothing?โผ
This is an SSR hydration mismatch. Wrap the page in a dynamic import with ssr set to false, since MiniKit requires the browser window object.
Do I need coding experience to use these migration skills?โผ
Basic familiarity with Next.js helps, but your AI agent applies each migration step automatically from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core