Vibe-coded prototype → Reviewed MVP → Production system
Vibe-coded prototype → Reviewed MVP → Production system
Vibe-coded prototype → Reviewed MVP → Production system - Snapdragon 835 / Kirin 960 equivalent
- 64–128GB storage
- Built-in battery = UPS included
- Wi-Fi + option to add Ethernet via USB hub - A Go HTTP server as the central API hub
- An Android app for a voice assistant
- Vosk for offline speech recognition
- SileroTTS for text-to-speech synthesis (officially unsupported on Android — he vibe-coded around the limitation)
- A local emotional journal app (the original project that sparked the whole thing) - Vibe-prototype — AI-generated scaffolding, rapid iteration
- Architecture review — a senior engineer breaks down what the AI built
- Hardening — security, error handling, observability, testing
- Production ship — only now does it touch real users - Any Android flagship from 2016–2020 (Snapdragon 820+, 4GB+ RAM)
- Root access (check XDA Developers for your device)
- LineageOS or a custom ROM with active development
- USB OTG hub if you want Ethernet (optional but recommended) - Termux — Linux environment on Android, no root required for basics
- sshd in Termux — remote access to your device
- Docker via Termux — runs on rooted devices, opens up everything
- Caddy or nginx — lightweight reverse proxy - Personal APIs and backends
- Home automation (Home Assistant)
- Local LLM inference (llama.cpp with small models)
- Development databases (SQLite, PostgreSQL)
- Personal file sync (Syncthing)