Skip to content

Commit 172bd59

Browse files
bchapuisclaude
andcommitted
Sharpen homepage copy around MIT and serverless USPs
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 172d1eb commit 172bd59

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

apps/www/src/routes/home.tsx

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,11 @@ export default function Home() {
8080
automation
8181
</h1>
8282
<p className="text-2xl text-gray-600 mb-10 leading-relaxed">
83-
Dafthunk is a visual workflow automation platform. Build and
84-
deploy serverless workflows by connecting AI models, web scraping
85-
tools, data transformations, and APIs through a drag-and-drop
86-
editor. Your workflows run on Cloudflare's global edge network
87-
with built-in durability and scaling. Open source and
88-
self-hostable.
83+
Build workflows visually by connecting AI models, browsers, data
84+
pipelines and APIs, then deploy them on Cloudflare's serverless
85+
platform. Workflows scale to zero when idle and up with demand,
86+
and the entire stack is yours under MIT. No enterprise tier, no
87+
fair-code carve-outs, no asterisks.
8988
</p>
9089
<a
9190
href={import.meta.env.VITE_APP_URL}
@@ -152,11 +151,11 @@ export default function Home() {
152151
id="features-heading"
153152
className="text-6xl font-light text-gray-900 mb-6"
154153
>
155-
Prototype workflows on edge infrastructure
154+
Serverless workflows, zero infrastructure
156155
</h2>
157156
<p className="text-3xl text-gray-500">
158-
Everything you need to build and deploy automation workflows on
159-
Cloudflare
157+
Scale to zero when idle, to whatever traffic throws at you when
158+
it's not
160159
</p>
161160
</div>
162161

@@ -193,11 +192,11 @@ export default function Home() {
193192
Durable Workflow Execution
194193
</h3>
195194
<p className="text-xl text-gray-600 leading-relaxed mb-6">
196-
Run automation workflows using Cloudflare Workflows and Workers
197-
across the edge network, where servers are merely a philosophical
198-
concept. Your workflows execute everywhere and nowhere
199-
simultaneously with built-in durability. The infrastructure
200-
handles scaling, you handle the logic.
195+
Run workflows on Cloudflare Workflows and Workers, where servers
196+
are merely a philosophical concept. Executions scale to zero
197+
when idle and up to whatever traffic throws at you, with no
198+
infrastructure to provision. Durability is built in, so long
199+
workflows survive restarts and retries.
201200
</p>
202201
<div className="flex flex-wrap gap-2">
203202
{[
@@ -475,11 +474,11 @@ export default function Home() {
475474
Open Source & Self-Hosted
476475
</h3>
477476
<p className="text-xl text-gray-600 leading-relaxed">
478-
MIT licensed workflow automation software with all code available
479-
on GitHub. Fork it, self-host the workflow engine on your own
480-
infrastructure, extend the node library with custom workflow
481-
nodes, or read the source code to understand how serverless
482-
workflow orchestration works on Cloudflare. Provided as-is without
477+
Fully MIT licensed, with no enterprise tier, no fair-code
478+
carve-outs, no "community edition" hiding the good parts. Every
479+
line of the workflow engine, node library and runtime is on
480+
GitHub under the same permissive license. Fork it, self-host it,
481+
embed it in a commercial product. Provided as-is without
483482
warranty.
484483
</p>
485484
</div>

0 commit comments

Comments
 (0)