Invite collaborators by email. They must create a Framebase account to access it.
card
Card (container)
note
Note
doc
Document (rich text)
to-do
To-do list
link
Link
image
Image / GIF
video
Video / YouTube
audio
Audio
sketch
Sketch / Draw
shot
Shot card
colors
Color palette
arrow
Arrow / Line
board
Embed board
Framebase
Home
0 boards
+ Add element
■ Card color
□ Open as board
□ Duplicate
⊗ Delete
Card color
Custom
Canvas background
Custom
Add board
Add element
☁ Cloud sync setup
Connect Framebase to Supabase for free cross-device sync. Takes about 10 minutes to set up — follow the guide below.
Setup steps:
1. Go to supabase.com → create a free account
2. Create a new project (any name, any region)
3. In your project → SQL Editor → run this: create table framebase_projects (
id text primary key,
data jsonb,
saved_at timestamptz
);
4. Go to Settings → API
5. Copy the Project URL and anon public key
6. Paste them below and click Save