Readit News logoReadit News
bram2w commented on Ask HN: Who is hiring? (January 2026)    · Posted by u/whoishiring
bram2w · 2 months ago
Baserow | Product Specialist | REMOTE (Europe or US) | Full-time | baserow.io

Baserow is an open-source no-code database platform (Airtable alternative) for building databases, internal apps, and workflows.

You’ll work with prospects + customers to translate real processes into Baserow solutions: data modeling (tables/relations), demos/POCs, production-ready setups, integrations/APIs, best practices, and feedback to product/engineering. Also help with docs/onboarding and first-line support for support-contract customers.

You: 2+ years with Baserow or similar (Airtable/n8n), strong English, comfortable with APIs/HTTP + basic JS/Python (SQL a plus). Bonus: enterprise workflows, git/docker (self-hosting), training content.

Apply: https://baserow.io/jobs/product-specialist-baserow

bram2w commented on Baserow 2.0: A secure, self-hosted alternative to Airtable with built-in AI   github.com/baserow/basero... · Posted by u/trevorsullivan
bram2w · 4 months ago
Founder of Baserow here. Thanks for posting this @trevorsullivan. We launched Baserow 2.0 earlier this week. More info can be found in the release blog post here: https://baserow.io/blog/baserow-2-0-release-notes. Happy to answer any questions.
bram2w commented on Baserow 2.0: Self-Hosted Airtable Alternative Now Has AI Agents and Automations   github.com/baserow/basero... · Posted by u/bram2w
bram2w · 4 months ago
Hey HN, founder of Baserow here. Since our success on Hacker News a couple of years ago, we've grown from a no-code database into a full-stack no-code platform. It's now possible to create databases, applications, automations, and dashboards via the no-code interface and with Kuma, our AI-assistant.

We believe in a platform with a conversational agent that can build complete software solutions, like Lovable, while also having a flexible no-code interface to make changes manually. This gives the builder the opportunity to get started quickly, have insights in what happens under the hood, and have the ability to make changes, without writing code.

Because of our open background, full self-hosting capability, API-first approach, integrations, and enterprise grade security, it makes modern no-code tools accessible to industries that were previously forced to work with expensive off the shelf solution with long implementation time.

Today, we're launching Baserow 2.0 that introduces our AI-assistant Kuma, automations builder, improved AI field, and many more features. We're looking forward to your feedback.

bram2w commented on Google is shutting down Tables, its Airtable rival   techcrunch.com/2025/09/11... · Posted by u/WaitWaitWha
aitchnyu · 6 months ago
Tangential, is there any Airtable clone which filters rows/columns for read/write based on user privileges? Seems most of them give full access to all rows in a given table. AFAIK only my side project does this.
bram2w · 6 months ago
You can do this soon with Baserow. We're currently working on view-level permissions, where you can give a user access to a specific view. That user will then only have access to the filtered rows and visible fields.
bram2w commented on Show HN: 1 Million Rows   1mrows.pages.dev... · Posted by u/ankitchhatbar
bram2w · 7 months ago
When I started working on Baserow (this seems similar based on the roadmap), a couple of years ago, I thought it would be a big challenge to quickly render a million rows in the browser. Introducing a system that fetches a page of rows based on the scroll offset, and with a small debounce did the trick. We only had a couple of field types, and it was all incredibly fast

The thing that make performance complicated for a no-code database is when you have 30 interconnected tables, some tables with 200 fields, containing many formulas or other computed fields like lookups or rollups. Updating a single cell, can result in thousands of other rows that must be updated across different tables. If there are 30 users making constant changes, locking PostgreSQL rows under the hood while the formulas are recalculated, and then a couple of n8n workflows making a many API requests to those tables, that's when things get interesting. Especially in combination with features like webhooks, real-time updates, 100+ filters, grouping, 26 field types, date dependencies, aggregations, importing/exporting whole databases.

When implementing a new feature, I've heard users say that's not complicated because it's just adding a checkbox. Making to run it at scale and keeping things performant is what's making it complicated.

bram2w commented on Bad Experience with NoCoDB    · Posted by u/stuartjohnson12
stuartjohnson12 · a year ago
No, but the demos don't inspire me that any tooling I create for my team will inspire joy rather than hatred. NoCoDB has a nice interface, it's just that half of the features don't work as they present to. Baserow is so, so close to greatness, but the fact that all of the data is siloed and can't be piped around easily by connecting to its database directly makes it a no-go.
bram2w · a year ago
Founder of Baserow here. We're actively working on improving that. We recently introduced the data sync feature that allows you to sync data from various sources into a Baserow table. One of the integrations is a PostgreSQL table, and we have MySQL and SQLite on the planning as well. Currently, it's a one-way sync, but we're planning on making it a two-way sync in this quarter.

u/bram2w

KarmaCake day145January 20, 2020View Original