Everything you need.
One solution.
No more juggling five services and bills.
Workspace
Friday AI
Cloud
Business
Developers
Quantum
Workspace — the front door
6
Divisions
22+
Apps
1
Backend
Workspace
Your work, one tap away.
Twenty-two apps. Zero setup. All connected.
- Sheets, Docs, Slides, Tasks, Notes, Calendar, Drive, Mail
- Command Palette (⌘K) — launch, search, automate
- Multi-workspace switching with isolated memory
- Offline-first. Reconnects seamlessly.
Sheets
Docs
Tasks
Calendar
Drive
Friday AI
AI that does, not just chats.
Runs tools. Fills sheets. Sends mail. Auditable.
- One model, three names: Friday, IRIS, Vortex
- 34+ built-in tools across every app
- Per-workspace memory — context stays scoped
- Proactive briefings before your meetings
Summarize last week's sales sheet and add a forecast column.
On it. Reading Q3-sales.sheet…
read_sheet
done
Done. Added a 4-week forecast at column J. Want me to chart it?
Clid Cloud
Backend, handled.
Eight services. One roof. No servers.
- Compute — functions, crons, automations
- Clid Storage — files, images, sites
- C-Query — realtime JSON tree
- Cloud SQL — relational tables
- Vortex AI — infra-tuned intelligence
- Apps Scopes — every app has its own API
Compute
Storage
C-Query
Cloud SQL
Networking
Vortex AI
Apps Scopes
Permissions
POST /v1/storage/upload · GET /v1/query/users/123
Clid Business
For teams that scale.
SSO, audit, roles. IT-friendly, friction-free.
- Domain-verified SSO — auto-join for @yourco.com
- Roles: owner, admin, member, viewer
- Audit rollups across every app
- Centralized billing, one plan per org
AC
Acme Corp
@acme.com · 42 members
owner
admin
member
audit · 1,284 events this week
Developer Platform
Ship in minutes, not weeks.
One key. Full backend. No OAuth ceremony.
- Auth, DB, storage, AI, email, push — one publishable key
- WebAuthn passkeys built in
- Y.js realtime collaboration via Durable Objects
- Sandboxed functions + cron, no server needed
import { Clid } from '@zylink/clid'
const clid = new Clid({
key: 'clid_pub_…'
})
// sign a user in with a passkey
await clid.auth.passkey.signIn()
// write to the database
await clid.db.set('users/123', {
name: 'Ada'
})
auth
db
storage
ai
email
push
Quantum Lab
Smarter every week.
The flywheel that funds itself.
- Model improves from real usage (opt-in, anonymized)
- Per-workspace fine-tuning
- New tools ship without app updates
- Better AI → more users → better AI
Model accuracy
+3.4% this week
The flywheel
Each feeds the next.
Six products. One loop. Compounding.
1 · Sign up
Open Workspace. No setup, no OAuth.
2 · Lean on AI
IRIS fills sheets, summarizes, drafts.
3 · Upgrade to Cloud
Store and share. Revenue enters.
4 · Build on CDP
Every app adds usage and data.
5 · Quantum Lab
Smarter AI. More users. Loop repeats.
FAQ
Questions, answered.
Clid is one ecosystem of six connected products — Workspace, Friday AI, Cloud, Business, Developer Platform, and Quantum Lab. Instead of juggling five different services and bills, you get one solution that serves individuals, businesses, and developers alike.
Yes. The free tier includes Workspace with all 22+ productivity apps, Friday AI with a generous monthly allowance, and enough Cloud storage for personal use. No credit card required to sign up.
Clid is not just productivity apps — it is also a full backend (auth, database, storage, AI, email, push) that developers can build on. The AI (Friday/IRIS/Vortex) lives inside everything and can run tools, not just chat. And every app is callable from every other app via a typed API.
They are the same underlying AI model, presented under different names depending on where you encounter it. Friday is the public-facing brand. IRIS is the name inside Workspace (productivity-tuned). Vortex is the name inside Cloud (infra-tuned). The model, tools, and memory are shared.
Yes — that is what Clid Business is for. You get workspaces with members, domain-verified SSO, audit rollups, per-workspace storage caps, team API keys, and centralized billing. Verify your company domain and every @yourco.com user auto-joins.
All data is encrypted in transit and at rest. Secrets are stored in an AES-GCM encrypted vault. Auth supports WebAuthn passkeys (Face ID, fingerprint, device password). Per-workspace audit logs track every action. You can export or delete all your data at any time.
Yes. The Clid Developer Platform exposes everything Cloud does as a typed API behind a single publishable key. Auth, database, storage, AI, email, push, webhooks, crons, sandboxed functions, vault, branches, spend caps — the full BaaS surface. Drop in the SDK and ship.
No. Clid is a PWA (Progressive Web App) — it runs in any modern browser. You can install it to your home screen for a native-app experience, and it works offline (mutations queue locally and replay when you reconnect).