AI generates small program code
#AI generates small program code
Improve efficiencyβ
This page is about using AI to quickly build small programs. I hope it can help everyone continuously improve their development efficiency.
At the same time, I also hope that everyone can discuss and participate together to quickly generate hundreds or thousands of small programs, APPs, and websites!
AI Learning Center: Skill Quick Installationβ
The official skill suite is split into 1 compatibility router and 7 dedicated workflows. Install the full suite for setup, migration, troubleshooting, runtime, custom builds, Expo React Native, and ReactLynx/Rspeedy:
npx skills add sonofmagic/skills \
--skill weapp-tailwindcss \
--skill weapp-tailwindcss-setup \
--skill weapp-tailwindcss-migrate \
--skill weapp-tailwindcss-troubleshoot \
--skill weapp-tailwindcss-runtime \
--skill weapp-tailwindcss-custom-build \
--skill weapp-tailwindcss-react-native \
--skill weapp-tailwindcss-lynx \
-y
The original weapp-tailwindcss name continues to serve as the lightweight coordination entry, and the old installation commands will not become invalid.
For detailed instructions, see: Skill (Skill System)
The following commands are for repository contributors and documentation maintainers, not for integrating weapp-tailwindcss into an application.
How to contributeβ
Pre-environmentβ
nodejs@22pnpm@11Githubaccount
startβ
Click fork weapp-tailwindcss, then go to git clone locally and open this directory:
- Execute
pnpm ito install dependencies - Execute
pnpm build:pkgto build the local dependency package ofwebsite - Then
cd website && pnpm dev(switch to thewebsitedirectory, runpnpm dev, of course you can also right-click to open the terminal invscode, and then runpnpm dev) - Visit
http://localhost:4000which is the official documentation website ofweapp-tailwindcss
Then, you can create a new website/docs/ai / md file in the mdx directory and write it, and the route will be automatically mapped to:
Go to http://localhost:4000/docs/ai/{your_doc_name} path
For example, if you create a
v0.md, your route ishttp://localhost:4000/docs/ai/v0If you create a
index.md, for example, this page is anindex.md. The access path of this page is http://localhost:4000/docs/ai
If you have materials, you can put them in the website/docs/ai/assets/{your_doc_name} directory and then reference them in the md file
Exampleβ
Websiteβ
Upload picturesβ
For example, to implement Web cloud music, open Web cloud music on your mobile phone, then take a screenshot and upload it to v0.dev
Screenshots here
Prompt wordsβ
Then the prompt word is
The technology stack is uni-app vue3 tailwindcss, implement this page(customized according to your needs)
Then just copy the code
Screenshots here