Orbiter is the easiest way to host static sites, open sourced and built on open web principles and technologies.
If you haven't already, try out Orbiter for free and launch your first site!
Here is a quick overview of everything that runs Orbiter and the repo for each part:
- orbiter-backend - The core server and API that handles Supabase, uploading files, creating new sites, ets.
- orbiter-frontend - The primary way users interact with Orbiter from sign up to deploying and managing sites
- orbiter-contracts - Every site on Orbiter has an IPCM on Base smart contract that holds the latest IPFS state of the site. These contracts help facilitate the deployment of those site contracts.
- orbiter-website-worker - A Cloudflare worker that takes a request for a website on Orbiter, fetches the IPFS data, and returns it
- orbiter-analytics - Our in-house analytics API and database for sites running on Orbiter
- orbiter-resolver - A special smart contract to help connect Orbiter Sites with ENS names
- orbiter-nginx - Self hosted SSL server and router
- orbiter-cli - A developer tool for automating site deployments
If you have any questions feel free to reach out!