Open
Recent
Diff
History
AI
new
publish
project/ index.html
Layers
Blocks
Components
Canvas
Overwatch
header.fixed
div.max-w-[1400px]
div.flex
Pulse
nav.hidden
main
section.hero
div.max-w-3xl
h1.text-5xl
Build products...
p.text-gray-500
div.flex
button.bg-gray-900
Root main section.hero div.max-w-3xl h1.text-5xl
1
2
3
4
5
6
100
200
300
400
500
600
700
Pulse
Sign in Get started
Now with real-time collaboration

Build products
your users love

The modern platform for teams who ship fast. Design, prototype, and hand off — all in one place.

h1.text-5xl
AI
100%
px
Base
Normal
Auto
Port 3000
Properties
Code
Properties index.html
Node Info
Type
text
Name
h1.text-5xl
ID
vn_37
Classes
text-5xl md:text-6xl font-semibold tracking-tight leading-tight
Layout
Display
Block
Flex
Grid
I-Flex
Inline
None
Spacing
MARGIN
0
0
PADDING
0
0
content
0
0
0
24
Typography
Color
rgb(17,24,39)
FontInter, system-ui, sans-serif
Size30px
Line H34.5px
Weight
Light
Regular
Medium
Semi
Bold
Border
Flex Child
Transform
Animation
<!-- Hero heading -->
<h1
class="text-[30px] font-semibold
tracking-tight text-gray-900
leading-[1.15] mb-4"
>
Build products
<br />
your users love
</h1>
<!-- Subtitle -->
<p
class="text-[12px] text-gray-500
leading-relaxed max-w-[340px]
mx-auto mb-6"
>
The modern platform for teams
who ship fast.
</p>
<!-- CTA buttons -->
<div class="flex gap-3">
<button
class="bg-gray-900 text-white
px-5 py-2 rounded-lg
font-medium text-[11px]"
>
Start building
</button>
</div>
Debug