What problem does it solve? Setting up project infrastructure requires juggling multiple CLI tools and deployment platforms, and missing authentication or misconfigured connections causes failed deployments and wasted debugging time. ## Core Features & Use Cases - CLI Verification: Validates installation and authentication of gh, Vercel, Supabase, and Render CLIs with a ready-to-run verification script. - Repository & Deployment Setup: Provides commands for creating GitHub repositories, linking Vercel projects, managing Supabase migrations, and configuring Render services via API. - CI/CD Integration: Includes GitHub Actions workflow templates for automated Vercel deployments and Supabase database migrations. - Use Case: When starting a new Next.js project, run the verification script, create the GitHub repo with gh, connect it to Vercel, and add the deploy workflow so every push to main triggers a production deployment. ## Quick Start Verify my project tooling is installed and authenticated, then set up a GitHub repository connected to Vercel for automatic deployments.