This repository contains the public website for XFLOPS and the documentation mirror for Flame.
Flame is a distributed engine for AI workloads. It provides mechanisms that show up repeatedly in agents, reinforcement learning, generated-code execution, and other elastic AI systems: sessions, task scheduling, executor reuse, object caching, secure runtime isolation, and multi-language service integration.
The website should stay aligned with the Flame repository. When product positioning, install commands, Runner behavior, or example paths change in xflops/flame, update the corresponding pages here.
This site is built with Jekyll and includes:
- Homepage: Flame positioning, capabilities, and recent posts.
- Documentation:
- Overview
- Getting Started
- Installation Guide
- User Guide
- flamepy Guide
- flamepy.runner Guide
- flamepy.service Guide
- flamepy.core Guide
- flame-rs Guide
- flame_rs::client Guide
- flame_rs::service Guide
- Blog: Technical walkthroughs and release-adjacent examples.
- Ruby 2.7 or later
- Bundler
git clone https://github.com/xflops/xflops.github.io.git
cd xflops.github.io
bundle install
bundle exec jekyll serveOpen http://localhost:4000.
bundle exec jekyll buildThe generated site is written to _site/.
.
├── _config.yml
├── _layouts/
├── _docs/
├── _blog/
├── assets/
├── images/
├── blog/
├── index.html
├── sitemap.xml
└── README.md
- Keep public claims consistent with the current Flame README.
- Prefer links to current upstream files under
https://github.com/xflops/flame/tree/main/...orblob/main/.... - Use
flamepy.runner.Runnerfor Python scaling examples unless the page is intentionally documentingflamepy.serviceorflamepy.core. - Use
flame-rsfor Rust client and service examples. - Use
flmadmprofile flags explicitly:--all,--control-plane,--worker,--cache, or--client. - Refer to current cluster configuration as
flame-cluster.yaml.
The website is deployed by GitHub Pages from the main branch.
- Email: support@xflops.io
- GitHub: https://github.com/xflops
- Slack: https://xflops.slack.com
This project is licensed under the MIT License. See LICENSE.