Cloud storage decision
Zotero Storage
A small team can implement a usable personal storage + sync service for PDFs and metadata, but reproducing Zotero’s integrations, citation-style breadth, and polished PDF UX is substantially more work and not covered by a minimal DIY replacement.
Visit website↗Open-source builds that already do this
Every project below is open source and already does this job today. Fork one, self-host it, or take the parts you need — the build prompt further down assumes an empty file, and this is the shortcut past that. Licences differ; check the one on each card before you ship.
Code Zotero Storage publishes itself
Not a way out of the subscription — these are the vendor’s own repositories. Worth a look for how they build, and for anything you would have to integrate with.
- zotero/zotero★14,892 GitHub starslicence unclearZotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share your research sources.↗
- zotero/translators★1,670 GitHub starsZotero Translators↗
- zotero/zotero-connectors★735 GitHub starslicence unclearChrome, Firefox, Edge, and Safari extensions for Zotero↗
- zotero/zotero-android★676 GitHub starslicence unclearZotero for Android↗
What a replacement has to do
- Host a service that accepts bibliographic metadata and file uploads, stores metadata and files, and serves them to a web UI and a sync API.
What it still won’t have
- Zotero’s Word/LibreOffice/Google Docs integrations and 9,000 citation styles
- Built-in PDF reader and related UX
- Groups/collaboration features integrated with Zotero accounts
- Open-source community contributions and nonprofit governance
What remains hard
- Product polish and ongoing maintenance
First-year cost
No published price
Zotero Storage does not publish a price we could read, so there is nothing to compare against. What building costs is below.
Money you would actually spend
Time you would spend
—
What you would spend
What we assumed
The verdict above measures whether you could build it. This one is only about money.
Runnable build prompt
Build a minimal Zotero-like storage service using PostgreSQL, an S3-compatible bucket, Node.js (Express) backend, and a React frontend. In scope: user signup/login, per-user metadata CRUD (title/authors/date/attachments), file upload to S3 with server-side virus-scan placeholder, a REST sync endpoint returning change lists, web UI to browse/search records and view PDFs, background worker to extract PDF metadata and thumbnails, per-user storage quota enforcement, and tests for API endpoints. Out of scope: Word/Google Docs plugins, mobile apps, citation-style library import. Include error handling, logging, and automated tests; provide a Docker Compose dev setup and deployment instructions for a single small VPS and S3 bucket.
How we checked
How the score was reached
- Partly verdict base52
- An open-source build was found+5
- 5 cited sources+3
- Evidence score60
The base comes from the verdict. Everything under it is a check that either happened or did not, and each one is a fact frozen in this record rather than a judgement made at render time — so the same evidence always produces the same number.
How scoring works →Cited sources · 5
Every page the run actually retrieved.
- official productZotero | Your personal research assistant
- official pricingZotero Plans
- official docsZotero Documentation
- open sourcecloudreve/cloudreve
- open sourcehaiwen/seafile
Integrity checks
What held up, and what did not.







