import Link from "next/link"; import { Button } from "@/components/ui/button"; import { Navbar } from "./navbar"; import { ChartColumn, Zap, Crosshair, Brain, Database, Shield, ArrowRight, } from "lucide-react"; export default function LandingPage() { return (
{/* Navbar */} {/* Hero Section */}
Built for quants & ML engineers

Annotate OHLC Charts.
Train Smarter Models.

A precision tool for labeling candlestick patterns, building training datasets, and running ML predictions — all in a fast, keyboard-driven workspace.

{/* Features Grid */}

Everything you need

From annotation to model training, in one interface.

{/* Card 1 */}

Precision Annotation

Draw rectangles, spans, and lines directly on OHLC candlestick charts with pixel-perfect accuracy.

{/* Card 2 */}

ML Training Pipeline

Export annotated datasets in structured formats ready for model training and backtesting.

{/* Card 3 */}

Real-Time Predictions

Run trained models against visible candles and visualize predictions with confidence overlays.

{/* Card 4 */}

Multi-Chart Workspace

Load multiple CSV datasets, switch between charts, and manage annotations per session.

{/* Card 5 */}

Keyboard-First Workflow

Shortcuts for every tool — R, S, L, D, T, B — designed for speed and flow.

{/* Card 6 */}

Export & Persist

Export annotations as JSON. Your data, your format, your models.

{/* Stats Bar */}
50ms
Render latency
6
Shortcut keys
JSON
Export format
{/* Footer CTA */}

Ready to label?

No credit card required. Start annotating charts in seconds.

{/* Footer */}
); }