import { ArrowRight, Code2, Sparkles } from 'lucide-react' export default function Hero() { return (
{/* Background Glow */}
{/* Badge */}
AI-Powered Documentation & Code

Generate code at the
speed of thought.

Deepnote transforms your technical notes into production-ready code, documentation, and visualizations instantly. The future of developer productivity.

{/* Code Preview Mockup */}
main.py
1 import deepnote as dn
2 def generate_component(data):
3 # AI analyzes input structure
4 model = dn.Analyze(data, mode='react')
5 return model.render()
6 Processing...
) }