Manage Content
How to post investor updates & events via Supabase
Investor Updates
Visible to all logged-in investors at /investors/updates
1
Go to Supabase Table Editor and select the investor_updates table.
2
Click Insert row (top right) and fill in the fields:
title text The headline — e.g. "Q1 2026 Fund Update"
content text The full body. Supports basic HTML:
<p>, <b>, <ul><li>, <a href="..."> published_at timestamptz Date & time — e.g.
2026-04-13 09:00:00. Controls sort order (newest first). 3
Click Save. The update appears instantly for all investors — no redeploy needed.
HTML tip: For a formatted update, paste something like:
<p>Dear Investors,</p><p>Here is the Q1 update...</p><ul><li>Portfolio highlight 1</li><li>Portfolio highlight 2</li></ul> Events
Visible publicly at /events
1
Go to Table Editor → events and click Insert row.
title text Event name — e.g. "LP Annual Meeting 2026"
description text Short description of the event (optional)
event_date timestamptz Date & time — e.g.
2026-06-15 14:00:00 location text Venue or "Virtual" (optional)
link text RSVP or event URL (optional)
published boolean Set to
true to make it visible, false to hide it 2
Click Save. The event appears on the public /events page instantly — no redeploy needed.