This repository hosts the source code for the Offscale landing page: offscale.github.io.
Offscale provides modern, rapid application tools, bringing "new compilers to 'solve' software."
The site is currently organized into two main sections:
The main landing page focuses entirely on our OpenAPI generation pipeline:
- SDK Generation: Build typed, idiomatic client libraries natively for 13+ languages directly from OpenAPI specs.
- Package Publishing: Automatically publish those SDKs to registries like PyPI, Crates.io, npm, Maven, RubyGems, CocoaPods, and NuGet.
- Interactive API Docs: Generate hostable, versioned static HTML documentation with interactive sample API calls.
The broader Offscale suite and high-performance tools:
- OpenAPI ↔ Language Compilers: 13 new bidirectional compilers for major languages.
- Rapid Deployment (
libscript): Tools to natively deploy and package stacks for DOS, SunOS, Windows, Linux, and macOS (e.g.,.msi,.deb,.rpm). - ML Translation (
onnx9000&ml-switcheroo): Transpile across the entire stack from PyTorch/TensorFlow to JAX, MLX, C++, WebGPU, and WASM. - #rewriteInC: Build blazing-fast applications using
c-rest-framework,c-orm,c-abstract-http, andc-fs. c-multiplatform: A high-performance, native C alternative to frameworks like Kotlin Multiplatform, Flutter, Xamarin, and React Native. Deploy to Web, iOS, Android, Linux, Windows, Consoles, DOS, watchOS, tvOS, and Raspberry Pi.
This is a static HTML/CSS/JS site hosted directly on GitHub Pages.
- Edit
index.htmlfor the SDKs & Docs landing page. - Edit
ecosystem.htmlfor the wider Ecosystem page. - Edit
styles.cssfor design, layout, and animation changes. - Edit
script.jsfor interactivity.
.nojekyll: Ensures GitHub Pages serves the static files exactly as they are without running Jekyll processing.CNAME: Handles custom domain routing.
The architecture and flowchart diagrams on the site are generated using Mermaid.js.
- Edit the
.mmdfiles (e.g.,deploy.mmd,ml.mmd,c_multiplatform.mmd,sdk_cli_docs.mmd). - Run the generation script to rebuild the SVGs:
(Note: This requires
./mmd_gen.sh
npxand@mermaid-js/mermaid-cli)
© 2026 Offscale. Open source tools for modern developers.