About

Table Share is a single-purpose web utility that turns pasted tabular data into a clean, instantly shareable HTML table — no accounts required for sender or recipient.

THE PROBLEM

Existing options for sharing a one-off table all fail differently:

- Screenshots: not searchable, not copyable, useless on mobile

- Raw paste in chat: columns collapse, unreadable

- CSV attachments: force download before viewing

- Google Sheets: requires accounts, permission fiddling, overkill for snapshots

Table Share fills the gap with a workflow optimized for one-way data transmission.

HOW IT WORKS

1. Paste CSV, Excel range, TSV, or HTML table on the homepage

2. The data is parsed (PapaParse with autodetection of delimiters)

3. A unique 8-character URL is generated and auto-copied to clipboard

4. Recipients click the link and see a mobile-responsive HTML table

5. Free links auto-expire after 7 days; Pro after up to 90 days

TECH STACK

- Cloudflare Workers (edge serverless, no cold start)

- Workers KV (ephemeral storage with TTL)

- PapaParse (client-side parsing)

- Ko-fi + Resend (payment + Pro key delivery)

- Plain HTML/CSS frontend, no frameworks

PRICING

Free tier (no signup):

- 500 rows, 50 columns

- 7-day expiry

- Unlimited shares

- CSV download

Pro tier ($5 one-time, lifetime):

- 5,000 rows, 100 columns

- 90-day expiry, custom expiration windows

- Password protection

- Remove branding

- REST API access (see /docs)

DESIGNED FOR

Developers sharing query results, freelancers sending data to clients, teams sharing meeting snapshots, anyone tired of Google Sheets overhead for ad-hoc shares.

LINKS

- App: https://table-share.org

- Pricing: https://table-share.org/pricing

- API docs: https://table-share.org/docs

- Blog: https://table-share.org/blog

- Contact: markrhenz@table-share.org