https://github.com/heliumedu/www
Marketing site for Helium - Student Planner
https://github.com/heliumedu/www
astro education marketing students web
Last synced: about 1 month ago
JSON representation
Marketing site for Helium - Student Planner
- Host: GitHub
- URL: https://github.com/heliumedu/www
- Owner: HeliumEdu
- License: mit
- Created: 2026-05-07T04:54:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-15T23:05:04.000Z (about 1 month ago)
- Last Synced: 2026-05-15T23:39:05.142Z (about 1 month ago)
- Topics: astro, education, marketing, students, web
- Language: Astro
- Homepage: https://www.heliumedu.com
- Size: 36.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/account/changing-the-app-theme-dark-mode.md
Awesome Lists containing this project
README
---
[**Helium**](https://www.heliumedu.com) is a free, color-coded online student planner for classes, homework, grades, and notes — the academic calendar built for the way you actually study.
---
# Helium Landing Site
[](https://github.com/HeliumEdu/www/actions/workflows/build.yml)

The marketing site for Helium - Student Planner, including the [Support Portal](https://www.heliumedu.com/support). Knowledge base articles live as Astro content collection entries in `src/content/support//.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](https://astro.build) on the [AstroWind](https://github.com/onwidget/astrowind) starter.
To install dependencies and start the dev server, execute:
```sh
npm install
npm run dev
```
The dev server is available at http://localhost:4321.
To build a production version of the site, execute:
```sh
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](https://github.com/HeliumEdu/infra/tree/main/terraform/environments/global).

