AI IDE
A near-full-screen agentic web-dev workspace — file explorer, a tabbed main pane for code, preview, devtools, and terminal, plus a live agent streaming alongside.
Scontactsevak—bun dev · localhost:3000
Search files⌘K
sevak / contactsevak
main· d2f14c
Live · compiled 1.2s
2 warnings0 errors
TSX
componentssectionshero.tsxfunction Hero
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { motion } from "framer-motion"
import { cn } from "@/lib/utils"
export function Hero() {
return (
<section className="relative mx-auto max-w-5xl py-24">
<motion.h1
initial={{ opacity: 0, y: 12 }}
animate={{ opacity: 1, y: 0 }}
className={cn("text-5xl font-bold tracking-tight")}
>
Ship software with a co-pilot
</motion.h1>
/* sevak › add a CTA with hover-lift — ⇥ to accept */
<p className="mt-6 max-w-xl text-balance">
An agentic IDE that writes, previews, and ships — together.
</p>
</section>
)
}
localhost:3000/pricing200
SSevak
FeaturesPricingDocsGet started
v2.0 · Agents are hereShip software with a co-pilot
Ship software with a co-pilot
that actually ships.
An agentic IDE that writes, previews, and deploys — together, in one flow.
Hobby$0
Pro$20
Team$60
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Sevak · Ship with a co-pilot
</title>
</head>
<body class="antialiased">
<main>
<section class="relative mx-auto max-w-5xl py-24">
<h1 class="text-5xl font-bold tracking-tight">
Ship software with a co-pilot
</h1>
<p class="mt-6 max-w-xl text-balance">
An agentic IDE that writes, previews, and ships — together.
</p>
</section>
</main>
</body>
</html>
Styles+
h1.text-5xl {
font-size:3rem;
font-weight:700;
letter-spacing:-0.025em;
line-height:1;
}
element.style {
opacity:1;
transform:translateY(0);
}
Computed
margin · 24
border · 0
padding · 0
480 × 72
ConsoleWarning · Image without alt attribute in hero.tsx:24›_
dev-server
agent
git
❯
main↑20 errors2 warnings
Ln 14, Col 32UTF-8LFTypeScriptcode