Skip to main content
Back to Learn More

Landing Page — Welcome to Interview OS

Overview

The landing page (/) is the public-facing entry point for Interview OS. It introduces the product, showcases features, explains the workflow, and provides sign-up/login access.

Page Sections

Hero Section

  • Headline: "We keep an eye on jobs for you"
  • Subheadline: Product value proposition
  • Auth Panel: Sign up / Log in (email + password, Google OAuth)
  • CTA: Get started with your interview preparation

Features Section (#features)

Overview of key product capabilities:

  • AI-powered interview kit generation
  • Role match analysis (transparent, not ATS score)
  • Practice sessions with feedback
  • Career evidence vault
  • Story bank for behavioral questions
  • Offer comparison tools

How It Works (#how-it-works)

Step-by-step workflow:

  1. Upload your resume
  2. Add a job description
  3. Get your personalized interview kit
  4. Practice with AI feedback
  5. Track your progress

Pricing Section (#pricing)

Plan comparison and CTA for each tier.

Footer

  • Product Links: Features, How It Works, Pricing, Dashboard (if signed in)
  • Legal Links: Terms of Service, Privacy Policy, Refund Policy, Disclaimer
  • Contact: Support email, privacy contact, grievance officer

Auth Panel

The AuthPanel component embedded in the hero provides:

  • Sign Up: Email, password, display name
  • Log In: Email, password
  • Google OAuth: Sign in with Google
  • Forgot Password: Password reset flow
  • Error Handling: Inline validation and server error display

Redirects

  • Signed-in users are automatically redirected to /dashboard
  • The /jobs route redirects to /dashboard/jobs

Related Docs

  • [[dashboard]] — The authenticated home experience
  • [[legal]] — All legal documents linked from the landing page footer
Based on INTOS-ES-P0-001 (Phase 0), INTOS-ES-P1-001 (Phase 1), INTOS-ES-P2-001 (Phase 2), INTOS-ES-P3-001 (Phase 3), and INTOS-ES-P4-001 (Phase 4) Engineering Specifications v1.0