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
39 changes: 25 additions & 14 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
content="devloop is a single Bash CLI that runs a local implement-and-review loop for agent-written code. Codex codes, Claude reviews, retries until accepted."
/>
<meta name="color-scheme" content="dark" />
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%23121212'/%3E%3Ccircle cx='50' cy='50' r='28' fill='none' stroke='%23af87ff' stroke-width='6' stroke-dasharray='6 8'/%3E%3C/svg%3E"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<meta
property="og:title"
content="devloop · spec-driven code and review loop"
Expand All @@ -27,15 +25,6 @@
<body class="text-ink antialiased">
<div class="mx-auto w-full max-w-[780px] px-5 sm:px-8">
<div class="max-w-[480px]">
<!-- top nav: blog + github, pushed right -->
<header class="flex flex-wrap justify-end gap-x-5 gap-y-1 pt-6">
<a class="brk" href="https://satyaborg.com/blog/devloop"
>BLOG</a
>
<a class="brk" href="https://github.com/satyaborg/devloop"
>GITHUB</a
>
</header>
<!-- main: single narrow column, video sits right after install -->
<main class="flex flex-col gap-10 pb-12 pt-12 sm:pb-14 sm:pt-14">
<section class="min-w-0">
Expand Down Expand Up @@ -63,7 +52,7 @@
>
<pre
class="border border-line bg-panel/60 p-3 pr-12 text-[12px] leading-6 overflow-x-auto whitespace-pre"
><span class="tok-prompt">$</span> curl <span class="tok-num">-fsSL</span> https://devloop.sh/install | bash</pre>
><span class="tok-prompt">$</span> curl -fsSL https://devloop.sh/install | bash</pre>
<span class="copy-btn" aria-hidden="true"
><svg
class="ic-copy"
Expand Down Expand Up @@ -393,6 +382,28 @@ <h2 class="text-ink">
</div>
</section>
</main>

<!-- footer -->
<footer
class="flex flex-col gap-3 py-3 text-dim sm:flex-row sm:items-center sm:justify-between"
>
<div>
Built by
<a class="brk" href="https://github.com/satyaborg"
>@satyaborg</a
>
</div>
<nav class="flex flex-wrap gap-x-5 gap-y-1">
<a class="brk" href="https://satyaborg.com/blog/devloop"
>BLOG</a
>
<a
class="brk"
href="https://github.com/satyaborg/devloop"
>GITHUB</a
>
</nav>
</footer>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions site/public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/install https://raw.githubusercontent.com/satyaborg/devloop/main/scripts/install.remote.sh 302
4 changes: 4 additions & 0 deletions site/public/devloop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions site/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions site/wrangler.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "devloop",
"compatibility_date": "2026-06-09",
"assets": {
"directory": "./dist"
}
}
Loading