Coder Social home page Coder Social logo

saas-metrics-dashboard's Introduction

SaaS Metrics Dashboard

Overview

The SaaS Metrics Dashboard is a comprehensive tool for analyzing key metrics of a SaaS business. It includes visualization of Monthly Recurring Revenue (MRR), churn rate, customer growth, revenue by plan, and regional revenue distribution. The dashboard also provides a 5-point analysis and generates detailed PDF reports.

Features

  • Key Metrics Display: Monthly Recurring Revenue (MRR), Customer Lifetime Value (CLTV), Active Customers, Total Revenue, Average Revenue Per User (ARPU), Churn Rate, and Average Subscription Length.
  • Graphs: Line charts for MRR, churn rate, customer growth, revenue forecast, and bar charts for revenue by plan and region.
  • Regional Map: Geographical representation of revenue by region.
  • Custom Data Input: Upload your own CSV data file to visualize metrics.
  • PDF Report Generation: Downloadable PDF report with key metrics, graphs, and analysis.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/saas-metrics-dashboard.git
    cd saas-metrics-dashboard
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the Streamlit app:

    streamlit run saas_dashboard.py

Usage

  1. Upload your CSV file via the sidebar. Ensure the file has the following columns:

    • Customer ID
    • Start Date
    • End Date
    • Amount
    • Status
    • Plan
    • Region

    Example:

    Customer ID,Start Date,End Date,Amount,Status,Plan,Region
    1,2022-01-01,2022-12-31,100,active,Standard,North America
    2,2022-02-15,2022-08-15,200,canceled,Premium,Europe
    
  2. Use the sidebar to filter the data by date range.

  3. View key metrics and graphs in the main dashboard.

  4. Download the PDF report from the button at the bottom of the dashboard.

saas-metrics-dashboard's People

Contributors

aprameya-c-v avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.