应用列表
/
当前应用不需要配置任何参数
Teable uses a simple, spreadsheet-like interface to create powerful database applications. Collaborate with your team in real-time, and scale to millions of rows
Try out Teable using our hosted version at teable.io
Home | Help | Blog | Template | API | Roadmap | Discord | Twitter
Everything you need, right out of the box:
Visualize and interact with data in various ways best suited for their specific tasks.
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
More features coming soon, see our Roadmap
.
├── apps (AGPL 3.0)
│ ├── nextjs-app (front-end)
│ └── nestjs-backend (backend)
├── packages (MIT)
│ ├── 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)
└── plugins (AGPL 3.0) (custom plugins)
cd dockers/examples/standalone/
docker-compose up -d
for more details, see install teable
These platforms are easy to deploy with one click and come with free credits.
# Enabling the Help Management Package Manager
corepack enable
# Install project dependencies
pnpm install
we currently support sqlite
(dev only) and postgres
, you can switch between them by running the following command
make switch-db-mode
cd apps/nextjs-app
cp .env.development .env.development.local
you just need to start backend, it will start next server for frontend automatically, file change will be auto reload
cd apps/nestjs-backend
pnpm dev
By default, the plugin development server is not started. To preview and develop plugins, run:
cd plugins
pnpm dev
This will start the plugin development server on port 3002.
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:
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.
Teable Community Edition (CE) is the current available version, it's free for self-host under the AGPL license.
Teable Enterprise Edition (EE) is yet to be published, it will have more advanced features and enterprise-oriented offerings, including but not exclusive to authority matrix, automation, advanced admin and audit, etc., you may refer to https://help.teable.io/en/deploy/docker for more information
See ./LICENSE for details.