
B*tchwork My AI Did For Me, Part 5: Bought a Domain and Deployed an Entire App From a Bike Ride

Key Takeaways
- •AI generated domain name, purchased via GoDaddy API
- •Full-stack app deployed on Vercel without manual steps
- •Supabase backend configured automatically through AI prompts
- •Stripe payment integration completed without developer interaction
- •Shows AI can replace tedious devops tasks entirely
Summary
An AI assistant orchestrated the end‑to‑end creation of a web app while the author rode a bike, handling domain registration, backend setup, front‑end deployment, and payment integration without manual clicks. Using GoDaddy, Vercel, Supabase, and Stripe APIs, the AI generated a domain, provisioned a database, deployed code, and configured Stripe checkout entirely from conversational prompts. The resulting product, gridshot.app, demonstrates that AI can replace many traditionally tedious development steps. This experiment showcases a new workflow where developers act as prompt engineers rather than hand‑coding infrastructure.
Pulse Analysis
The rise of generative AI has moved beyond content creation into the realm of software engineering, where large language models can interpret natural‑language instructions and translate them into concrete API calls. In the case of gridshot.app, the author leveraged an AI to converse with services like GoDaddy for domain registration, Vercel for front‑end hosting, Supabase for database provisioning, and Stripe for payment processing. By feeding the model a simple narrative—"buy a domain and launch an app while biking"—the AI generated the necessary code snippets, configuration files, and deployment scripts, effectively acting as a hands‑free DevOps engineer.
This workflow illustrates a broader trend toward prompt‑driven development, where the human role shifts from writing boilerplate to curating and refining high‑level specifications. The AI’s ability to navigate multiple platforms’ APIs reduces friction, shortens time‑to‑market, and democratizes access to sophisticated tech stacks for non‑technical founders. Moreover, the automation minimizes human error, ensures consistent environment setup, and frees engineers to focus on product differentiation rather than repetitive infrastructure tasks.
While the technology is still maturing—issues like prompt ambiguity, security compliance, and cost monitoring remain—early adopters are already reaping efficiency gains. Companies can now prototype, test, and iterate on full‑stack applications in hours instead of weeks, accelerating innovation cycles across SaaS, e‑commerce, and creator‑focused platforms. As AI models become more reliable and integrated with cloud provider ecosystems, prompt‑engineered automation is poised to become a standard component of modern software development pipelines.
Comments
Want to join the conversation?