Across Packages
Shared runtime modules, tooling, and docs for Across apps. Modules are browser-native ESM and hosted with full semver paths so apps can pin exact versions.
Start here:
App setup scaffold
If you are setting up a new app, this page is the full checklist.
Quick Links
- Docs index
- Across framework docs
- Versioning system docs
- App setup scaffold
- Import map (latest)
- Package manifest
- Build info
Import Example
Use the import map in your app HTML, then import with full paths:
import { retryWithBackoff } from '@across/runtime/utils/retry.js';