Skip Navigation
Show nav
Dev Center
  • Get Started
  • Documentation
  • Changelog
  • Search
  • Get Started
    • Node.js
    • Ruby on Rails
    • Ruby
    • Python
    • Java
    • PHP
    • Go
    • Scala
    • Clojure
    • .NET
  • Documentation
  • Changelog
  • More
    Additional Resources
    • Home
    • Elements
    • Products
    • Pricing
    • Careers
    • Help
    • Status
    • Events
    • Podcasts
    • Compliance Center
    Heroku Blog

    Heroku Blog

    Find out what's new with Heroku on our blog.

    Visit Blog
  • Log inorSign up
View categories

Categories

  • Heroku Architecture
    • Compute (Dynos)
      • Dyno Management
      • Dyno Concepts
      • Dyno Behavior
      • Dyno Reference
      • Dyno Troubleshooting
    • Stacks (operating system images)
    • Networking & DNS
    • Platform Policies
    • Platform Principles
  • Developer Tools
    • Command Line
    • Heroku VS Code Extension
  • Deployment
    • Deploying with Git
    • Deploying with Docker
    • Deployment Integrations
  • Continuous Delivery & Integration (Heroku Flow)
    • Continuous Integration
  • Language Support
    • Node.js
      • Troubleshooting Node.js Apps
      • Node.js Behavior in Heroku
      • Working with Node.js
    • Ruby
      • Rails Support
      • Working with Bundler
      • Working with Ruby
      • Ruby Behavior in Heroku
      • Troubleshooting Ruby Apps
    • Python
      • Working with Python
      • Background Jobs in Python
      • Python Behavior in Heroku
      • Working with Django
    • Java
      • Java Behavior in Heroku
      • Working with Java
      • Working with Maven
      • Working with Spring Boot
      • Troubleshooting Java Apps
    • PHP
      • PHP Behavior in Heroku
      • Working with PHP
    • Go
      • Go Dependency Management
    • Scala
    • Clojure
    • .NET
      • Working with .NET
  • Databases & Data Management
    • Heroku Postgres
      • Postgres Basics
      • Postgres Getting Started
      • Postgres Performance
      • Postgres Data Transfer & Preservation
      • Postgres Availability
      • Postgres Special Topics
      • Migrating to Heroku Postgres
    • Heroku Key-Value Store
    • Apache Kafka on Heroku
    • Other Data Stores
  • AI
    • Model Context Protocol
    • Heroku Inference
      • Inference API
      • Heroku Inference Quick Start Guides
      • AI Models
      • Inference Essentials
    • Working with AI
    • Vector Database
  • Monitoring & Metrics
    • Logging
  • App Performance
  • Add-ons
    • All Add-ons
  • Collaboration
  • Security
    • App Security
    • Identities & Authentication
      • Single Sign-on (SSO)
    • Private Spaces
      • Infrastructure Networking
    • Compliance
  • Heroku Enterprise
    • Enterprise Accounts
    • Enterprise Teams
    • Heroku Connect (Salesforce sync)
      • Heroku Connect Administration
      • Heroku Connect Reference
      • Heroku Connect Troubleshooting
  • Patterns & Best Practices
  • Extending Heroku
    • Platform API
    • App Webhooks
    • Heroku Labs
    • Building Add-ons
      • Add-on Development Tasks
      • Add-on APIs
      • Add-on Guidelines & Requirements
    • Building CLI Plugins
    • Developing Buildpacks
    • Dev Center
  • Accounts & Billing
  • Troubleshooting & Support
  • Integrating with Salesforce
Flashboard

This add-on is operated by Seasoned Desenvolvimento de Software LTDA

Instant admin panels for Heroku Postgres

Flashboard

Last updated March 14, 2025

This is a draft article - the text and URL may change in the future. This article is unlisted. Only contributors can access it.

The Flashboard add-on is currently in beta.

Table of Contents

  • Provisioning the Add-on
  • Integrations
  • Interface
  • Migrating Between Plans
  • Removing the Add-on
  • Support

Flashboard is an add-on for creating instant admin panels for Heroku Postgres. It works with any stack, and doesn’t require you to install libraries or build UIs. Just connect to your Postgres instance and Flashboard generates a full admin panel for you.

Demo panel

The Flashboard add-on offers various features:

  • Automatic creation of admin panels
  • Fully customizable CRUD operations
  • Powerful search and filters—search by any column type, even inside JSON fields
  • Navigate through table associations
  • Team-based permissions
  • Dark and light mode
  • Mobile-friendly

Provisioning the Add-on

Reference the Flashboard Elements Page for a list of available plans and regions.

Attach Flashboard to a Heroku application via the CLI:

$ heroku addons:create flashboard
Creating flashboard on example-app... free
Your add-on has been provisioned successfully

Connecting to a Database

After provisioning Flashboard, connect to your database:

  1. Open the add-on either from your app dashboard or from the CLI:

    $ heroku addons:open flashboard
    
  2. Create an encryption password for Flashboard. Use a strong password as it encrypts your database credentials. Click Save.

    Set password

  3. Find and copy your database connection URL. To retrieve it via the CLI, run:

    $ heroku config:get DATABASE_URL --app example-app
    

    You can also find the database connection URL in your app’s config vars, as the DATABASE_URL.

    Database url instructions

  4. Click Next on Flashboard.

  5. Paste the connection URL, then click Connect to connect to your database.

    Connect database

Flashboard encrypts your connection URL using the encryption password you set. Only you have access to your data.

Integrations

Flashboard works with any stack as it connects directly to your database and doesn’t touch your application code.

Currently, Flashboard only supports PostgreSQL databases.

Interface

The Flashboard interface allows you to manage panels, teams, tabs from a panel, and your data.

Access the interface via the CLI:

$ heroku addons:open flashboard
Opening flashboard for sharp-mountain-4005

You can also access the Flashboard interface by visiting the Heroku Dashboard and selecting the application in question, then Flashboard from the add-ons menu.

Migrating Between Plans

Application owners must carefully manage the migration timing to ensure proper application function during the migration process.

Use the heroku addons:upgrade command to migrate to a new plan:

$ heroku addons:upgrade flashboard:pro
-----> Upgrading flashboard:pro to example-app.. done, v18 ($189/mo)
       Your plan has been updated to: flashboard:pro

Removing the Add-on

Remove Flashboard via the CLI:

This action deactivates your subscription.

$ heroku addons:destroy flashboard
-----> Removing flashboard from example-app... done, v20 (free)

Support

Submit all Flashboard support and runtime issues via one of the Heroku Support channels. Any non-support-related issues or product feedback is welcome at www.getflashboard.com.

Feedback

Log in to submit feedback.

Information & Support

  • Getting Started
  • Documentation
  • Changelog
  • Compliance Center
  • Training & Education
  • Blog
  • Support Channels
  • Status

Language Reference

  • Node.js
  • Ruby
  • Java
  • PHP
  • Python
  • Go
  • Scala
  • Clojure
  • .NET

Other Resources

  • Careers
  • Elements
  • Products
  • Pricing
  • RSS
    • Dev Center Articles
    • Dev Center Changelog
    • Heroku Blog
    • Heroku News Blog
    • Heroku Engineering Blog
  • Twitter
    • Dev Center Articles
    • Dev Center Changelog
    • Heroku
    • Heroku Status
  • Github
  • LinkedIn
  • © 2025 Salesforce, Inc. All rights reserved. Various trademarks held by their respective owners. Salesforce Tower, 415 Mission Street, 3rd Floor, San Francisco, CA 94105, United States
  • heroku.com
  • Legal
  • Terms of Service
  • Privacy Information
  • Responsible Disclosure
  • Trust
  • Contact
  • Cookie Preferences
  • Your Privacy Choices