AI-powered research intelligence layer for academic literature. Instantly evaluate papers, extract structured claims, and find open-access sources.
Live App · Blog / Manifesto · Privacy & BYOK · Settings · Issues
Evaluate any academic paper in under 30 seconds with verified bibliographic provenance.
Publisher Web Scraping · Crossref & OpenAlex Sync · BYOK AI Dossier Engine
Archyve is an intelligent academic research assistant that transforms complex academic papers into actionable research dossiers in seconds.
Researchers spend 15 to 30 minutes per paper switching browser tabs, searching metadata registries, and cross-referencing citations just to answer one question: “Is this paper worth a deep read?”
Archyve answers that question instantly by scraping paper metadata from publishers, validating facts against global registries, locating legal open-access PDFs, and extracting structured intelligence with your preferred LLM.
| 📑 Publisher Adapters | Automatic metadata & abstract extraction from IEEE Xplore, PubMed / PMC (NCBI), ScienceDirect / Elsevier, Springer Nature, JSTOR, and arXiv. |
| 🛡️ Provenance & Verification | Cross-validates publisher scraped metadata with official registries (Crossref, OpenAlex) to prevent AI hallucinations on paper facts. |
| ⚡ AI Research Dossiers | Generates structured breakdowns: executive summary, "Should I Read" decision matrix, core claims, methodology, limitations, and key findings. |
| 🔓 Legal Open-Access PDFs | Integrates Unpaywall and OpenAlex to locate legal open-access full-text PDFs and author preprints automatically. |
| 🔑 Private BYOK Architecture | Zero server-side API key retention. Your Groq or Gemini API keys stay encrypted directly in your browser's local storage. |
| 🧩 Browser Extension | Instant 1-click analysis directly from publisher paper pages without copying and pasting URLs. |
Get instant 1-click analysis directly on paper pages across IEEE Xplore, PubMed, PMC, ScienceDirect, Springer Nature, JSTOR, and arXiv:
- Instant Shortcut: Press Ctrl + Shift + H (or Cmd + Shift + H on macOS) on any supported paper page.
- Side Panel & Popup: View the executive summary, methodology, limitations, and recommendation scores right alongside the publisher article.
|
Evaluate papers in seconds using our hosted web app. Paste any paper URL or DOI, and receive an instant structured dossier.
|
Run the full monorepo locally with custom adapters, BYOK models, and the companion browser extension.
|
Publisher Paper URL / DOI
↓
Archyve Engine
│
├── 1. Publisher Adapters Scrapes raw metadata from IEEE, ScienceDirect, Springer, JSTOR, arXiv
├── 2. Verification Layer Cross-checks with Crossref & OpenAlex (title normalization, DOI matching)
├── 3. Open-Access Finder Queries Unpaywall for legal open-access PDF preprints
├── 4. AI Dossier Pipeline Executes ground-truth prompt with Groq / Gemini (BYOK)
└── 5. Related Works & Code Identifies connected literature and open-source GitHub repositories
Anti-Hallucination Provenance Protection: Archyve enforces ground-truth publisher metadata before passing context to AI models. Verified paper facts (authors, publication date, DOI, citations) cannot be overwritten by LLM hallucinations.
This repository is organized as an npm monorepo:
apps/web: Next.js web application powering the research dossier interface, streaming analysis pipeline, and API routes.apps/extension: Browser extension for instant analysis directly on publisher websites.packages/shared: Shared Zod schemas, TypeScript types, and validation utilities.
- Node.js 18+
- npm 9+
- (Optional) Upstash Redis & Supabase for caching and shared corpus storage
git clone https://github.com/hebuildapps/archyve.git
cd archyve
npm installCopy the example environment file in apps/web:
cp apps/web/.env.example apps/web/.env.localConfigure your environment variables:
# Optional server-side fallbacks (Users can BYOK in the UI)
GEMINI_API_KEY=your_gemini_api_key
GROQ_API_KEY=your_groq_api_key
# Optional caching & database
UPSTASH_REDIS_REST_URL=your_redis_url
UPSTASH_REDIS_REST_TOKEN=your_redis_token
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key# Build shared packages
npm run build --prefix packages/shared
# Start web app development server
npm run dev --prefix apps/webOpen http://localhost:3000 in your browser.
- Client-Side BYOK: Your AI API keys (Google Gemini / Groq) are stored locally in your browser (
localStorage) and sent only in direct request headers. - Zero Key Logging: Archyve does not persist, log, or track user API keys on any backend server.
- Open Access: Resolves papers through open scientific registries (Crossref, OpenAlex, Unpaywall).
- 🌐 Live Application
- 📝 Manifesto & Architecture Blog
- 🔒 Privacy Policy & Key Management
- 🛡️ Report an Issue
Archyve — Research intelligence for the next generation of discovery.