Skip to content

feat: add student signup page and footer link#960

Merged
AvdLee merged 1 commit intomasterfrom
feature/student-signup-page
Apr 4, 2026
Merged

feat: add student signup page and footer link#960
AvdLee merged 1 commit intomasterfrom
feature/student-signup-page

Conversation

@AvdLee
Copy link
Copy Markdown
Owner

@AvdLee AvdLee commented Apr 4, 2026

Summary

  • Adds /student page where students can claim a free year of RocketSim Pro by entering their name and university email
  • The form validates the email domain server-side via the backend POST /v1/student/subscribe endpoint (uses JetBrains SWOT database)
  • On success, shows a confirmation message prompting the student to check their email
  • Adds a "Students" link to the footer navigation

CI checks

  • npm run lint -- passes
  • npm run format:check -- passes
  • npm run build -- passes
  • npm run knip -- passes
  • npm run typecheck -- 5 pre-existing errors in src/old/ components (unrelated to this PR)

Backend dependency

Requires the student subscribe endpoint and CORS middleware already deployed (PRs #662, #663, #664, #665, #666 in LicenseKit -- all merged and live).

Add /student page where students can sign up for a free year of
RocketSim Pro by entering their name and university email. The form
validates the email domain via the backend student subscribe endpoint
and subscribes them to Kit form 9283203. Also adds a Students link
to the footer navigation.
@AvdLee AvdLee merged commit 8407fb0 into master Apr 4, 2026
1 check failed
@AvdLee AvdLee deleted the feature/student-signup-page branch April 4, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant