Baserow is the secure, open-source platform for building databases, applications, automations, and AI agents — all without code. Trusted by over 150,000 users, Baserow delivers enterprise-grade security with GDPR, HIPAA, and SOC 2 Type II compliance, plus cloud and self-hosted deployments for full data control. With a built-in AI Assistant that lets you create databases and workflows using natural
Add this skill
npx mdskills install bram2w/baserowProject README mislabeled as skill; describes platform capabilities but lacks agent-executable instructions
1## Baserow: build databases, automations, apps & agents with AI — no code23Baserow is the secure, open-source platform for building databases, applications,4automations, and AI agents — all without code. Trusted by over 150,000 users, Baserow5delivers enterprise-grade security with GDPR, HIPAA, and SOC 2 Type II compliance, plus6cloud and self-hosted deployments for full data control. With a built-in AI Assistant7that lets you create databases and workflows using natural language, Baserow empowers8teams to structure data, automate processes, build internal tools, and create custom9dashboards. Fully extensible and API-first, Baserow integrates seamlessly with your10existing tools and performs at any scale.1112* A spreadsheet database hybrid combining ease of use and powerful data organization.13* Create applications and portals, and publish them on your own domain.14* Automate repetitive workflows with automations.15* Visualize your data with dashboards.16* Kuma, powerful AI-assistant to builds complete solutions.17* GDPR, HIPAA, and SOC 2 Type II compliant.18* Easily self-hosted with no storage restrictions or sign-up on https://baserow.io to19 get started immediately.20* Best Alternative to Airtable.21* Open-core with all non-premium and non-enterprise features under22 the [MIT License](https://choosealicense.com/licenses/mit/) allowing commercial and23 private use.24* Headless and API first.25* Uses popular frameworks and tools like [Django](https://www.djangoproject.com/),26 [Vue.js](https://vuejs.org/) and [PostgreSQL](https://www.postgresql.org/).2728[](https://www.heroku.com/deploy/?template=https://github.com/baserow/baserow/tree/master)2930```bash31docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.1.132```3334353637383940414243444546## 🚨 Repository Migration Notice4748Baserow has moved from GitLab to GitHub. All issues have been successfully migrated,49but merged and closed merge requests (PRs) were not imported. You can still browse the50old repository and its history at: https://gitlab.com/baserow/baserow.5152Please use this GitHub repository for all new issues, discussions, and contributions53going forward at: https://github.com/baserow/baserow.5455## Get Involved5657Join our forum at https://community.baserow.io/. See58[CONTRIBUTING.md](./CONTRIBUTING.md) on how to become a contributor.5960## Installation6162* [**Docker**](docs/installation/install-with-docker.md)63* [**Helm**](docs/installation/install-with-helm.md)64* [**Docker Compose** ](docs/installation/install-with-docker-compose.md)65* [**Heroku**: Easily install and scale up Baserow on Heroku.](docs/installation/install-on-heroku.md)66* [**Render**: Easily install and scale up Baserow on Render.](docs/installation/install-on-render.md)67* [**Digital Ocean**: Easily install and scale up Baserow on Digital Ocean.](docs/installation/install-on-digital-ocean.md)68* [**AWS**: Install in a scalable way on AWS](docs/installation/install-on-aws.md)69* [**Cloudron**: Install and update Baserow on your own Cloudron server.](docs/installation/install-on-cloudron.md)70* [**Railway**: Install Baserow via Railway.](docs/installation/install-on-railway.md)71* [**Elestio**: Fully managed by Elestio.](https://elest.io/open-source/baserow)7273## Official documentation7475The official documentation can be found on the website at https://baserow.io/docs/index76or [here](./docs/index.md) inside the repository. The API docs can be found here at77https://api.baserow.io/api/redoc/ or if you are looking for the OpenAPI schema here78https://api.baserow.io/api/schema.json.7980## Development environment8182If you want to contribute to Baserow you can setup a development environment like so:8384```bash85git clone https://github.com/baserow/baserow.git86cd baserow8788just dc-dev build --parallel89just dc-dev up -d90```9192The Baserow development environment is now running.93Visit [http://localhost:3000](http://localhost:3000) in your browser to see a working94version in development mode with hot code reloading and other dev features enabled.9596More detailed instructions and more information about the development environment can be97found at [https://baserow.io/docs/development/development-environment](./docs/development/development-environment.md).9899## Why Baserow?100101Unlike proprietary tools like Airtable, Baserow gives you **full data ownership**,102**infinite scalability**, and **no vendor lock-in** — all while keeping the simplicity103of a spreadsheet interface.104105## Plugin development106107Because of the modular architecture of Baserow it is possible to create plugins. Make108your own fields, views, applications, pages, or endpoints. We also have a plugin109boilerplate to get you started right away. More information can be found in the110[plugin introduction](./docs/plugins/introduction.md) and in the111[plugin boilerplate docs](./docs/plugins/boilerplate.md).112113## Meta114115Created by Baserow B.V. - bram@baserow.io.116117Distributes under the MIT license. See `LICENSE` for more information.118119Version: 2.1.1120121The official repository can be found at https://github.com/baserow/baserow.122123The changelog can be found [here](./changelog.md).124125Become a GitHub Sponsor [here](https://github.com/sponsors/bram2w).126
Full transparency — inspect the skill content before installing.