Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,30 @@ 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.

<Quotes speakerName="Ali Fatemi">
<Quotes
speakerName="Ali Fatemi"
speakerImgLink="/blog/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-fatemi.jpg"
>
It has been working pretty great. Claude almost one-shot this solution.
</Quotes>

That is the story: AI can make software feel cheap to create, but generated code only becomes useful when it can run somewhere. For this workflow, Ali said getting to a working URL felt easier than Railway.

## 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.

Expand All @@ -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.
Expand All @@ -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.

<Quotes speakerName="Ali Fatemi">
<Quotes
speakerName="Ali Fatemi"
speakerImgLink="/blog/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-fatemi.jpg"
>
AIs are great with CLIs. I just told Claude: this is the docs, install the CLI and use the CLI to do stuff.
</Quotes>

Expand All @@ -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.

<Quotes speakerName="Ali Fatemi">
<Quotes
speakerName="Ali Fatemi"
speakerImgLink="/blog/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-fatemi.jpg"
>
Prisma was super simple to set up. I created an account and it was ready for me to deploy stuff.
</Quotes>

Expand Down Expand Up @@ -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.

<Quotes speakerName="Ali Fatemi">
<Quotes
speakerName="Ali Fatemi"
speakerImgLink="/blog/claude-generated-50-websites-overnight-prisma-compute/imgs/ali-fatemi.jpg"
>
I did not really think that was possible with AI, but it actually is working.
</Quotes>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading