Built to work before the internet does.

NODE inverts the usual order. Instead of treating a live connection as a given and offline mode as an afterthought, the local server is the primary source of truth.

  1. 1

    A local-first server

    A lightweight server runs on the campus network itself, holding course materials, mirrored resources, and campus content — reachable without leaving the local network.

  2. 2

    Access without data

    Students and staff connect over the campus WiFi or LAN. The portal loads the same way whether or not a mobile data connection exists.

  3. 3

    Content mirrored locally

    Frequently needed material — open courseware, reference resources, campus documents — is mirrored on the local server, so it doesn't need to be fetched live each time.

  4. 4

    Sync in the background

    When a real internet connection is available, NODE syncs new content and updates quietly in the background, keeping the local mirror current.

  5. 5

    Resilient by design

    If the connection drops again, nothing already synced disappears. The local copy keeps working on its own.

The usual way

  • Every page load depends on a live connection.
  • No connection means no access — full stop.
  • Data costs fall on the student, every visit.

The NODE way

  • Content is already on the local network.
  • Offline moments don't block access to what's already synced.
  • Data is only needed for the sync, not every visit.

Curious about the technical details for your institution or organization?

Talk to us