Baserow screenshot
#103 B Rank #143

Baserow

Open-source no-code database/spreadsheet tool positioned as an Airtable alternative. Python/Django backend paired with a Vue frontend, reasonably mature for its category.

Database Python Medium to deploy $18/mo equiv
66.5 / 100

βš™ Full Stack

Python/Django backend, Vue.js frontend, Postgres as the actual data store for both application metadata and user-created tables, Redis for caching and websocket pub-sub.

πŸ“ˆ Scaling Analysis

Postgres-backed storage of user tables is more robust than tools that invent their own storage engine, and the Django/Redis combination scales in the conventional way; very large tables (millions of rows) are the main practical ceiling since each table maps to real Postgres rows with per-cell metadata overhead.

πŸš€ Running on Nexlayer

App pod plus postgres and redis pods; set BASEROW_PUBLIC_URL to the Nexlayer domain and reference redis.pod:6379 internally. mirror.gcr.io/library/python covers the build image; large table exports need adequate memory headroom on the app pod.