Getting Started
VisiHub is the collaboration platform for VisiGrid spreadsheets. Upload .sheet files, share them with your team, and publish interactive charts to the web.
Create an account
Section titled “Create an account”- Go to visihub.com and click Sign Up.
- Enter your email address.
- Check your inbox for a magic link and click it to verify your account.
No password is required — VisiHub uses passwordless authentication via magic links.
Upload a spreadsheet
Section titled “Upload a spreadsheet”Once signed in:
- Click New in the dashboard.
- Drag and drop a
.sheet,.csv, or.xlsxfile, or click to browse. - VisiHub stores your file and makes it available at a shareable URL.
Connect from VisiGrid
Section titled “Connect from VisiGrid”You can push and pull spreadsheets directly from the VisiGrid CLI or desktop app:
# Authenticate with VisiHubvisigrid session login
# Publish a spreadsheetvisigrid publish my-spreadsheet.sheet
# Fetch a shared spreadsheetvisigrid fetch <url>Next steps
Section titled “Next steps”- Authentication — understand how magic links and JWT tokens work.
- File Storage — learn how files are stored and managed.
- API Reference — integrate VisiHub into your own tools.