Marketing site and legal pages for Orda. Built with Astro, deployed to Cloudflare Workers.
yarn install
yarn devOpens a local dev server on port 4321.
yarn buildOutputs to dist/.
yarn previewBuilds and runs locally via wrangler dev.
yarn deployDeploys to Cloudflare Workers via wrangler deploy.
src/
├── components/ Nav, Footer, DownloadButton (used by all pages)
├── layouts/ BaseLayout (HTML wrapper)
├── pages/ Routes: index, download, about, contact, support, privacy.md, terms.md, 404
└── styles/ global.css
public/ Favicons and logo
The download buttons fetch https://releases.orda.chat/latest.json at runtime
to populate platform-specific download URLs.
See CONTRIBUTING.md. Legal review of privacy.md and
terms.md is especially welcome.
Orda is built and maintained by a single person. If you find it useful, a donation goes a long way toward keeping the project alive. A donation channel is being set up and will be linked here soon.
If you or your organization are interested in sponsoring or making a larger contribution before the donation channel is live, reach out at hello@joinorda.com.
In the meantime, the best way to support the project is to use it, report bugs, and spread the word. If you have legal expertise, the Privacy Policy and Terms of Service are open for review on GitHub.
Dual-licensed:
- Code (Astro components, build config, JS, CSS): MIT - see LICENSE
- Prose content (privacy, terms, page copy): CC0 1.0 (public domain) - see LICENSE-CONTENT.md
If you want to reuse the privacy or terms language for your own project, take it. No credit needed.