Build Custom Internal Web Applications With Budibase

Build Custom Internal Web Applications With Budibase
Budibase development dashboard screenshot

Budibase is best for small businesses or groups of 20 or less with needs for internal web applications for tasks like content tracking, custom forms, data administration, marketing tools, directories and much more. Formable can setup a self-hosted server with Budibase for your team. Your team can easily create applications using the templates provided by Budibase.

We can also plan out a build schedule for any custom web applications you would like us to create for your business using Budibase. If you need to support more than 20 users and brand the Budibase portal, a business license is available from Budibase. Transform your business with modern internal tools. Build apps, forms, and workflows that perfectly fit your business - so you can move forward, faster with Formable and Budibase.

Formable's Budibase Portainer stack docker-compose.yml

version: "3"

services:
  budibase:
    restart: unless-stopped
    image: budibase/budibase:latest
    ports:
      - 10000:80
    environment:
      JWT_SECRET: 
      MINIO_ACCESS_KEY: 
      MINIO_SECRET_KEY: 
      REDIS_PASSWORD: password
      COUCHDB_USER: formable
      COUCHDB_PASSWORD: password
      INTERNAL_API_KEY: 
      WATCHTOWER_CLEANUP: false
    volumes:
      - budibase_data:/data

volumes:
  budibase_data:
Mastodon