diff --git a/apps/blog/content/blog/claude-generated-50-websites-overnight-prisma-compute/index.mdx b/apps/blog/content/blog/claude-generated-50-websites-overnight-prisma-compute/index.mdx index 6d0c0a5f9c..8102ea7c2f 100644 --- a/apps/blog/content/blog/claude-generated-50-websites-overnight-prisma-compute/index.mdx +++ b/apps/blog/content/blog/claude-generated-50-websites-overnight-prisma-compute/index.mdx @@ -16,17 +16,22 @@ tags: - "case-study" --- -Ali Fatemi left an AI outreach system running overnight. +[Ali Fatemi](https://www.linkedin.com/in/ali-fatemi-94566a163/) runs a boutique software agency and builds AI-agent workflows for client acquisition and delivery. + +In one experiment, he gave Claude the Prisma docs and CLI, then left an outreach workflow running overnight. By morning, Claude had generated roughly 50 websites for spas in Vancouver. -Each site was part of a larger workflow: find businesses in a target market, check whether their website exists or needs work, research the business, generate a custom site, ask Ali for approval, deploy it, and prepare an outreach email with the live URL. +Each site was part of a larger loop: find businesses in a target market, check whether their website exists or needs work, research the business, generate a custom site, ask Ali for approval, deploy it, and prepare an outreach email with the live URL. The interesting part is not just that AI can generate the sites. It is that the agent can move from generated code to a working URL without Ali turning deployment into a separate project. Prisma Compute gave Ali's agent a deployment path it could actually operate: docs, CLI commands, terminal output, and a working URL. - + It has been working pretty great. Claude almost one-shot this solution. @@ -34,7 +39,7 @@ That is the story: AI can make software feel cheap to create, but generated code ## What Ali is building -Ali runs a boutique software agency and has been experimenting with AI agents as a new way to build and sell software. His current project is an outreach system for agencies and service businesses. +The project is an outreach system for agencies and service businesses. Instead of sending a generic cold email, the system creates something useful first. @@ -48,6 +53,8 @@ The flow looks like this: - deploy the site - write the outreach email with the live URL +![Delivven GTM approval dashboard showing AI-generated website previews ready to approve and deploy](/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-generated-sites-dashboard.jpg) + Ali described the message as something closer to: "I noticed your business does not have a great website. I created this free version for you. Check it out." The product is still early, but the workflow already changes the economics of outreach. If AI can create a useful asset before the first email, the outreach can start with proof instead of a promise. @@ -64,7 +71,10 @@ Ali gave Claude the [Prisma docs](https://www.prisma.io/docs/compute), asked it For Ali, the important part was not a dashboard tour. It was that the agent could use the CLI, deploy the app, and get a working URL. - + AIs are great with CLIs. I just told Claude: this is the docs, install the CLI and use the CLI to do stuff. @@ -76,7 +86,10 @@ Ali's strongest comparison was not a benchmark. It was the lack of ceremony. He The biggest difference was getting from account creation to deployment. - + Prisma was super simple to set up. I created an account and it was ready for me to deploy stuff. @@ -112,7 +125,10 @@ That is especially important for products like Ali's. The product is not one web Ali's strongest reaction was not about a single feature. It was about the end-to-end workflow becoming real. - + I did not really think that was possible with AI, but it actually is working. diff --git a/apps/blog/public/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-fatemi.jpg b/apps/blog/public/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-fatemi.jpg new file mode 100644 index 0000000000..97e6d73624 Binary files /dev/null and b/apps/blog/public/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-fatemi.jpg differ diff --git a/apps/blog/public/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-generated-sites-dashboard.jpg b/apps/blog/public/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-generated-sites-dashboard.jpg new file mode 100644 index 0000000000..40191c4bec Binary files /dev/null and b/apps/blog/public/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-generated-sites-dashboard.jpg differ