Skip to content

Commit c6a533b

Browse files
ankur-archclaude
andcommitted
blog: replace the launch article's animated scenes with plain prose
The scroll-driven illustration system (factory components, sf-* styles, the motion dependency) is gone; the opening steps become ordinary paragraphs and the closing scene is dropped. The meta image returns so social cards render again; the hero stays as the cover. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0171qibvmqZmkQmQ7rLYFLFf
1 parent 18b6764 commit c6a533b

8 files changed

Lines changed: 6 additions & 1278 deletions

File tree

apps/blog/content/blog/building-the-stack-for-the-next-million-products/factory/primitives.tsx

Lines changed: 0 additions & 494 deletions
This file was deleted.

apps/blog/content/blog/building-the-stack-for-the-next-million-products/factory/scenes.tsx

Lines changed: 0 additions & 125 deletions
This file was deleted.

apps/blog/content/blog/building-the-stack-for-the-next-million-products/factory/scrolly.tsx

Lines changed: 0 additions & 139 deletions
This file was deleted.

apps/blog/content/blog/building-the-stack-for-the-next-million-products/index.mdx

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,21 @@ metaDescription: "Prisma is building a software factory: one environment where a
99
excerpt: "We are building a software factory: one environment where a builder can describe what they want and an agent can build it, run it, inspect it, fix it, and keep going."
1010
heroImagePath: "/building-the-stack-for-the-next-million-products/imgs/hero.svg"
1111
heroImageAlt: "The shortest path from an idea to working software: a request card, a short path through build, deploy and iterate, and a running application showing a usage limit warning."
12+
metaImagePath: "/building-the-stack-for-the-next-million-products/imgs/meta.png"
1213
pinned: true
1314
tags:
1415
- "announcement"
1516
- "platform"
1617
- "ai"
1718
---
1819

19-
import { Scrolly, Step } from "./factory/scrolly";
20-
import { CtaScene } from "./factory/scenes";
21-
2220
**Prisma should give humans and agents the shortest path from an idea to working software.**
2321

24-
<Scrolly>
25-
<Step stage="build">
26-
Today that path is still broken across code, databases, deployment, logs, previews, and developer tooling. We want those pieces to behave like one system instead of a collection of hand-offs.
27-
</Step>
28-
<Step stage="deploy">
29-
That idea has been taking shape across Prisma for a while. [Prisma ORM](https://www.prisma.io/orm) simplified working with data. [Prisma Postgres](https://www.prisma.io/postgres) made isolated databases available on demand. [Prisma Compute](https://www.prisma.io/compute) gave applications a place to run.
30-
</Step>
31-
<Step stage="iterate">
32-
Together, they let builders and agents move from code changes to a running application without stitching the infrastructure together themselves.
33-
</Step>
34-
</Scrolly>
22+
Today that path is still broken across code, databases, deployment, logs, previews, and developer tooling. We want those pieces to behave like one system instead of a collection of hand-offs.
23+
24+
That idea has been taking shape across Prisma for a while. [Prisma ORM](https://www.prisma.io/orm) simplified working with data. [Prisma Postgres](https://www.prisma.io/postgres) made isolated databases available on demand. [Prisma Compute](https://www.prisma.io/compute) gave applications a place to run.
25+
26+
Together, they let builders and agents move from code changes to a running application without stitching the infrastructure together themselves.
3527

3628
> The stack should fit inside the conversation.
3729
@@ -127,8 +119,6 @@ That is the stack we want to build.
127119

128120
Prisma Compute is the newest step toward that vision. It works with the coding agents you already use, including Claude, Codex, and Composer, and comes with Prisma Postgres and [Object Storage](https://www.prisma.io/docs/storage) so you can give an agent a real project, let it build against real infrastructure, and run what it made.
129121

130-
<CtaScene />
131-
132122
<Button asChild variant="ink" size="2xl">
133123
<a href="https://console.prisma.io/">Start building in Prisma Console</a>
134124
</Button>

apps/blog/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"fumadocs-openapi": "catalog:",
2828
"fumadocs-ui": "catalog:",
2929
"lucide-react": "catalog:",
30-
"motion": "catalog:",
3130
"next": "catalog:",
3231
"npm-to-yarn": "catalog:",
3332
"posthog-js": "catalog:",
475 KB
Loading

0 commit comments

Comments
 (0)