Three-page React source

Where are you studying right now?

This homepage acts as the route chooser for BoostAI Study and includes a live question workspace preview so visitors can understand the product before they commit to school or university mode.

BoostAI landing page preview
Entry routes

Two focused paths, one shared product language

The homepage mirrors the live site intent: help visitors self-select the version of BoostAI that matches their study context.

Built-in workspace

Preview the question flow directly on the main landing page

This source project ships with a lightweight interactive workspace so the homepage demonstrates the product instead of only describing it.

4 marksQuadratics
BoostAI Active

Solve x^2 - 5x + 6 = 0 and explain why the factor method works.

Reasoning steps

  1. Find two numbers that multiply to +6 and add to -5.
  2. Rewrite the quadratic as (x - 2)(x - 3) = 0.
  3. Use the zero-product rule to show x = 2 or x = 3.

Fresh variation

Solve x^2 - 7x + 12 = 0.

AnswerTap “Show me how” to reveal it.

Clean handoff for development

The project is built as editable Next.js source code rather than a static export bundle, so a client team can develop on top of it immediately.

Reusable components

Shared layout, route cards, CTA styles, and section blocks keep the three pages consistent without duplicating code.

Local assets included

Fonts, logo, and preview imagery live in the project's `public` folder, so the landing pages work without depending on third-party CDNs.