You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: apps/blog/content/blog/building-the-stack-for-the-next-million-products/index.mdx
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,29 +9,21 @@ metaDescription: "Prisma is building a software factory: one environment where a
9
9
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."
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."
**Prisma should give humans and agents the shortest path from an idea to working software.**
23
21
24
-
<Scrolly>
25
-
<Stepstage="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
-
<Stepstage="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
-
<Stepstage="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.
35
27
36
28
> The stack should fit inside the conversation.
37
29
@@ -127,8 +119,6 @@ That is the stack we want to build.
127
119
128
120
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.
129
121
130
-
<CtaScene />
131
-
132
122
<ButtonasChildvariant="ink"size="2xl">
133
123
<ahref="https://console.prisma.io/">Start building in Prisma Console</a>
0 commit comments