Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teableio/teable
✨ The Next Gen Airtable Alternative: No-Code Postgres
https://github.com/teableio/teable
airtable airtable-alternative app-builder database internal-tool low-code no-code nocode postgres postgresql realtime spreadsheet sqlite
Last synced: 7 days ago
JSON representation
✨ The Next Gen Airtable Alternative: No-Code Postgres
- Host: GitHub
- URL: https://github.com/teableio/teable
- Owner: teableio
- License: agpl-3.0
- Created: 2022-11-01T07:02:49.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-14T03:36:18.000Z (6 months ago)
- Last Synced: 2024-05-15T15:29:29.849Z (6 months ago)
- Topics: airtable, airtable-alternative, app-builder, database, internal-tool, low-code, no-code, nocode, postgres, postgresql, realtime, spreadsheet, sqlite
- Language: TypeScript
- Homepage: https://teable.io
- Size: 17.3 MB
- Stars: 7,153
- Watchers: 40
- Forks: 283
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repositories - teableio/teable - ✨ The Next Gen Airtable Alternative: No-Code Postgres (TypeScript)
- awesome-nestjs - Teable - A Super fast, Real-time, Professional, Developer-friendly, No code database. (Projects using NestJS)
- AiTreasureBox - teableio/teable - 11-02_11726_4](https://img.shields.io/github/stars/teableio/teable.svg)|✨ The Next Gen Airtable Alternative: No-Code Postgres| (Repos)
- awesome - teableio/teable - ✨ The Next Gen Airtable Alternative: No-Code Postgres (TypeScript)
- jimsghstars - teableio/teable - ✨ The Next Gen Airtable Alternative: No-Code Postgres (TypeScript)
- my-awesome - teableio/teable - alternative,app-builder,database,internal-tool,low-code,no-code,nocode,postgres,postgresql,realtime,spreadsheet,sqlite pushed_at:2024-10 star:11.6k fork:0.5k ✨ The Next Gen Airtable Alternative: No-Code Postgres (TypeScript)
- awesome-rainmana - teableio/teable - ✨ The Next Gen Airtable Alternative: No-Code Postgres (TypeScript)
README
Postgres-Airtable Fusion
Teable is a Super fast, Real-time, Professional, Developer friendly, No-code database built on Postgres. It uses a simple, spreadsheet-like interface to create complex enterprise-level database applications. Unlock efficient app development with no-code, free from the hurdles of data security and scalability.
Home | Help | Blog | Template | API | Roadmap | Discord | Twitter
## Quick Guide
1. Looking for a quick experience? Select a scenario from the [template center](https://template.teable.io) and click "Use this template".
2. Seeking high performance? Try the [1 million rows demo](https://app.teable.io/share/shrVgdLiOvNQABtW0yX/view) to feel the speed of Teable.
3. Want to learn to use it quickly? Click on this [tutorial](https://help.teable.io/quick-start/build-a-simple-base)
4. Interested in deploying it yourself? Click [Deploy on Railway](https://railway.app/template/wada5e?referralCode=rE4BjB)## ✨Features
#### 📊 Spreadsheet-like Interface
All you want is here
- Batch Cell Editing
- Formula Support
- Data Sorting and Filtering
- Aggregation Function
- Data Formatting
- Grouping
- Freeze Columns
- Import/Export
- Undo/Redo
- Data Validation
- Charts & Visualization
- Comments
- Row Styling(coming soon)#### 🗂️ Multiple Views
Visualize and interact with data in various ways best suited for their specific tasks.
- Grid View: The default view of the table, which displays data in a spreadsheet-like format.
- Form View: Input data in a form format, which is useful for collecting data.
- Kanban View: Displays data in a Kanban board, which is a visual representation of data in columns and cards.
- Calendar View: Displays data in a calendar format, which is useful for tracking dates and events. (coming soon)
- Gallery View: Displays data in a gallery format, which is useful for displaying images and other media. (coming soon)
- Gantt View: Displays data in a Gantt chart, which is useful for tracking project schedules. (coming soon)
- Timeline View: Displays data in a timeline format, which is useful for tracking events over time. (coming soon)#### 🚀 Super Fast
Amazing response speed and data capacity
- Millions of data are easily processed, and there is no pressure to filter and sort
- Automatic database indexing for maximum speed
- Supports batch data operations at one time#### 👨💻 Full-featured SQL Support
Seamless integration with the software you are familiar with
- BI tools like Metabase PowerBi...
- No-code tools like Appsmith...
- Direct retrieve data with native SQL#### 🔒 Privacy-First
You own your data, in spite of the cloud
- Bring your own database (coming soon)
#### ⚡️ Real-time Collaboration
Designed for teams
- No need to refresh the page, data is updated in real-time
- Seamlessly integrate collaboration member invitation and management
- Perfect permission management mechanism, from table to column level#### 🧩 Extensions (Coming Soon)
Expand infinite possibilities
- Backend-less programming capability based on React
- Customize your own application with extremely low cost
- Extremely easy-to-use script extensions mode#### 🤖 Automation (Coming Soon)
Empower data-driven workflows effortlessly and seamlessly
- Design your workflow with AI or Visual programming
- Super easy to retrieve data from the table#### 🧠 Copilot (Coming Soon)
Native Integrated AI ability
- Chat 2 App. "Create a project management app for me"
- Chat 2 Chart. "Analyze the data in the order table using a bar chart"
- Chat 2 View. "I want to see the schedule for the past week and only display participants"
- Chat 2 Action. "After the order is paid and completed, an email notification will be sent to the customer"
- More actions...#### 🗄️ Support for Multiple Databases (Coming Soon)
Choose the SQL database you like
- Sqlite, PostgreSQL, MySQL, MariaDB, TiDB...
---
# Structure
[![Open in Gitpod](https://img.shields.io/badge/Open%20In-Gitpod.io-%231966D2?style=for-the-badge&logo=gitpod)](https://gitpod.io/#https://github.com/teableio/teable)
```
.
├── apps
│ ├── nextjs-app (front-end, include a nextjs app)
│ └── nestjs-backend (backend, include a nestjs app)
└── packages
├── common-i18n (locales)
├── core (share code and interface)
├── sdk (sdk for extensions)
├── db-main-prisma (schema, migrations, prisma client)
├── eslint-config-bases (to shared eslint configs)
└── ui-lib (ui component)
```## Deploy
### Deploy With Docker
```sh
cd dockers/examples/standalone/
docker-compose up -d
```for more details, see [install teable](https://help.teable.io/deployment/docker-compose)
### One Click Deployment
These platforms are easy to deploy with one click and come with free credits.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/wada5e?referralCode=rE4BjB)
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/QF8695)
[![Deploy on Sealos](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dteable)
[![Deploy to RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploylobe.svg)](https://repocloud.io/details/?app_id=273)
[![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/teable)
## Development
#### 1. Initialize
```sh
# Enabling the Help Management Package Manager
corepack enable# Install project dependencies
pnpm install
```#### 2. Select Database
we currently support `sqlite` and `postgres`, you can switch between them by running the following command
```sh
make switch-db-mode
```#### 3. Custom Environment Variables(Optional)
```sh
cd apps/nextjs-app
copy .env.development .env.development.local
```#### 4. Run Dev Server
you just need to start backend, it will start next server for frontend automatically, file change will be auto reload
```sh
cd apps/nestjs-backend
pnpm dev
```## Why Teable?
No-code tools have significantly speed up how we get things done, allowing non-tech users to build amazing apps and changing the way many work and live. People like using spreadsheet-like UI to handle their data because it's easy, flexible, and great for team collaboration. They also prefer designing their app screens without being stuck with clunky templates.
Giving non-techy people the ability to create their software sounds exciting. But that's just the start:
- As businesses expand, their data needs intensify. No one wishes to hear that once their orders reach 100k, they'll outgrow their current interface. Yet, many no-code platforms falter at such scales.
- Most no-code platforms are cloud-based. This means your important data sits with the provider, and switching to another platform can be a headache.
- Sometimes, no-code tools can't do what you want because of their limitations, leaving users stuck.
- If a tool becomes essential, you'll eventually need some tech expertise. But developers often find these platforms tricky.
- Maintaining systems with complex setups can be hard for developers, especially if these aren't built using common software standards.
- Systems that don't use these standards might need revamping or replacing, costing more in the long run. It might even mean ditching the no-code route and going back to traditional coding.#### What We Think the Future Of No-code Products Look Like
- An interface that anyone can use to build applications easily.
- Easy access to data, letting users grab, move, and reuse their information as they wish.
- Data privacy and choice, whether that's in the cloud, on-premise, or even just on your local.
- It needs to work for developers too, not just non-tech users.
- It should handle lots of data, so it can grow with your business.
- Flexibility to integrate with other software, combining strengths to get the job done.
- Last, native AI integration to takes usability to the next level.In essence, Teable isn't just another no-code solution, it's a comprehensive answer to the evolving demands of modern software development, ensuring that everyone, regardless of their technical proficiency, has a platform tailored to their needs.
## Sponsors :heart:
If you are enjoying some this project in your company, I'd really appreciate a [sponsorship](https://github.com/sponsors/teableio), a [coffee](https://ko-fi.com/teable) or a dropped star.
That gives me some more time to improve it to the next level.# License
AGPL-3.0