惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
博客园 - 【当耐特】
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
大猫的无限游戏
大猫的无限游戏
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
云风的 BLOG
云风的 BLOG
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
Y
Y Combinator Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
MyScale Blog
MyScale Blog
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I Built an Open Source AI Workspace for Paperless-ngx Bec...
Sadot Hdz · 2026-05-09 · via DEV Community

I Built an Open Source AI Workspace for Paperless-ngx Because I Wanted Document Intelligence

A few months ago, I started running into a problem that many developers and small teams probably already know:

We store a huge amount of documents everywhere.

PDFs. Notes. Contracts. Scanned files. Technical documentation. Personal archives. Random folders named final-final-v2.

And even after organizing everything with tools like Paperless-ngx, I still felt like something was missing.

I didn’t just want document storage.

I wanted document intelligence.

So I started building Taan Mind.


The idea

The main goal behind Taan Mind was simple:

What if your document archive could actually understand your files?

Instead of manually searching through folders or reading entire PDFs, I wanted a workspace where AI could:

  • understand documents
  • extract metadata
  • enrich OCR content
  • connect conversations with files
  • work with local-first AI models
  • stay self-hosted and privacy-focused

The result became an open-source AI workspace built around Paperless-ngx.


Why I built it

Most AI document tools today have one big issue:

They require uploading sensitive files to external cloud services.

For many people that’s fine.

But for developers, self-hosters, researchers, or small companies handling private data, that’s not always acceptable.

I wanted something that could work locally with tools like:

  • Ollama
  • local LLMs
  • Docker
  • self-hosted infrastructure

while still feeling modern and easy to use.


What Taan Mind does

Currently, the project includes:

  • AI-powered chat with document context
  • OCR processing pipelines
  • Metadata enrichment
  • KPI dashboards
  • Paperless-ngx integration
  • Local-first model support with Ollama
  • Multi-provider AI support
  • Docker-ready deployment

The frontend is built with:

  • Nuxt 4
  • Nuxt UI
  • Tailwind CSS
  • AI SDK

And the stack also uses:

  • Ollama
  • MuPDF
  • SQLite
  • Drizzle ORM
  • Docker Compose

The idea is to create a practical AI workspace instead of just another chatbot UI.

Website:
https://taan-mind.com/


One of the hardest parts

One of the most difficult things was balancing:

  • privacy
  • performance
  • OCR quality
  • AI context injection
  • local model execution

especially when trying to keep the project simple enough for contributors to run locally.

I also wanted the architecture to stay modular so future integrations like MCP servers, new AI providers, workflows, and automation can be added later without rewriting everything.


Why open source

I decided to make the project open source because I genuinely believe document AI should be transparent.

People should be able to:

  • inspect the code
  • run it locally
  • customize providers
  • choose their own models
  • own their data

I also think the self-hosted AI ecosystem is becoming incredibly important right now.

Projects like:

  • Ollama
  • Open WebUI
  • Paperless-ngx

have shown how strong community-driven tools can become.


What surprised me the most

The biggest surprise wasn’t the AI part.

It was how many people are searching for better ways to interact with their own documents.

Not just “chat with PDF” demos.

But real workflows like:

  • document organization
  • searchable archives
  • OCR pipelines
  • metadata automation
  • AI-assisted knowledge retrieval

That space still feels very early, and there’s still a lot left to build.


What’s next

Some upcoming ideas include:

  • better RAG pipelines
  • MCP integrations
  • workflow automation
  • semantic search improvements
  • more local model optimizations
  • collaborative document workflows

Final thoughts

This is actually my first post on Dev.to, so I wanted to share something I’ve genuinely been excited to build.

If you’re interested in:

  • self-hosted AI
  • open source
  • document workflows
  • local LLMs
  • Paperless-ngx
  • Nuxt
  • AI tooling

I’d genuinely love feedback from the community.

Links