1
0
Fork 0
mirror of synced 2024-04-29 10:03:07 +12:00
Go to file
Antor cf82be6bec
remove duplicate "LOG_LEVEL"
env variable "LOG_LEVEL" was already declared. remove duplicate declaration
2022-11-18 23:26:06 +01:00
.github Add worker and backend-core to codecov-action 2022-11-14 14:13:55 +00:00
.husky run 'yarn run lint' before each commit 2021-08-19 17:04:41 +02:00
.vscode Merge commit 2022-06-23 14:29:19 +01:00
charts/budibase remove duplicate "LOG_LEVEL" 2022-11-18 23:26:06 +01:00
docs Update node version 2022-10-06 14:39:51 +01:00
examples/nextjs-api-sales Renaming data source -> datasource as per Mel's request. 2022-09-14 12:11:20 +01:00
hosting Update tenancy detection to honour any subdomain pattern according to platform url 2022-11-09 16:35:16 +00:00
i18n spanish README 2022-08-05 10:45:41 +01:00
packages Update pro version to 2.1.22-alpha.8 2022-11-18 09:33:37 +00:00
qa-core Some minor updates after running qa-core tests, found some issues that likely exists before context update. 2022-11-17 16:30:38 +00:00
scripts Merge branch 'develop' into subdomain-tenancy 2022-11-15 16:18:59 +00:00
specs Adding a top level script for generating specs, symlinking the openapi yaml and json to top level as well. 2022-03-01 18:42:52 +00:00
.all-contributorsrc Update .all-contributorsrc 2022-08-09 13:32:28 +05:30
.dockerignore Single docker container configuration. 2022-04-01 01:00:52 +01:00
.eslintignore Ignore coverage reports from linting 2022-11-15 16:21:21 +00:00
.eslintrc.json Add copy button to sso callback urls, e2e unit testing for OIDC, stub out other auth tests 2022-11-16 11:34:16 +00:00
.gitignore tidy up 2022-09-15 20:09:23 +01:00
.gitmodules removed core submodule 2019-07-15 07:12:32 +01:00
.prettierignore Ignore coverage reports from linting 2022-11-15 16:21:21 +00:00
.prettierrc.json removing a basic warning so it doesn't add to the others that will surely come. 2022-08-28 22:48:02 -07:00
.yarnrc Updating dockerfile to be friendly to volume usage, as well as pre-filling with uuids rather than static secrets. 2022-07-08 18:33:07 +01:00
index.yaml index.yaml 2021-12-13 12:46:54 +01:00
lerna.json v2.1.22-alpha.8 2022-11-18 09:29:55 +00:00
LICENSE License cleanup 2021-11-17 14:21:16 +00:00
package.json Merge branch 'develop' into subdomain-tenancy 2022-11-15 16:18:59 +00:00
pull_request_template.md Update pull_request_template.md 2022-11-03 14:12:54 +00:00
README.md Renaming data source -> datasource as per Mel's request. 2022-09-14 12:11:20 +01:00
SECURITY.md Create SECURITY.md 2021-09-06 07:57:47 +01:00
tsconfig.json Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings 2022-06-10 22:57:12 +01:00
yarn.lock Fix types 2022-10-03 19:10:01 +01:00

Budibase

Budibase

The low code platform you'll enjoy using

Budibase is an open source low-code platform, and the easiest way to build internal apps that improve productivity.

🤖 🎨 🚀


Budibase design ui

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

Get started - we host (Budibase Cloud) · Get started - you host (Docker, K8s, DO) · Docs · Feature request · Report a bug · Support: Discussions



Features

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 extensible

Budibase is open-source - licensed as GPL v3. 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, S3, DynamoDB, or a REST API. And unlike other platforms, with Budibase you can start from scratch and create business apps with no datasources. Request new datasources.

Budibase data



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 component.

Budibase design



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 automation.

Budibase automations



Integrate with your favorite tools

Budibase integrates with a number of popular tools allowing you to build apps that perfectly fit your stack.

Budibase integrations



Admin paradise

Budibase is made to scale. With Budibase, you can self-host on your own infrastructure and globally manage users, onboarding, SMTP, apps, groups, theming and more. You can also provide users/groups with an app portal and disseminate user-management to the group manager.




Budibase Public API

As with anything that we build in Budibase, our new public API is simple to use, flexible, and introduces new extensibility. To summarize, the Budibase API enables:

  • Budibase as a backend
  • Interoperability

Docs

You can learn more about the Budibase API at the following places:

Guides

Budibase data






🏁 Get started

Deploy Budibase self-hosted in your existing infrastructure, using Docker, Kubernetes, and Digital Ocean. Or use Budibase Cloud if you don't need to self-host, and would like to get started quickly.

Get started with self-hosting Budibase

Get started with Budibase Cloud



🎓 Learning Budibase

The Budibase documentation lives here.



💬 Community

If you have a question or would like to talk with other Budibase users and join our community, please hop over to 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. Environment setup instructions are available for Debian and MacOSX

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, licensed as GPL v3. The client and component libraries are licensed as MPL - so the apps that you build can be licensed however you like.



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.



Contributors

Thanks goes to these wonderful people (emoji key):


Martin McKeaveney

💻 📖 ⚠️ 🚇

Michael Drury

📖 💻 ⚠️ 🚇

Andrew Kingston

📖 💻 ⚠️ 🎨

Michael Shanks

📖 💻 ⚠️

Kevin Åberg Kultalahti

📖 💻 ⚠️

Joe

📖 💻 🖋 🎨

Rory Powell

💻 📖 ⚠️

Peter Clement

💻 📖 ⚠️

Conor_Mack

💻 ⚠️

pngwn

💻 ⚠️

HugoLd

💻

victoriasloan

💻

yashank09

💻

SOVLOOKUP

💻

seoulaja

🌍

Maurits Lourens

⚠️ 💻

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