Atlassian Forge · Developer tools
Software that stays where you put it.
Eriksen Labs builds apps for Atlassian Cloud and tooling for people who work with AI models. No external servers, no telemetry, and nothing leaving the systems you already trust — claims you can verify rather than take on faith.
Marketplace
Apps for Atlassian Cloud.
Both run on Atlassian Forge, which means Atlassian hosts them, no data reaches infrastructure of ours, and the permissions each one asks for are visible before you install.
Mermaid Studio for Confluence
Flowcharts, sequence diagrams, ERDs, Gantt charts and mind maps written as plain text — with syntax highlighting, live preview, starter templates and one-click export.
Recurring Requests for Jira Service Management
Let portal customers repeat a request they have already raised — once, on a schedule, or from a saved template. Off until an admin enables it, with limits they control.
Developer tools
Aion — batch work for coding agents.
Describe the job once. Run it over everything.
An agent asked to review forty files reads them one at a time, filling the conversation with material nobody will read and billing every file to an expensive model. Aion takes the mechanical part: one call per file, run at once, merged into a single answer.
- 98.6% kept out of context
- 1 answer, not forty
- 4 model providers
The wide pass runs on a cheap fast model and the merge on a capable one, results are cached against the exact prompt that produced them, and a spend ceiling stops a runaway job before it becomes a bill. It reads files and calls models — it cannot run shell commands.
{
"prompt": "Review ${file.path} for SQL injection:\n${file.content}",
"files": ["src/**/*.py"],
"merge": "Summarize these findings, most severe first: ${results}"
}
How we build
The claims are the architecture.
A promise not to misuse your data is worth less than not being able to reach it. Each of these is verifiable without taking our word for it.
Hosting
Atlassian Forge. We operate no servers and hold no infrastructure of our own.
Egress
None declared. Nothing is sent outside Atlassian, to us or to anyone else.
Permissions
Only what an app needs, listed on its page and on the install screen before you approve it.
Telemetry
None. No analytics, no tracking and no cookies — including on this site.