Example apps for Floom Docker. Each subdirectory is a self-contained app with a floom.json manifest that can be deployed in one click from the Hub.
ai-summarizer/— Summarize any text into 2-3 sentences using Gemini.csv-stats/— Upload CSV text and get summary statistics plus a cleaned CSV download.daily-digest/— Fetch top news headlines on a cron schedule and store the summary.expense-tracker/— Log expenses with categories and query them. Uses SQLite for persistent storage.invoice-generator/— Generate a simple invoice payload with tax and total (demo data only).markdown-converter/— Convert Markdown text to styled HTML with a downloadable file.qr-generator/— Generate a QR code image from any text or URL.text-analyzer/— Count words, find top terms, and run simple keyword sentiment analysis.unit-converter/— Convert temperatures and distances between common units.url-shortener/— Shorten URLs, resolve them, and track click counts.visit-counter/— Greet visitors and persist visit counts. Includes a leaderboard.weather-lookup/— Fetch current weather for any city using WeatherAPI.webhook-responder/— Receive webhook events, store them, and list or clear the event log.
From the Floom Hub, click any example card. Or POST to the import API:
curl -X POST https://docker.floom.dev/api/apps/import/github \
-H 'Content-Type: application/json' \
-d '{"repo":"floomhq/floom-examples","path":"qr-generator"}'