Dashpress

Self-Hosted

Open-source low-code platform for building internal tools and admin panels quickly

Visit Website

Overview

Dashpress is an open-source low-code platform designed to simplify creating internal tools, admin dashboards, and workflow automation without extensive coding. It features a drag-and-drop interface to assemble UI components (tables, forms, charts) and connect seamlessly to databases (PostgreSQL, MySQL) or APIs. Built-in authentication, role-based access control, and custom script support (JavaScript) add flexibility for advanced use cases. Deploy easily via Docker Compose or Kubernetes for self-hosting, making it ideal for teams prioritizing privacy and cost efficiency in tool development.

Self-Hosting Resources

Below is a reference structure for docker-compose.yml. ⚠️ Do NOT run blindly. Replace placeholders with official values.

docker-compose.template.yml TEMPLATE

version: '3'
services:
  dashpress:
    image: <OFFICIAL_IMAGE_NAME>:latest
    container_name: dashpress
    ports:
      - "8080:<APP_INTERNAL_PORT>"
    volumes:
      - ./data:/app/data
    restart: unless-stopped

Key Features

  • Drag-and-drop UI builder for rapid tool assembly
  • Seamless integration with databases and external APIs
  • Built-in authentication and role-based access control
  • Docker/Kubernetes-ready for self-hosted deployment

Frequently Asked Questions

? Is Dashpress hard to install?

Dashpress is straightforward to install using Docker Compose. Clone the GitHub repo, configure environment variables (e.g., database credentials), and run the docker-compose up command. Helm charts are also available for Kubernetes deployments. Basic familiarity with containerization tools helps, but the documentation provides clear steps for beginners.

? Is it a good alternative to Retool?

Yes, Dashpress is an excellent open-source alternative to Retool for teams wanting to avoid subscription costs and self-host their tools. It offers core features like drag-and-drop building and API/database integration, though Retool has a more mature plugin ecosystem and enterprise features. Dashpress is ideal for teams prioritizing data privacy and cost efficiency.

? Is it completely free?

Dashpress is 100% free and open-source under the MIT License. You can use all its features, modify the source code, and self-host it without any cost. There are no paid tiers or hidden fees associated with the platform.

Top Alternatives

People Also Ask about Dashpress

Dashpress 2025 review Dashpress docker-compose example

Tool Info

Pricing Open Source
Platform Self-Hosted

Pros

  • 100% open-source with no subscription fees
  • Privacy-focused (self-hostable to keep data in-house)
  • Flexible for both technical and non-technical users
  • Customizable with JavaScript for advanced logic

Cons

  • Requires basic Docker/Kubernetes knowledge for self-hosting
  • Smaller plugin ecosystem compared to proprietary tools like Retool
  • Limited enterprise-level support options

More Software Development - Low Code Tools