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.
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.

The homepage mirrors the live site intent: help visitors self-select the version of BoostAI that matches their study context.
Ace GCSE, A-Level, IGCSE, and IB questions with step-by-step AI explanations and unlimited practice variations.

Turn dense lectures, readings, and past papers into revision prompts, worked answers, and next-step study plans.

This source project ships with a lightweight interactive workspace so the homepage demonstrates the product instead of only describing it.
Solve x^2 - 5x + 6 = 0 and explain why the factor method works.
Solve x^2 - 7x + 12 = 0.
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.
Shared layout, route cards, CTA styles, and section blocks keep the three pages consistent without duplicating code.
Fonts, logo, and preview imagery live in the project's `public` folder, so the landing pages work without depending on third-party CDNs.