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:
- Upload your resume
- Add a job description
- Get your personalized interview kit
- Practice with AI feedback
- 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
/jobsroute redirects to/dashboard/jobs
Related Docs
- [[dashboard]] — The authenticated home experience
- [[legal]] — All legal documents linked from the landing page footer