An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Helium


Helium - Student Planner

---

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


Download on the App Store
 
Get it on Google Play


Support on Patreon

---

# Helium Landing Site

[![Build](https://img.shields.io/github/actions/workflow/status/HeliumEdu/www/build.yml)](https://github.com/HeliumEdu/www/actions/workflows/build.yml)
![GitHub License](https://img.shields.io/github/license/heliumedu/www)

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