Show HN: Vibe code from phone template repo
4 months ago
- #mobile-development
- #vibe-coding
- #netlify
- Starter repo for vibe code projects designed for mobile use.
- Key principles include low-effort prompting, automated tooling, and mobile-friendly workflows.
- Built with TypeScript, Vite, and Netlify for hosting and functions.
- Includes src/www for static site, funcs for Netlify functions, and prompt_history for saved prompts.
- Dev server runs at localhost:5173, functions at localhost:8888/api/*.
- Push to main for Netlify to handle deployment or connect repo manually.
- Two build modes: normal for Netlify and offline for single HTML file (works with file:// protocol).
- make itch-zip creates game.zip for Itch.io uploads.
- Eruda auto-loads on Netlify preview deploys for mobile dev console.
- Functions are accessible at /api/[function-name].
- Encourages PRs with a focus on mobile vibe coding.
- MIT licensed.