Salesforce Quip is being retired.
Start your migration now.
Salesforce announced on March 5, 2026 that all Quip products are entering end-of-life. Subscriptions cannot be renewed after March 1, 2027. When your subscription ends, your documents will become read-only, then inaccessible, then permanently deleted. This guide covers what to export, honest alternatives, and a migration plan.
Last updated: March 13, 2026
1. What's happening and why
On March 5, 2026, Salesforce officially announced that Quip — its collaborative document and spreadsheet suite — is entering end-of-life. All Quip products (Starter, Advanced, and Plus tiers) are being retired. Subscriptions will continue working until they expire, but no renewals will be accepted after March 1, 2027.
Quip was acquired by Salesforce in 2016 for approximately $750 million. Its co-creator, Bret Taylor (later Salesforce co-CEO), built Quip as a competitor to Google Docs that embedded structured data alongside freeform text. For nearly a decade, it served as Salesforce's answer to Microsoft Teams + SharePoint for collaborative work.
The strategic logic for the shutdown is clear: Salesforce has been moving collaboration into Slack (acquired in 2021 for $27.7 billion), and Quip technology now forms the backbone of Slack Canvas. Rather than maintain two overlapping collaboration layers, Salesforce is concentrating investment in Slack + Agentforce.
What this means for Quip customers:
- All Quip content — documents, spreadsheets, folders, Salesforce Live Apps — will eventually be permanently deleted after your subscription expires
- Salesforce is building migration tooling (in-product flow to convert Quip docs to Slack Canvases), but it won't cover everything
- No new Quip features or development will occur
- If you use Quip Live Apps (embedded Salesforce data in documents), those integrations will stop working
2. Timeline and shutdown phases
3. How to export your Quip data (step-by-step)
Export individual documents
- Open any Quip document
- Click the document title (or the ··· menu)
- Select Export
- Choose PDF (for formatted output) or HTML (for structured content that can be imported elsewhere)
- Repeat for spreadsheets — spreadsheets can also be exported as XLSX (Excel)
Bulk export via Quip API
For teams with many documents, the Quip API is the only way to bulk export. You'll need admin access and basic scripting ability.
- Generate a personal API token in Quip: go to your profile → Edit Settings → Personal API Access Token
- Use the
/1/threads/foldersendpoint to list all threads in each folder - For each thread, use
/1/threads/{thread_id}/export/pdfor/1/threads/{thread_id}/export/docxto download the document
# Example: list your private folder contents
curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://platform.quip.com/1/threads/folders/PRIVATE" | python3 -m json.tool
# Export a specific document as DOCX
curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://platform.quip.com/1/threads/THREAD_ID/export/docx" \
-o my_document.docx
Iterate through all folder IDs returned to get a complete export. Store everything in a structured folder hierarchy that mirrors your Quip workspace.
Salesforce in-product migration tool (coming)
Salesforce has announced it will release an in-product migration flow to convert Quip documents directly into Slack Canvases. This will include user and admin tools for exporting content to third-party applications. This tool is not yet available as of March 2026. Watch Salesforce's release notes and your Quip admin panel for when it ships.
Quip Live Apps (Salesforce-embedded content)
Quip Live Apps — dynamic content blocks that pull live Salesforce data (pipeline views, opportunity lists, Kanban boards) — cannot be "exported" as data. They are views into your Salesforce org. Before Quip shuts down:
- Document all active Live Apps by type (Salesforce Record List, Kanban, Calendar, etc.)
- Screenshot the current state of each Live App for reference
- Plan to recreate these views using Salesforce Reports & Dashboards, Slack's Salesforce integration, or your chosen replacement platform's CRM integration
4. What to save before it's gone
Complete Quip data inventory — check every item:
- All Quip documents (PDF, HTML, or DOCX export)
- All Quip spreadsheets (XLSX export)
- Embedded images and file attachments — download these separately from within each document
- Shared folder structures — document your folder hierarchy and permissions before it disappears
- Team workspaces and shared links — identify all external sharing links that reference Quip docs (these will break)
- Quip Live App configurations — screenshot and document each one
- Comment threads and annotations — comments on documents are NOT included in PDF/HTML exports; take screenshots if they contain important decisions or context
- Admin settings — list of all users, their permission levels, and team memberships
- API tokens and integrations — document any custom integrations or Zapier zaps that reference Quip
5. Alternative comparison
We evaluated the leading Quip alternatives on document collaboration capability, Salesforce integration depth, ease of migration, and pricing. Quip occupied a specific niche: collaborative docs + live CRM data. No single replacement covers that combination perfectly, so the right answer depends on your primary use case.
| Notion | Slack Canvas | Confluence | Google Workspace | Coda | |
|---|---|---|---|---|---|
| Best for | Teams wanting flexible docs + databases | Salesforce-heavy teams already on Slack | Engineering/technical teams on Jira | Teams already in Google ecosystem | Teams needing doc + app hybrid |
| Starting price | Free / $10/user/mo (Team) | Included in Slack Pro ($8.75/user/mo) | Free (10 users) / $5.16/user/mo | $6/user/mo (Business Starter) | Free / $10/user/mo (Team) |
| Docs + spreadsheets | ✅ Rich docs + databases | ✅ Canvas (docs), not spreadsheets | ✅ Strong docs, basic tables | ✅ Separate Docs + Sheets apps | ✅ Docs + tables + automations |
| Salesforce integration | Via Zapier / third-party | ✅ Native (Salesforce data in Canvas) | Via Atlassian connector | Via Salesforce connector | Via Zapier / Coda pack |
| Live data / databases | ✅ Native databases, filtered views | Limited (Salesforce records only) | Limited (macro-based) | ✅ Sheets with connected data | ✅ Strong — tables with formulas + live data packs |
| Real-time collaboration | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
| Import from Quip | HTML / DOCX import available | Native migration tool (coming) | DOCX import available | DOCX / HTML import available | DOCX import available |
| Ease of migration from Quip | ⭐⭐⭐⭐ Good | ⭐⭐⭐⭐⭐ Easiest (if on Slack) | ⭐⭐⭐ Moderate | ⭐⭐⭐⭐ Good | ⭐⭐⭐ Moderate |
| Closest to Quip? | ✅ Best overall replacement | ✅ Best for Salesforce teams on Slack | Good for technical teams | Familiar, simple, no lock-in | Best for doc + automation hybrid |
What we liked and didn't like about each
- Best overall match for Quip's doc + structured data combination
- Flexible databases replace Quip's spreadsheets effectively
- Strong templates for sales, project management, and knowledge base
- HTML and DOCX import makes migration feasible
- Large ecosystem of integrations and third-party tools
- Free tier generous; Team plan reasonably priced
- No native Salesforce Live App replacement — CRM data requires Zapier or third-party packs
- Can become disorganized without disciplined workspace structure
- Spreadsheet formulas less powerful than Excel/Google Sheets
6. Head-to-head: Quip vs. each alternative
How does each alternative compare to Quip on the features that mattered most to Quip users?
Quip vs. Notion
Notion is the closest overall replacement. Like Quip, it merges freeform text with structured data in a single document surface. Notion's databases are more flexible than Quip's spreadsheets. The main gap: Notion has no native Salesforce live data embedding. If you relied heavily on Quip Live Apps to pull CRM records into documents, you'll need Zapier or a Notion integration to approximate that workflow.
Quip vs. Slack Canvas
Slack Canvas fills the Salesforce integration gap that Notion misses. Canvas supports embedded Salesforce record lists, opportunity details, and account data directly in a document-like surface within Slack. It's the only alternative where native Quip Live App behavior can be approximated without third-party tools. The trade-off: Canvas is still maturing, and it does not replace Quip's spreadsheet functionality at all.
Quip vs. Confluence
Confluence is a stronger knowledge management system than Quip for technical teams. For sales and operations teams that used Quip for CRM-adjacent work, Confluence is not a natural fit. It lacks Salesforce integration depth and doesn't have a database/spreadsheet equivalent.
Quip vs. Google Workspace
Google Docs + Sheets covers Quip's core functionality in a familiar environment. The gap is the integrated workspace feel — in Quip, everything lived in one document. In Google, your docs, sheets, and slides are separate files in Drive. For teams that valued Quip's all-in-one document surface, this fragmentation is a real adjustment.
Quip vs. Coda
Coda is the most philosophical successor to Quip. Both products bet on the "doc as an app" concept: dynamic content, live data pulls, and automation rules inside a document canvas. Coda's Packs provide a Salesforce integration that allows record lookups, filters, and syncs inside a Coda doc. The barrier is adoption: Coda has a steeper learning curve and smaller community than the other options.
7. Our recommendation by use case
8. Migration walkthrough (6-week plan)
A realistic migration plan for most Quip teams. Adjust timelines based on your document volume and integration complexity.
- Export all Quip documents (PDF for reference, DOCX/HTML for import)
- Export all Quip spreadsheets as XLSX
- Document your folder structure and permissions
- Screenshot all Quip Live App configurations
- List all external sharing links that reference Quip (these will break)
- Identify your 20 most-used documents — these get migrated first
- Store exports in at least two locations
- Select your replacement based on the use case recommendations above
- Set up your new workspace with the same folder/space structure as Quip
- Import your top 20 documents (DOCX import or manual recreation for complex layouts)
- Test Salesforce integration (if applicable) with one pilot document or database
- Get pricing and procure licenses before your Quip renewal window closes
- Migrate remaining priority documents in batches
- Rebuild Live App equivalents (Salesforce reports, embedded data packs, or Zapier automations)
- Update any internal links that pointed to Quip documents
- Run a 30-minute team training session on the new platform
- Update onboarding docs and IT policies to reference the new tool
- Set a hard cut-over date: announce that Quip is no longer the primary workspace
- Redirect or archive all Quip external sharing links
- Keep Quip accessible in read-only reference mode for 30 days post-cutover
- After 30 days: allow your Quip subscription to lapse (do not renew)
- Confirm all exports are archived permanently before access ends
9. Frequently asked questions
Is Salesforce really shutting down Quip?
Yes. On March 5, 2026, Salesforce officially announced Quip is entering end-of-life. All Quip products (Starter, Advanced, Plus) are being retired. Existing subscriptions will remain active until they expire, but no renewals are permitted after March 1, 2027. Official announcement on Salesforce Help.
What happens to my Quip documents after the subscription ends?
Salesforce has confirmed a three-phase shutdown per account: Phase 1 (90 days after expiry): read-only mode — users can log in but not edit. Phase 2 (next 90 days): login blocked — no access at all. Phase 3 (~30 days): data deletion begins. You must export everything before your subscription lapses or you risk losing your data permanently.
Can I export Quip comments and annotations?
No. Quip's built-in export (PDF, HTML, DOCX) captures the document body only — not comments, inline annotations, or @mentions. If your team uses Quip comments as a decision record, screenshot those threads manually before migrating. This is the most common data loss risk in Quip migrations.
What will happen to Quip Live Apps embedded in Salesforce?
Quip Live Apps are views into your Salesforce data embedded in Quip documents. They cannot be "exported" — they are real-time queries. When Quip shuts down, these views disappear. You need to recreate equivalent views using Salesforce Reports & Dashboards, Slack's Salesforce integration, or your replacement platform's CRM connector.
When is the absolute final shutdown date?
Subscriptions cannot be renewed after March 1, 2027. The actual service shutdown depends on when each customer's subscription expires. Most annual contracts will lapse between Q2 2027 and early 2028. However, Salesforce retains the right to change this timeline. Do not plan around a date that could move earlier.
Is Slack Canvas a real replacement for Quip?
Partially. Slack Canvas covers document collaboration within Slack and can embed native Salesforce records — which is the closest functional equivalent to Quip Live Apps. However, Canvas has no spreadsheet equivalent, and its document editing is less mature than Quip's. If your primary Quip use case was CRM-embedded documents within a Salesforce + Slack workflow, Canvas is the strongest option. For general knowledge management, Notion or Confluence are better choices.
How do I bulk export all my Quip documents?
There is no one-click bulk export in the Quip UI. You have two options: (1) manually export each document one at a time via the document menu, or (2) use the Quip API to programmatically export all threads. The API approach requires basic scripting and a personal API token generated in Quip settings. For teams with more than 50 documents, the API approach is strongly recommended.
What's the best Quip alternative for a non-Salesforce team?
Notion. It's the most similar product philosophically: flexible docs + structured data in a single workspace. Import your Quip documents as DOCX, rebuild your folder structure in Notion, and you'll likely find the new workspace more powerful than what you had in Quip. Starting price is free for personal use or $10/user/month for teams.
Don't wait for the deadline rush
Quip's data deletion phases begin automatically when your subscription expires. Export your documents now, choose your replacement, and migrate on your own timeline — not Salesforce's.
View all sunset products →More from SunsetProof
We publish independent guides for SaaS products being sunsetted. Each one includes data export walkthroughs, honest comparisons, and realistic timelines.
Delighted Migration Guide →
Sunsetting June 30, 2026. Compare Zonka, Survicate, Retently, Simplesat, and AskNicely.
Microsoft Project Online Migration Guide →
Retiring September 30, 2026. Compare monday.com, Smartsheet, Asana, ClickUp, and Wrike.
Drift Migration Guide →
Salesloft is shutting down Drift. Compare Intercom, HubSpot Chat, Freshworks, Tidio, and LiveChat.
Workplace from Meta Migration Guide →
Shutting down June 1, 2026. Compare Microsoft Teams, Slack, Google Chat, Workvivo, and Simpplr.
SAP Marketing Cloud Migration Guide →
Sunsetting December 31, 2026. Compare Salesforce, HubSpot, Adobe, Braze, and Emarsys.
Atlassian OpsGenie Migration Guide →
Sunsetting April 5, 2027. Compare PagerDuty, incident.io, Better Stack, Grafana OnCall, and Squadcast.
SharePoint & Exchange Server Migration Guide →
EOL July 2026. Compare SharePoint Online, Google Workspace, Nextcloud, and Zoho.
Sophos UTM 9 Migration Guide →
End of life June 30, 2026. Compare pfSense, OPNsense, FortiGate, and Meraki.
QuickBooks Desktop 2023 Migration Guide →
End of support May 31, 2026. Compare QuickBooks Online, Xero, Zoho Books, and FreshBooks.
The SaaSpocalypse Is Real (Blog) →
Data analysis: 47+ enterprise SaaS tools sunsetting in 2025-2027.
SaaSpocalypse Survival Kit (Blog) →
Your checklist for navigating the wave of SaaS sunsets.
SaaS Sunsetting Survival Guide →
The universal playbook. Works for any tool, any category, any deadline.
SaaS Sunset Tracker →
Regularly updated list of all SaaS products being retired in 2025-2027.