You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-19Lines changed: 30 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,55 @@
1
-
## Baserow is an open-source no-code database tool and an Airtable alternative.
1
+
## Baserow is an open-source no-code platform and the best alternative to Airtable
2
2
3
-
Create your own online database without technical experience. Our user-friendly no-code
4
-
tool gives you the powers of a developer without leaving your browser.
3
+
It lets you easily build databases, applications, automations, and dashboards — all in
4
+
one secure, self-hostable environment. Empower your team to create powerful tools
5
+
without writing a single line of code.
5
6
6
7
* A spreadsheet database hybrid combining ease of use and powerful data organization.
8
+
* Create applications and portals, and publish them on your own domain.
9
+
* Automate repetitive workflows with automations (coming soon).
10
+
* Visualize your data with dashboards.
7
11
* Easily self-hosted with no storage restrictions or sign-up on https://baserow.io to
8
12
get started immediately.
9
-
* Alternative to Airtable.
13
+
*Best Alternative to Airtable.
10
14
* Open-core with all non-premium and non-enterprise features under
11
15
the [MIT License](https://choosealicense.com/licenses/mit/) allowing commercial and
12
16
private use.
13
17
* Headless and API first.
14
18
* Uses popular frameworks and tools like [Django](https://www.djangoproject.com/),
15
19
[Vue.js](https://vuejs.org/) and [PostgreSQL](https://www.postgresql.org/).
16
20
17
-
[](https://www.heroku.com/deploy/?template=https://github.com/bram2w/baserow/tree/master)
21
+
[](https://www.heroku.com/deploy/?template=https://github.com/baserow/baserow/tree/master)
18
22
19
23
```bash
20
24
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.35.3
Copy file name to clipboardExpand all lines: app.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "Baserow",
3
3
"description": "Open source online no-code database and Airtable alternative. More information about persistent files on S3, scaling and installing a custom domain can be found on https://baserow.io/docs/guides/installation/install-on-heroku. Note that it might take a couple of minutes to deploy the app, so please be patient.",
0 commit comments