Skip to content

Repository files navigation

RelayBridge website

The public website for RelayBridge, an open-source project for modern email delivery from legacy SMTP devices and applications. RelayBridge starts with Microsoft 365 / Exchange Online as its current v1.0 target.

RelayBridge application source is public at getrelaybridge/relaybridge under the Mozilla Public License 2.0 (MPL-2.0). Official signed Windows binaries are still in release preparation.

This repository contains the static public website only. It does not depend on, import, or contain the RelayBridge application source or private configuration.

Technical guides

Browse all RelayBridge technical guides, including:

Local development

Requirements:

  • Node.js 22.19 or later
  • npm 10 or later

Install dependencies and start the local development server:

npm ci
npm run dev

Useful commands:

npm run dev      # Start the development server
npm run build    # Generate the static site in dist/
npm run preview  # Preview the generated site
npm run check    # Run Astro and TypeScript checks

Deployment

The site is configured for static output and is intended for Cloudflare Pages. The canonical origin is https://getrelaybridge.com.

Cloudflare Pages settings:

  • Build command: npm run build
  • Build output directory: dist

The site needs no production secrets or runtime environment variables.

Contributing

Small fixes are welcome. Please read CONTRIBUTING.md before proposing a substantial content or design change. Product and security claims must remain accurate to the current public state of RelayBridge.

License

The RelayBridge application is licensed under MPL-2.0 in its source repository. This website repository remains MIT licensed; see LICENSE.

About

Local SMTP bridge for legacy devices and applications to modern email providers.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages