HN user

bram2w

145 karma
Posts10
Comments56
View on HN

Baserow | Product Engineer | REMOTE (Europe) | Full-time

Baserow is an open-source no-code platform for databases, applications, automations. We’re a remote team across 12 countries. We’re hiring a Product Engineer to work end-to-end across the stack.

- Product ownership from idea to launch

- Full-stack work across backend and frontend

- Open-source product

- Remote-first, high-autonomy team

- Stack: PostgreSQL, Python/Django, Vue/Nuxt

https://baserow.io/jobs/product-engineer

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

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.

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.

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.

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.

Hey, I'm one of the founders of Baserow. We launched the beta of our application builder last week. It allows you to build database-driven websites, web applications, and portals. It's in the same product as our database module, and will work seamlessly together with it. More information can be found in the release blog post linked to this post, and in this video https://www.youtube.com/watch?v=yjE7gxkPlDs. Even though it's in an early state, it's already possible to try it out on https://baserow.io or by self-hosting the latest version. Happy to answer all the questions you might have.

Some of our users are using Baserow for time tracking. It can be self-hosted, and you can create a data structure that fits your needs. You can for example create a projects table containing all the projects you're working on. Then create a time table with a relationship to the projects, a numeric "hours spend" field and a description field. Every time you worked on a project, you just add a time entry. You can also share worked hours with your clients.

Baserow | Remote-only (Europe/UK) | Full-Time | Open Source | https://baserow.io

Baserow is on a mission to help everyone build applications faster, cheaper and easier. We want to give the power back to the users who understand best what is needed for their business. We are strong believers of open and extensible software.

Open positions:

Front-end Developer: https://baserow.io/jobs/front-end-developer

Product Marketing Manager: https://baserow.io/jobs/product-marketing-manager

Territory Account Manager Germany: https://baserow.io/jobs/territory-account-manager

Territory Account Manager US: https://baserow.io/jobs/territory-account-manager-us

Developer Advocate: https://baserow.io/jobs/developer-advocate

DevOps Engineer: https://baserow.io/jobs/devops-engineer

Senior Full Stack Developer: https://baserow.io/jobs/experienced-full-stack-developer

Baserow | Remote-only (Europe/UK) | Full-Time | Open Source | https://baserow.io

Baserow is on a mission to help everyone build applications faster, cheaper and easier. We want to give the power back to the users who understand best what is needed for their business. We are strong believers of open and extensible software.

Open positions:

Front-end Developer: https://baserow.io/jobs/front-end-developer

Product Marketing Manager: https://baserow.io/jobs/product-marketing-manager

Territory Account Manager Germany and US: https://baserow.io/jobs/territory-account-manager

Is anyone also experiencing problems with purchasing additional CI minutes? I bought extra minutes yesterday and this morning, but they've not been added to my account. Before this worked instantly. It's blocking some of the development processes for us because the pipelines don't run right now, we've ran out of minutes. I'm curious whether it's related to splitting the database.

If anyone from GitLab is reading this, it's for the public repository of Baserow https://gitlab.com/bramw/baserow. Help would be much appreciated.

Baserow | Amsterdam | Remote (UTC ± 2 hours) | Full-time | Community Manager | Good salary + equity

Baserow is an open source no-code database and Airtable alternative

We're looking to hire our first community manager to help take Baserow to the next level. You will be part of the initial team, work directly with the founder and you will have a leading role in growing the community around Baserow. We're a team of 6 and it's our goal to build an open source no-code database that can be used by everyone, from hobbyist to enterprise.

More information about the position: https://baserow.io/jobs/community-manager

Disclaimer, I’m the founder of Baserow. Airtable is a fantastic product, but it’s also limited in the amount of records that you can store. Their enterprise plan supports a maximum of 100k records in your entire database. Another problem is that you don’t own your data because it’s a SaaS product and if you want to create an integration, you can only do so via their API which limits you in the amount of requests you can make per second. We wanted to solve these problems by building a turn-key open source no-code database tool that you can self host with a comparable user experience to Airtable. We have a different technical approach that allows you to store a lot of data while staying performant. Another nice advantage is that our code architecture is modular, that means you can create real custom plugins. You can create custom field types of visualize data in a different way by creating custom view types. Everything can be extended.

Baserow | Amsterdam | Remote (UTC ± 2 hours) | Full-time | Full Stack developer | Good salary + equity

Baserow is an open source no-code database and Airtable alternative

We're building a small, remote and experienced engineering team focused on building a great open source no-code tool. If you have experience with Django and Vue.js, you want to work on open source software and want to join a startup we'd love to hear from you.

You'll be building features from scratch and you have full ownership over the whole process. Build new functionality for internal and external users. Collaborate with the team to improve the code base and product experience. Your changes have a direct impact.

We're a team of 4 and it's our goal to build an open source no-code database that can be used by everyone, from hobbyist to enterprise. We want our software to be flexible, modular and fast. We have big plans for the future and you can be a part of it in an early phase.

Want to learn more about our software and tech stack? Take a look at the code at: https://gitlab.com/bramw/baserow.

More information about the position: https://baserow.io/jobs/experienced-full-stack-developer

Baserow | Amsterdam | Remote (UTC ± 2 hours) | Full-time | Full Stack developer | Good salary + equity

Baserow is an open source no-code database and Airtable alternative

We're building a small, remote and experienced engineering team focused on building a great open source no-code tool. If you have experience with Django and Vue.js, you want to work on open source software and want to join a startup we'd love to hear from you.

You'll be building features from scratch and you have full ownership over the whole process. Build new functionality for internal and external users. Collaborate with the team to improve the code base and product experience. Your changes have a direct impact.

We're a team of 4 and it's our goal to build an open source no-code database that can be used by everyone, from hobbyist to enterprise. We want our software to be flexible, modular and fast. We have big plans for the future and you can be a part of it in an early phase.

Want to learn more about our software and tech stack? Take a look at the code at: https://gitlab.com/bramw/baserow.

More information about the position: https://baserow.io/jobs/experienced-full-stack-developer

Baserow | Amsterdam | Remote (UTC ± 2 hours) | Full-time | Full Stack developer | Good salary + equity

Baserow is an open source no-code database and Airtable alternative

We're building a small, remote and experienced engineering team focused on building a great open source no-code tool. If you have experience with Django and Vue.js, you want to work on open source software and want to join a startup we'd love to hear from you.

You'll be building features from scratch and you have full ownership over the whole process. Build new functionality for internal and external users. Collaborate with the team to improve the code base and product experience. Your changes have a direct impact.

We're a team of 4 and it's our goal to build an open source no-code database that can be used by everyone, from hobbyist to enterprise. We want our software to be flexible, modular and fast. We have big plans for the future and you can be a part of it in an early phase.

Want to learn more about our software and tech stack? Take a look at the code at: https://gitlab.com/bramw/baserow.

More information about the position: https://baserow.io/jobs/experienced-full-stack-developer

Baserow | Amsterdam | Remote (UTC ± 2 hours) | Full-time | Full Stack developer

Baserow is an open source no-code database and Airtable alternative

We're building a small, remote and experienced engineering team focused on building a great open source no-code tool. If you have experience with Django and Vue.js, you want to work on open source software and want to join a startup we'd love to hear from you.

You'll be building features from scratch and you have full ownership over the whole process. Build new functionality for internal and external users. Collaborate with the team to improve the code base and product experience. Your changes have a direct impact.

It's our goal to build an open source no-code tool that can be used by everyone, from hobbyist to enterprise. We want our software to be flexible, modular and fast. We have big plans for the future and you can be a part of it in an early phase.

Want to learn more about our software and tech stack? Take a look at the code at: https://gitlab.com/bramw/baserow.

More information about the position: https://baserow.io/jobs/experienced-full-stack-developer

Baserow | Amsterdam | Remote (UTC ± 2 hours) | Full-time | Full Stack developer

Baserow is an open source no-code database and Airtable alternative

We're building a small, remote and experienced engineering team focused on building a great open source no-code tool. If you have experience with Django and Vue.js, you want to work on open source software and want to join a startup we'd love to hear from you.

You'll be building features from scratch and you have full ownership over the whole process. Build new functionality for internal and external users. Collaborate with the team to improve the code base and product experience. Your changes have a direct impact.

It's our goal to build an open source no-code tool that can be used by everyone, from hobbyist to enterprise. We want our software to be flexible, modular and fast. We have big plans for the future and you can be a part of it in an early phase.

Want to learn more about our software and tech stack? Take a look at the code at: https://gitlab.com/bramw/baserow.

More information about the position: https://baserow.io/jobs/experienced-full-stack-developer