SaaSHub helps you find the best software and product alternatives Learn more β
Baserow Alternatives
Similar projects and alternatives to Baserow
-
metamask-extension
:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Strapi
π Strapi is the leading open-source headless CMS. Itβs 100% JavaScript/TypeScript, fully customizable, and developer-first.
-
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
-
-
appsmith
Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
-
Directus
The flexible backend for all your projects π° Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
PostHog
π¦ PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free.
-
Metabase
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:
-
-
react-admin
A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
-
Gravitational Teleport
The easiest, and most secure way to access and protect all of your infrastructure.
-
label-studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
-
-
-
-
-
-
Forest Admin
π Ruby on Rails agent for Forest Admin to integrate directly to your existing Ruby on Rails backend application.
-
seatable
SeaTable: easy like a spreadsheet, powerful like a database. Unlimited rows in a single base.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Baserow discussion
Baserow reviews and mentions
- Retool Database
-
10 open-source alternatives to run your businesses
4. Baserow - 1.5k βοΈ
-
Just released Baserow 1.15 with timezone support, today() & now() formula functions, personal views and more - open-source Airtable alternative.
GitLab repository: https://gitlab.com/bramw/baserow.
-
Baserow for Developers: January Developer Digest
π¬ Follow us at @baserow on Twitter for staying in the known of all company updates and news. β¨οΈ Join the Baserow community forum to chat with other developers and the Baserow team. βοΈ Star Baserow on GitLab to show your appreciation of our work.
-
π Just released Baserow 1.14 with the audit log, Baserow role based permissions & moreβ¦!
Check out the full roundup: https://baserow.io/blog/1-14-release-of-baserow. Test out Baserow 1.14: https://baserow.io. GitLab repository: Bram Wiepjes / baserow Β· GitLab.
-
Open Source Django Projects for Study
Baserow
-
Use cookies and sessions (not JWTs) for authentication
I'd also written an article on token authentication for django: https://www.spapas.net/2021/08/25/django-token-rest-auth/ using the REST Framework's TokenAuthentication.
This is simplest thing for most cases.
The session authentication that is proposed in the article is also great but has two problems:
* It will be hacky to implement for mobile apps (it should be possible but would not be something I'd like to do, I had tried in the past and remember that I needed to jump to a lot of hoops to "pick" that session cookie)
* The cookies can't be shared between different domains (cookies be shared the same domain or between a parent and child domain, i.e api.example.com can set/get cookies from .example.com).
So you can use the SessionAuthnentication if your frontend and backend share their domain and you know that your API won't ever be used for mobiles apps. On all other cases use TokenAuthentication.
I don't have experience with JWT Authentication, however I know it can be done and is used be various apps f.e baserow: https://gitlab.com/bramw/baserow/-/blob/develop/backend/src/...
-
Can you (developers who've worked professionally with Djano) share a Django project Dockerfile and docker-compose files with what you consider best practices?
Feel free to dig into https://gitlab.com/bramw/baserow repository, e.g. https://gitlab.com/bramw/baserow/-/blob/develop/backend/Dockerfile... There are docker compose files too.
-
Check out Baserow 1.13 with role-based access control and SSO + support us on Product Hunt π - Open Source Airtable alternative
Great idea! I've created an issue for it on the backlog https://gitlab.com/bramw/baserow/-/issues/1399.
-
π₯ Weβve just released 1.13.1 with direct support for enterprise, hiding form view fields via query parameters, and many other things.
Here is the full scoop on all new things: https://gitlab.com/bramw/baserow/-/releases/1.13.1.
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Mar 2025
Stats
bramw/baserow is an open source project licensed under MIT which is not an OSI approved license.
The primary programming language of Baserow is Python,JavaScript.