Source and feedback
Open source
Link42's public code, issue tracking, and build history are open on GitHub. Here is where each project lives, what runs it, and the right place to raise something.
Hosting
Public code with visible release evidence.
The repositories are hosted by the link42-au organisation on GitHub. Their source, issues, pull requests, and GitHub Actions build history are visible together.
Both public sites are static builds deployed by GitHub Actions to GitHub Pages. The website is served at link42.app, and Rule1 is served at rule1.link42.app.
Repositories
Two public projects, two clear boundaries.
link42-au/link42
WebsiteThe source for this website: company pages, learning content, blog, design tokens, and release checks.
- TypeScript and SvelteKit with the static adapter
- pnpm for dependency and build management
- Playwright and Axe for browser and accessibility checks
- Locally vendored Geist fonts
link42-au/rule1
ApplicationThe source, framework history, ingestion pipeline, and deterministic release process for the Rule1 security controls explorer.
- TypeScript and SvelteKit for the static interface
- SQLite WASM and OPFS for browser-local data
- Python for framework ingestion
- Deterministic GitHub Actions database builds
Feedback
Put the report beside the affected code.
Website copy, navigation, display, or link problems belong in the Link42 website repository. Rule1 controls, data, imports, search, or application behaviour belong in the Rule1 repository.