Helium is a free, color-coded online student planner for classes, homework, grades, and notes — the academic calendar built for the way you actually study.
The marketing site for Helium - Student Planner, including the Support Portal. Knowledge base articles live as Astro content collection entries in src/content/support/<category>/<slug>.md; the "Submit a Ticket" flow at /support/submit is an owned form that POSTs to the platform API.
- Node (>= 24)
The site is built with Astro on the AstroWind starter.
To install dependencies and start the dev server, execute:
npm install
npm run devThe dev server is available at http://localhost:4321.
To build a production version of the site, execute:
npm run buildPushes to main will redeploy the landing site. The site is served from S3 (heliumedu.www.static) behind CloudFront. Infrastructure is defined in the infra repo's global workspace.



