import Link from "next/link" export default function LandingPage() { return (
{/* Nav */} {/* Hero */}
Your Personal AI Job Agent

Stop Applying to Jobs.
Let AI Do It For You.

Upload your resume once. Set your keywords. Our AI finds every matching job, rewrites your resume + cover letter for each one, and applies automatically — while you sleep.

Start Free — Beta Access See How It Works

No credit card required. Beta is free.

{/* How It Works */}

How AutoJobs Works

Three steps to never manually applying to a job again.

{[ { step: "01", title: "Create Your Profile", desc: "Upload your resume and LinkedIn. Tell us what jobs you want — keywords, location, salary range. Add your own API keys for job search engines." }, { step: "02", title: "AI Finds & Customizes", desc: "We search Jooble, JSearch, and more. For each match, AI rewrites your resume and writes a personalized cover letter targeting that company." }, { step: "03", title: "Auto-Apply 24/7", desc: "AI applies on your behalf where possible. You review and approve the rest. Dashboard tracks every application and its status." } ].map((item) => (
{item.step}

{item.title}

{item.desc}

))}
{/* Features Grid */}

Everything You Need to Land the Job

{[ { icon: "🎯", title: "AI Resume Tailoring", desc: "Every resume is rewritten to match the exact job description and keywords" }, { icon: "✉️", title: "AI Cover Letters", desc: "Personalized for each company — their mission, news, and your fit" }, { icon: "🔍", title: "Multi-Source Search", desc: "Jooble, JSearch, and more — aggregated and deduplicated" }, { icon: "📊", title: "Application Tracker", desc: "Dashboard shows every application, status, interview invites" }, { icon: "🔑", title: "Your Own API Keys", desc: "Add your own keys — you control your data and spending" }, { icon: "⚡", title: "Apply While You Sleep", desc: "AI works 24/7. Wake up to new opportunities submitted" }, { icon: "👥", title: "Multi-User", desc: "Separate accounts for you, your friends, your clients" }, { icon: "📈", title: "Admin Dashboard", desc: "See all users, applications, and platform analytics" }, { icon: "🔒", title: "Private & Secure", desc: "Your data stays yours. API keys are encrypted." }, ].map((f) => (
{f.icon}

{f.title}

{f.desc}

))}
{/* Pricing */}

Simple, Transparent Pricing

Start free during beta. Scale when you're landing interviews.

Beta

Free

While we build

  • ✓ Unlimited applications
  • ✓ AI resume tailoring
  • ✓ AI cover letters
  • ✓ Application tracking
  • ✓ Add your own API keys
  • ✓ Multi-user support
Join Beta — Free
Coming Soon

Pro

€19/mo

When we launch publicly

  • ✓ Everything in Beta
  • ✓ We provide API keys
  • ✓ Auto-apply everywhere
  • ✓ Email notifications
  • ✓ Interview prep tips
  • ✓ Priority support
{/* Footer */}
) }