From def2fa6d5656cc3c1808f1cf0a19a1d1f8615ffd Mon Sep 17 00:00:00 2001 From: vyakymenko Date: Thu, 23 Apr 2026 06:40:21 +0000 Subject: [PATCH] =?UTF-8?q?Lean=20into=20'you=20don't=20need=20to=20code'?= =?UTF-8?q?=20=E2=80=94=20Two=20ways=20to=20ship=20section=20+=20Genies=20?= =?UTF-8?q?headline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/page.jsx | 56 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 6 deletions(-) diff --git a/app/page.jsx b/app/page.jsx index dfb3dc8..104a51a 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -67,10 +67,14 @@ export default function Home() { Fibe orchestrates complete fullstack environments — apps, APIs, databases, AI agents, preview envs, jobs — on your infrastructure.

-

No DevOps team. No YAML hell. No lock-in. No ticket. Just ship.

+

+ Or skip the code entirely — describe what you want and a Genie builds it. +

+ {/* ── TWO WAYS ── */} +
+
+

Two ways to ship

+
+ +
+
👨‍💻
+

You write the code

+

+ Git push. Fibe builds, routes, SSLs and hot-reloads. Your entire stack, live in seconds, on your infra. +

+
+ git push origin main  ✓ live +
+
+ +
+
+
+
🤖
+

Genies write the code

+

+ Describe the feature. A Genie plans, codes, tests and pushes. + You review. You never open an editor. +

+
+ “add Google OAuth”  ✓ shipped +
+
+
+ +
+
+
+ {/* ── TECH TICKER ── */}
@@ -264,14 +308,14 @@ export default function Home() {

Genies — AI Development Agents

- Not a chatbot.
- A dev agent in your codebase. + You don't have to write
+ a single line of code.

- Genies are autonomous AI agents that live inside your Playgrounds — with a real terminal, - a file editor, Docker access and your full codebase. Assign a task. - They plan, build, test and push. + Genies are autonomous AI agents that live inside your Playgrounds — + with a real terminal, a file editor, Docker access and your full codebase. + Describe the feature. They plan it, build it, test it and push it.

{/* Provider chips */}