EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Revornix
    Revornix icon

    Revornix

    Knowledge Management

    An open-source, local-first AI information workspace that collects fragmented inputs, turns them into structured knowledge, and delivers reports, podcasts, and notifications automatically.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Open-source self-hosted deployment or managed cloud workspace at app.revornix.com, free to use.

    Engagement

    Available On

    iOS
    Web
    API
    Browser
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementRetrieval-Augmented GenerationMCP Servers

    Alternatives

    Beever AtlasSiftOpenKnowledge
    Developer
    Qingyon Technology (Hangzhou) Co., Ltd.Hangzhou, ChinaEst. 2024

    Listed Aug 2026

    About Revornix

    Revornix is an open-source, local-first AI information workspace built by Qingyon Technology (Hangzhou). It ingests noisy streams of links, papers, audio, and screenshots, then converts them into structured knowledge, illustrated reports, and two-voice podcasts — all delivered through automated notifications. The entire stack (web client, gateway, API, async workers, trending feed, and docs site) is self-hostable, and a managed cloud workspace is available at app.revornix.com.

    What It Is

    Revornix is an AI-native knowledge management platform that covers the full pipeline from collection to delivery: ingestion → conversion → summarization → graph → podcast → notification. It targets researchers, analysts, content creators, and product teams who deal with high volumes of information and need a structured, searchable, and collaborative knowledge base. The platform is model-agnostic — any OpenAI-compatible provider can be wired in — and each processing stage (parsing, embedding, summarizing, podcasting, illustration) can use an independently configured engine.

    Core Architecture and Capabilities

    The platform is built as a microservices stack with distinct components:

    • Next.js web client — workspace UI and SEO-friendly public pages
    • FastAPI backend — auth, documents, sections, AI features
    • Celery workers — async embedding, summarization, graph updates, podcast generation, notifications
    • Go gateway — public-entry routing, anti-scraping, upstream failover
    • Hot-news service — trending aggregation from major platforms via DailyHotApi

    Key capabilities include multi-format ingestion (web pages, PDF, Word, Excel, PPT, plain text, audio), pluggable converters (MinerU, Jina, custom engines), vector retrieval via Milvus, and a personalized GraphRAG layer on Neo4j. The AI assistant (Revornix AI) grounds its answers on the user's documents and personal knowledge graph.

    MCP and Ecosystem Integration

    Revornix implements both sides of the Model Context Protocol: as an MCP client it can drive external MCP servers, and as an MCP server it exposes the user's library to MCP-aware tools through API routes grouped into common, document, section, and graph capabilities. The platform also supports the OpenClaw skill ecosystem via the revornix-publisher skill, which lets OpenClaw agents directly operate Revornix documents, sections, labels, and publishing flows. SDKs are published for Python (PIP) and JavaScript (NPM), and a Chrome extension handles browser-based collection.

    Deployment Model

    Revornix is designed for self-hosting with full data sovereignty. The local dependency stack (Postgres, Redis, Neo4j, MinIO, Milvus) can be bootstrapped with a single docker-compose-local.yaml. For users who prefer not to self-host, the managed workspace at app.revornix.com (with a mainland China mirror at app.revornix.cn) provides the same feature set. The license is a modified Apache 2.0 that permits commercial use with restrictions on multi-tenant SaaS deployments and logo removal.

    Update: v1.0.0-beta1

    The latest release is v1.0.0-beta1, published on June 11, 2026. The project has maintained a high release cadence since its April 2025 launch, with over 25 versioned releases documented in the blog. Recent versions have added MCP server capabilities, OpenClaw skill support, knowledge graph (GraphRAG) features, podcast generation, AI illustration embedding, and a trending headlines feed. The roadmap lists an iOS app (expected March 2026) and a WeChat Mini Program (expected May 2026) as upcoming additions. The GitHub repository shows active development with regular commits to the develop branch.

    Revornix - 1

    Community Discussions

    Be the first to start a conversation about Revornix

    Share your experience with Revornix, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free

    Open-source self-hosted deployment or managed cloud workspace at app.revornix.com, free to use.

    • Multi-format document ingestion
    • AI summarization and analysis
    • Vector retrieval and GraphRAG
    • MCP client and server capabilities
    • Podcast generation

    Capabilities

    Key Features

    • Multi-format ingestion (web pages, PDF, Word, Excel, PPT, plain text, audio)
    • Pluggable conversion engines (MinerU, Jina, custom)
    • Vector retrieval via Milvus
    • Personalized GraphRAG on Neo4j
    • AI assistant grounded on personal knowledge graph
    • Two-voice podcast generation from documents and sections
    • AI-generated illustrations embedded in long-form content
    • Daily digest sections (Day Sections)
    • MCP client and MCP server capabilities
    • OpenClaw skill support (revornix-publisher)
    • Browser extension for web collection
    • Python SDK and CLI
    • NPM/JavaScript SDK
    • Trending headlines aggregation
    • Sections for private, shared, or public knowledge curation
    • Rich Markdown editor (Tiptap) with tables, Mermaid, math
    • Multi-factor authentication (TOTP, passkeys)
    • Email, in-app, and push notifications
    • SEO-friendly public creator and document pages
    • Self-hostable full stack
    • Multilingual UI (English, Chinese)
    • Custom model configuration per feature
    • Audio transcription with speaker separation

    Integrations

    Milvus (vector database)
    Neo4j (knowledge graph)
    PostgreSQL
    Redis
    MinIO (object storage)
    MinerU (document conversion)
    Jina (document conversion)
    OpenAI-compatible LLM providers
    MCP (Model Context Protocol)
    OpenClaw skill ecosystem
    DailyHotApi (trending aggregation)
    Chrome browser extension
    Python PIP ecosystem
    Node.js/NPM ecosystem
    WeChat
    Discord
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Revornix and help others make informed decisions.

    Developer

    Qingyon Technology (Hangzhou) Co., Ltd.

    Qingyon Technology (Hangzhou) builds Revornix, an open-source, local-first AI information workspace that turns fragmented information streams into structured knowledge. The team develops the full stack — web client, API backend, async workers, Go gateway, and SDKs — and publishes it under an open-source license with self-hosting support. Qingyon emphasizes data sovereignty, model flexibility, and AI-native workflows across collection, analysis, and delivery.

    Founded 2024
    Hangzhou, China
    10 employees
    Read more about Qingyon Technology (Hangzhou) Co., Ltd.
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Beever Atlas icon

    Beever Atlas

    An open-source, self-hostable LLM wiki that turns Slack, Discord, Teams, and Mattermost conversations into a self-maintaining knowledge base with AI-powered Q&A and MCP support.

    Sift icon

    Sift

    A capture-first personal knowledge base that collects links, text, screenshots, and notes, then uses AI to process them into searchable, reusable knowledge pages.

    OpenKnowledge icon

    OpenKnowledge

    A beautiful, local-first, open-source AI-native markdown editor and knowledge base with built-in MCP, agent skills, and agentic search for use with Claude, Cursor, Codex, and other agents.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    138 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    107 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    168 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions