Skip to main content

SaaS Subscription Tracker

Internal tool for tracking team SaaS subscriptions, owners, costs, and renewals with Lakebase persistence and Genie spend analytics.

SaaS Subscription Tracker preview

Build with AI

  1. Copy the prompt below
  2. Paste into Cursor, Claude Code, Codex, or any coding agent
  3. Your agent builds it — asking questions along the way so the result is exactly what you want

New to templates? Learn more here

Includes a working starter app

Real, runnable code lives on GitHub. When you copy the prompt above, your coding agent clones it as the starting point and adapts it to your data and use case.

databricks/app-templates/saas-tracker/
View on GitHub

This template demonstrates a straightforward internal CRUD tool built on Databricks: a SaaS subscription tracker where teams log the tools they use, who owns each subscription, what it costs, and when it renews. A Genie space provides self-serve analytics over the subscription data.

Data Flow

All subscription data lives in a single Lakebase Postgres table and is served directly to the app:

  1. Lakebase Postgres stores the saas_tracker.subscriptions table with name, vendor, cost, billing cycle, owner, status, and renewal dates.
  2. The SaaS Tracker App (Databricks App) reads and writes subscriptions through Express API routes backed by Lakebase.
  3. SQL Warehouse queries power the analytics dashboard (spend overview, spend by category).
  4. A Genie Space configured over the subscriptions table lets users ask natural language questions about spend, owners, and renewals.

What to Adapt

Setup and provisioning are documented in the repository’s README.md.

To make this template your own:

  • Lakebase: Point the app's databricks.yml at your own Lakebase project, branch, and database.
  • SQL Warehouse: Set the warehouse ID for the analytics queries.
  • Genie Space: Create a Genie space over the saas_tracker.subscriptions table and set the space ID.
  • Categories: Adjust the category list in the server routes and form component to match your organization's departments.
  • Seed Data: The seed script creates 18 realistic demo subscriptions. Replace with your own data or use the app's Add form.

Explore more templates

Databricks Developer Hub

Ready to ship your next agentic app in minutes?

Read docs