<aside> đź’ˇ

This is my quick and naive product idea that I will start with. In fact, it’s so naive I let chatgpt do most of the thinking for me. As I work through my prototypes and interviews, I will continually refine the product, adding and removing details. I’ll be sure to version all my revisions to track the changes!

</aside>

Product Name

Krew.my – Automated Application Infrastructure Setup


Tagline

Set up your application infrastructure in minutes, not days.


Problem Statement

Setting up an application’s infrastructure is a tedious and time-consuming process, especially for small teams and solo developers. Developers often spend days—or even weeks—configuring their project’s infrastructure to fit their needs.

Tasks like setting up test runners, creating CI/CD pipelines with appropriate permissions and environment variables, and establishing deployment strategies for testing and promoting new features require meticulous attention to detail. These efforts detract from valuable time that could be spent building and improving applications to solve real-world problems.


Solution

krew.my automates the end-to-end setup of application infrastructure. With minimal input, developers can launch a ready-to-go application featuring:

  1. GitHub Repository: Automatically initializes and creates your github repository.
  2. Deployment Ready: Application deployed to Vercel (or other platforms like Netlify or Fly.io), with the pipeline automatically connecting GitHub pushes to deploy changes.
  3. CI/CD Pipeline: Pre-configured GitHub Actions workflows tailored to your tech stack and PaaS for seamless testing, previewing, and deployment.
  4. Test Runners Installed: Popular frameworks like vitest and playwright installed and configured for your project.

Benefits