Palori

Palori · Source-available · Confluence Cloud

Source-available apps
for enterprise tools.

Small, focused apps for the enterprise platforms your team already works in. Each app does one thing well, with no telemetry and a privacy posture you can audit in the source. The code is public — read it before you install it.

The flagship · PlantUML for Confluence

auth-flow.puml plantuml
1@startuml
2participant Client
3participant "API Gateway" as GW
4participant "Auth service" as Auth
5
6Client -> GW : POST /login
7GW -> Auth : verify(credentials)
8Auth --> GW : token
9GW --> Client : 200 OK
10@enduml
Engineering wiki/Architecture/Auth flow
ClientAPI GatewayAuth serviceClientAPI GatewayAuth serviceClientAPI GatewayAuth servicePOST /loginverify(credentials)token200 OK
Fig 01 Real output from the public PlantUML server, shown in a stylized Confluence page frame.

Sec 01 · The flagshipShipping now

PlantUML for Confluence

PlantUML for Confluence is a free, source-available Forge app that renders PlantUML diagrams on any Confluence Cloud page. You write the diagram as text in a macro; the app renders it as SVG. It works out of the box against the public plantuml.com renderer, or a site admin can point it at a private PlantUML server so sensitive diagrams never leave your network.

Sec 02 · Coming soon

Four more apps, same shape as the first.

More apps are on the way, each the same shape as the first: one job, source-available, no telemetry.

Coming soon

Mermaid for Confluence

Renders Mermaid-syntax diagrams — flowcharts, sequence charts, Gantt — from text on any Confluence Cloud page.

Confluence Cloud · Forge
Coming soon

Charts for Confluence

Turns a table on your page into a bar, line, or pie chart. No export, no spreadsheet — the table stays the source.

Confluence Cloud · Forge
Coming soon

Math for Confluence

Renders LaTeX math notation as equations on any Confluence Cloud page.

Confluence Cloud · Forge
Coming soon

Checklist for Jira

Adds a checklist to the issue view, so a ticket's steps get checked off where the work happens.

Jira Cloud · Forge

Every app source-available · read it before you install it

Sec 03

Why source-available

An app you install into Confluence sits inside your wiki, next to your team's data. Its vendor's privacy page tells you what it claims to do; its source tells you what it does. Palori publishes the source — the whole app, in a public repo, readable before you install anything.

This is not a marketing layer over a closed core. PlantUML for Confluence keeps your diagram source in the macro body of your own page, runs no backend of its own, and stores exactly one thing: your render-server URL, per site. You don't have to take this paragraph's word for any of that — which is the point.