Tables

Markdown tables — basic, aligned, and with rich content inside cells.

2 min readshowcasereference

GitHub-flavoured markdown tables are supported. Keep them narrow enough to read on a phone — if a table needs horizontal scrolling, consider a definition list or a series of subheadings instead.

A basic table

ModuleStatusOwner
ClientsStableCore team
SalesStableCore team
AuctionStableReal-time team
ReportsBetaCore team
API KeysStablePlatform team

Column alignment

The colons in the separator row control alignment. Left-aligned is the default.

Left-alignedCenteredRight-aligned
FreeBeta$0
ProStable$49
TeamStable$149
EnterpriseStableContact us

Rich content in cells

Cells can hold inline formatting — bold, italic, inline code, links, even small images. Block-level content (lists, fenced code, blockquotes) is not supported inside cells.

FeatureDefaultNotes
Sessionsiron-sessionCookie-based, see installation.
DatabasePostgreSQL 15+Managed Postgres works fine — we test on Supabase and Neon.
Real-timeSocket.IORedis adapter required once you cross a few hundred concurrents.
Email sendernoneConfigure via SMTP or the Resend integration.
Storagelocal filesystemS3-compatible providers supported in storage.driver.

A wider data table

When a table genuinely needs more columns, give it room to breathe. The renderer wraps narrow tables and scrolls wider ones horizontally on small screens.

PlanModulesUsersStorageSupportPrice (mo)
FreeClients, Tickets31 GBCommunity$0
StarterClients, Tickets, Invoices1010 GBEmail$29
ProEverything except Auction5050 GBEmail + chat$99
TeamEverything250250 GBPriority$249
EnterpriseEverything + custom1 TB+Dedicated repContact us

For tabular data with hundreds of rows, render it from your own data source as a real table component on a custom page — markdown tables are for reference content, not analytics.