Skip to content

HeliumEdu/www

Helium
Helium - Student Planner


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.

Download on the App Store   Get it on Google Play

Support on Patreon


Helium Landing Site

Build GitHub License

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.

Prerequisites

  • Node (>= 24)

Getting Started

The site is built with Astro on the AstroWind starter.

To install dependencies and start the dev server, execute:

npm install
npm run dev

The dev server is available at http://localhost:4321.

To build a production version of the site, execute:

npm run build

Deployment

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