Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mike12345567 47d75ebc2e Updating for consistent use of chalk and logs, as well as adding an option to update docker-compose and envoy files. 5 years ago
.github Update budibase_ci.yml 5 years ago
.vscode saving .vscode settings 6 years ago
hosting Update docker-compose.yaml 5 years ago
packages Updating for consistent use of chalk and logs, as well as adding an option to update docker-compose and envoy files. 5 years ago
scripts Linting. 5 years ago
.all-contributorsrc all contributors 5 years ago
.eslintrc.json fixing CI 6 years ago
.gitignore switches to remix 5 years ago
.gitmodules removed core submodule 7 years ago
.prettierignore Add new data bindings for context bindings and most work for component bindings 5 years ago
.prettierrc include svelte files in prettier 6 years ago
LICENSE Updated copyright line in license files 5 years ago
README.md Update README.md 5 years ago
lerna.json v0.8.2 5 years ago
package.json add support for staging image that gets built on master push 5 years ago
pull_request_template.md Create pull_request_template.md 6 years ago
yarn.lock Merge pull request #998 from Budibase/feature/icon-component-switch-to-remix 5 years ago

README.md

Budibase

Budibase

Build internal tools 50x faster on your own infrastructure

Budibase is an open-source low-code platform, helping developers and IT professionals build, automate, and ship internal tools 50x faster on their own infrastructure.

🤖 🎨 🚀

GitHub all releases GitHub release (latest by date) Discord Follow @budibase Code of conduct

Sign-up · Docs · Feature request · Report a bug · Support: Discussions & Discord

Features

When other platforms chose the closed source route, we decided to go open source. When other platforms chose cloud builders, we decided a local builder offered the better developer experience. We like to do things differently at Budibase.

  • Build and ship real software. Unlike other platforms, with Budibase you build and ship single page applications. Budibase applications have performance baked in and can be designed responsively, providing your users with a great experience.

  • Open source and extensable. Budibase is open-source. The builder is licensed AGPL v3, the server is GPL v3, and the client is MPL. This should fill you with confidence that Budibase will always be around. You can also code against Budibase or fork it and make changes as you please, providing a developer-friendly experience.

  • Load data or start from scratch. Budibase pulls in data from multiple sources, including MongoDB, CouchDB, PostgreSQL, mySQL, Airtable, Google Sheets, S3, DyanmoDB, or a REST API. And unlike other platforms, with Budibase you can start from scratch and create business apps with no data sources. Request new data sources.

  • Design and build apps with powerful pre-made components. Budibase comes out of the box with beautifully designed, powerful components which you can use like building blocks to build your UI. We also expose a lot of your favourite CSS styling options so you can go that extra creative mile. Request new components.

  • Automate processes, integrate with other tools, and connect to webhooks. Save time by automating manual processes and workflows. From connecting to webhooks, to automating emails, simply tell Budibase what to do and let it work for you. You can easily create new automations for Budibase here or request new integrations here.

  • Cloud hosting and self-hosting. Users can self-host (see below), or host their apps with Budibase. Currently, our cloud hosting offering is limited to the free tier but we aim to change this in the future. For heavy usage, we advise users to self-host.

Budibase design ui

Status

  • Alpha: We are demoing Budibase to users and receiving feedback
  • Private Beta: We are testing Budibase with a closed set of customers
  • Public Beta: Anyone can sign-up and use Budibase.
  • Official Launch

Watch "releases" of this repo to get notified of major updates, and give the star button a click whilst you're there.

Stargazers over time

Stargazers over time

If you are having issues between updates of the builder, please use the guide here to clear down your environment.

🏁 Getting Started with Budibase

The Budibase builder runs in Electron, on Mac, PC and Linux. Follow the steps below to get started:

  • Sign-up to Budibase
  • Create a username and password
  • Copy your API key
  • Download Budibase
  • Open Budibase and enter your API key

Here is a guided tutorial if you need extra help.

🤖 Self-hosting

Budibase wants to make sure anyone can use the tools we develop and we know a lot of people need to be able to host the apps they make on their own systems - that is why we've decided to try and make self hosting as easy as possible!

Currently, you can host your apps using Docker or Digital Ocean. The documentation for self-hosting can be found here.

Deploy to DO

🎓 Learning Budibase

The Budibase documentation lives here.

You can also follow a quick tutorial on how to build a CRM with Budibase

Roadmap

Checkout our Public Roadmap. If you would like to discuss some of the items on the roadmap, please feel to reach out on Discord, or via Github discussions

Code of Conduct

Budibase is dedicated to providing a welcoming, diverse, and harrassment-free experience for everyone. We expect everyone in the Budibase community to abide by our Code of Conduct. Please read it.

🙌 Contributing to Budibase

From opening a bug report to creating a pull request: every contribution is appreciated and welcomed. If you're planning to implement a new feature or change the API please create an issue first. This way we can ensure your work is not in vain.

Not Sure Where to Start?

A good place to start contributing, is the First time issues project.

How the repository is organized

Budibase is a monorepo managed by lerna. Lerna manages the building and publishing of the budibase packages. At a high level, here are the packages that make up Budibase.

  • packages/builder - contains code for the budibase builder client side svelte application.

  • packages/client - A module that runs in the browser responsible for reading JSON definition and creating living, breathing web apps from it.

  • packages/server - The budibase server. This Koa app is responsible for serving the JS for the builder and budibase apps, as well as providing the API for interaction with the database and file system.

For more information, see CONTRIBUTING.md

📝 License

Budibase is open-source. The builder is licensed AGPL v3, the server is licensed GPL v3, and the client is licensed MPL.

💬 Get in touch

If you have a question or would like to talk with other Budibase users, please hop over to Github discussions or join our Discord server:

Discord chatroom

Discord Shield

Contributors

Thanks goes to these wonderful people (emoji key):


Martin McKeaveney

💻 📖 ⚠️ 🚇

Michael Drury

📖 💻 ⚠️ 🚇

Andrew Kingston

📖 💻 ⚠️ 🎨

Michael Shanks

📖 💻 ⚠️

Kevin Åberg Kultalahti

📖 💻 ⚠️

Joe

📖 💻 🖋 🎨

Conor_Mack

💻 ⚠️

pngwn

💻 ⚠️

HugoLd

💻

victoriasloan

💻

yashank09

💻

SOVLOOKUP

💻

This project follows the all-contributors specification. Contributions of any kind welcome!