SmartShiwork, on a gridDocs

Documentation

How SmartShi works

What is SmartShi?

SmartShi is a Smartsheet-style work-management app: your data lives in tables, and you work with it in a fast spreadsheet grid — open a table, click a cell, type, press Enter. That's the whole learning curve.

Under the hood, SmartShi does not store your data itself. It is built on Teable, an open-source database platform backed by Postgres. Teable is the engine; SmartShi is the product you actually use.

The Teable integration

Your browser
     │      (no tokens, no database access — just this site)
     ▼
SmartShi  ── server-side API calls, authenticated ──▶  Teable  ──▶  Postgres
(this app)        with a scoped access token          (private)     (private)

Using the grid

Example: a 30-second project tracker

  1. Open Projects from the home page.
  2. Click + Add row, then click the new row's Name cell and type the project name.
  3. Fill Owner and Budget the same way — numbers align automatically.
  4. Reload the page if you like: everything you typed is already saved in Teable.

Why not just use Teable directly?

You can — Teable has a full UI of its own. SmartShi exists for a different job:

SmartShiRaw Teable
AudienceEnd users who just need a sheetBuilders configuring databases
Surface areaOne focused grid — nothing to misconfigureFull admin UI: schemas, automations, permissions
ExposureOnly the tables of one curated workspaceWhatever the logged-in account can touch
Credentials in the browserNone — access is server-side, least-privilegeA real Teable login per person
Product directionA Smartsheet alternative we control end-to-endA general-purpose no-code database

The practical benefit: you can hand this URLto someone and they can work with the data immediately — no account setup, no training, no risk of them deleting a column or rewiring an automation. Admins keep the full power of Teable's UI for schema design; everyone else gets a sheet.

What's not here yet

← Back to your tables