Teable — No-Code Postgres Spreadsheet Database
Teable is an open-source Airtable alternative built on PostgreSQL. Spreadsheet UI with real-time collaboration, API access, and no-code app building capabilities.
Staging seguro para este activo
Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.
npx -y tokrepo@latest install f3c74d7b-349e-11f1-9bc6-00163e2b0d79 --target codexPrimero deja archivos en staging; la activación requiere revisar el README y el plan staged.
What it is
Teable is an open-source alternative to Airtable built on PostgreSQL. It combines a familiar spreadsheet interface with the power of a real relational database, offering real-time collaboration, REST API access, and no-code application building capabilities.
It targets teams who outgrow spreadsheets but find traditional database tools too complex. Product managers, operations teams, and small development shops use Teable to manage structured data with the ease of a spreadsheet and the reliability of Postgres.
How it saves time or tokens
Teable eliminates the gap between spreadsheets and databases. Teams no longer need to export CSV files, write migration scripts, or maintain separate data entry interfaces. The built-in API means AI agents and automation tools can read and write data directly, saving the token overhead of converting between formats.
How to use
- Deploy Teable using Docker Compose or the cloud-hosted version.
- Create a table with columns (fields) using the spreadsheet interface, choosing from field types like text, number, date, attachment, and linked records.
- Use the REST API or built-in views (grid, kanban, form, gallery) to interact with your data programmatically or visually.
Example
# Deploy Teable with Docker Compose
git clone https://github.com/teableio/teable.git
cd teable
docker compose up -d
# Access at http://localhost:3000
# Query data via the REST API
curl -H 'Authorization: Bearer YOUR_API_TOKEN' \
'https://your-teable-instance/api/table/tbl_xxx/record?filter={"field_name":{"eq":"active"}}'
Related on TokRepo
- AI Tools for No-Code — No-code platforms for building applications
- AI Tools for Database — Database tools and management solutions
Common pitfalls
- Treating Teable as a simple spreadsheet and ignoring field types, which leads to data quality issues when using the API.
- Not setting up proper access controls when exposing the API to external tools or AI agents.
- Overlooking the PostgreSQL connection string for direct database access when Teable's API does not cover a specific query pattern.
Preguntas frecuentes
Teable is open source and self-hosted, so your data stays on your infrastructure. It uses a real PostgreSQL database under the hood, meaning you can connect with standard SQL tools. Airtable is a proprietary SaaS product with usage-based pricing.
Yes. Since Teable stores data in PostgreSQL, you can connect any SQL client or BI tool directly to the underlying database. This gives you full SQL power alongside the spreadsheet interface.
Yes. Multiple users can edit the same table simultaneously with changes reflected in real time, similar to Google Sheets or Airtable. Conflict resolution is handled automatically.
Yes. Teable provides Docker Compose files for self-hosting. You need PostgreSQL, Redis, and the Teable application containers. The setup is straightforward for teams familiar with Docker.
Yes. Teable exposes a REST API for CRUD operations on tables and records. You can use it with automation tools, AI agents, or custom scripts to read, create, update, and delete records programmatically.
Referencias (3)
- Teable GitHub— Open-source Airtable alternative built on PostgreSQL
- Teable Documentation— Spreadsheet UI with real-time collaboration
- Teable API Docs— REST API for programmatic data access
Relacionados en TokRepo
Fuente y agradecimientos
- GitHub: teableio/teable — 21.1K+ ⭐
- Website: teable.io
Discusión
Activos relacionados
NocoDB — Open Source No-Code Database Platform
NocoDB turns any SQL database into a smart spreadsheet with REST APIs. Open-source Airtable alternative with views, automations, and team collaboration.
KeeWeb — Free Cross-Platform Password Manager Compatible with KeePass
KeeWeb is a free, open-source password manager that runs in the browser or as a desktop app. It is fully compatible with KeePass kdbx database files and requires no server, storing your encrypted vault locally or syncing via Dropbox, Google Drive, or WebDAV.
Drizzle ORM — TypeScript SQL That Feels Like Code
Type-safe TypeScript ORM with SQL-like syntax. Zero overhead, serverless-ready, supports PostgreSQL, MySQL, SQLite. Schema as code with automatic migrations. 28,000+ GitHub stars.
Claude Code Agent: Postgres Pro
Use when you need to optimize PostgreSQL performance, design high-availability replication, or troubleshoot database issues at scale. Invoke this agent for query optimization,...