← All apps

Welcome to Fluentbe Apps

If you can read this, you are signed in with your Fluentbe Google account.

What this is

A place to publish internal tools, dashboards and one-off reports so they can be shared with a link instead of a file attachment.

Every page here sits behind Google Workspace login. Only @fluentbe.com accounts get in, so nothing is exposed to the public internet even though the URL is.

Publishing an app

Create a directory with two files and rebuild the catalogue:

apps/my-report/index.html
apps/my-report/app.json

npm run build

It is live at /my-report/ straight away — the web server reads the files directly, so there is no deploy step to wait for.

One thing to watch

These pages run in the browser, so anyone who can open them can read their source. Never put an API key or password in a page. If an app needs data from somewhere private, fetch it with a script and commit the result.