# Ophel Atlas ๐Ÿš€ > Turn AI chats into documents you can read, navigate, and reuse Language: English | ็ฎ€ไฝ“ไธญๆ–‡
Ophel Logo

โœจ Turn Conversations into Knowledge, Not Just History โœจ

No more getting lost in endless scroll. Clarify context with real-time Outlines, Build your system with Conversation Folders, Refine experience with the Prompt Library, Let sparkling thoughts flow freely in order.

๐Ÿ‘‡ Demo: From "Infinite Scroll" to "Navigable AI Documents" ![Ophel Demo](./docs/media/demo/outline.gif)

Making AI chat a truly organizeable workflow for the first time

No matter which of these platforms you use, Ophel lets you organize conversations into reusable workflows with a consistent, unified experience.

ChatGPT Gemini Claude AI Studio Gemini Enterprise Grok
Doubao DeepSeek Kimi Z.ai ChatGLM Qianwen Qwen Studio Yuanbao ima
Version License Last Commit Stars Forks
Chrome Web Store Edge Add-ons Firefox Add-ons Greasy Fork

๐Ÿ“ฃ Help promote Ophel Atlas

Demo โ€ข Core Features โ€ข Quick Start โ€ข Support Ophel Atlas โ€ข Get Involved

๐ŸŒ English | ็ฎ€ไฝ“ไธญๆ–‡ | ็น้ซ”ไธญๆ–‡ | ๆ—ฅๆœฌ่ชž | ํ•œ๊ตญ์–ด | Deutsch | Franรงais | Espaรฑol | Portuguรชs | ะ ัƒััะบะธะน

## ๐Ÿ“น Demo | Outline | Conversations | Features | | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | | | | | ## โœจ Core Features > Ideal for learning, research, requirements analysis, code discussions, content creation โ€” any AI conversation that needs structure, order, and reuse.
Feature Description
๐Ÿงญ Smart Outline Auto-parse conversation structure into a navigable TOC with hierarchical collapse, search, anchors, bookmarks, outline copy, and word counts
๐Ÿ’ฌ Conversations Folders + tags for dual-dimension management, auto-sync from source sites, search, batch ops, and drag-to-reorder
๐Ÿ“ค Export Multi-format export (Markdown/JSON/TXT), zip packages with images and attachments, segmented export for precise content extraction
๐Ÿ’ก Prompt Library Variable templates, categorization, one-click insert, prompt chains and queue for automated sequential sending, selection quote actions
๐Ÿ” Global Search Unified search across conversations, outlines, prompts, and settings with folder: tag: date: syntax filters and fuzzy matching
๐Ÿ“– Reading Mermaid diagram rendering, LaTeX formula support, user question Markdown styling, scroll lock
โŒจ๏ธ Productivity Reading history restore, custom shortcuts, model lock, enhanced tab naming, AI completion notifications
๐ŸŽจ Themes 20+ themes, custom CSS, widescreen mode, Zen mode, Option+D to toggle dark/light
๐Ÿ”’ Privacy & Data Local storage by default, WebDAV multi-device sync, file import/export, zero data collection

๐Ÿ“– Full Documentation โ†’

> [!IMPORTANT] > > **Ophel Atlas** puts privacy first: local by default, your data stays in your control. > > - **Local by default:** settings, prompts, and conversation management data are stored in your browser > - **No account required:** use it without signing up > - **Permissions on demand:** optional permissions are requested only when needed and can be revoked anytime (see the Permissions page in the extension) > - **Optional WebDAV sync:** use your own WebDAV for multi-device consistency (controllable, portable) > - **Export & backup:** export and migrate to avoid lock-in > > _Support for specific AI sites depends on site matching and page structure changes_ ## ๐Ÿš€ Quick Start > [!tip] > > **We highly recommend using the Browser Extension version** for a more complete feature set, better experience, and higher compatibility. The Userscript version has limitations. Chrome Web Store Edge Add-ons Firefox Add-ons Greasy Fork
Manual Installation (Offline or Restricted Access) #### Browser Extension 1. Download & unzip from [Releases](https://github.com/urzeye/ophel/releases/latest) 2. Open browser extensions page, enable **Developer mode** 3. Click **Load unpacked** and select the unzipped folder #### Userscript 1. Install [Tampermonkey](https://www.tampermonkey.net/) 2. Download `.user.js` file from [Releases](https://github.com/urzeye/ophel/releases) 3. Drag into browser or click the link to install
## ๐Ÿ™Œ Support Ophel Atlas ### ๐Ÿ’– Angel Support

treasuresure
treasuresure

### ๐ŸŒŸ Supporters
Hugh
Hugh
**ๅ—
**ๅ—
anonymous
anonymous
็‹ทๅฎข่กŒ่ˆŸ๐Ÿœ็‹‚๏ผŸ
็‹ทๅฎข่กŒ่ˆŸ๐Ÿœ็‹‚๏ผŸ
**็…œ
**็…œ
Ice_wilderness
Ice_wilderness
Jeff Peng
Jeff Peng
 ็ซๅŽๅ…ฐๆจฑ
็ซๅŽๅ…ฐๆจฑ
Lewu Gao
Lewu Gao
Will
Will
Steel Maestro
Steel Maestro
Count Basil
Count Basil
anonymous
anonymous
---

If Ophel Atlas has sparked joy in your workflow or saved you valuable time, consider fueling its journey with a Star or a Sponsor. โ˜•๏ธ

Sharing is just as powerful: We'd be thrilled if you shared your experience on Linux.do, Reddit, X, or YouTube. Every piece of feedback and every shoutout helps Ophel grow!

Buy Me a Coffee at ko-fi.com

WeChat Pay
WeChat Pay
Alipay
Alipay
urzeye's Afdian Profile
Afdian
## ๐Ÿค Get Involved

"If you want to go fast, go alone. If you want to go far, go together."

Thanks to the Linux.do community for the discussions and support. Many ideas and improvements in this project came from feedback shared by community members.
We also look forward to more developers joining us. If you are not familiar with the codebase, check out the documentation or use AI assistants to get up to speed quickly:

Official Docs   Ask DeepWiki   Ask Zread

Report Issue   Submit PR

๐Ÿ’ป Local Development Guide
**Requirements**: `Node.js >= 18.x`, `pnpm >= 9.x` ```bash # 1. Clone the repo and enter the project directory git clone https://github.com/urzeye/ophel.git cd ophel # 2. Install dependencies pnpm install # 3. Start development server (supports browser extension HMR) pnpm dev # ======== Build and Package ======== # Build production versions for respective browsers pnpm build # Build Chrome extension pnpm build:firefox # Build Firefox extension pnpm build:all # Build for all platforms # Package into distributeable archives (.zip) pnpm package # Package Chrome extension from existing build pnpm package:firefox # Package Firefox extension from existing build pnpm package:all # Package all platforms # ======== Userscript Development ======== pnpm build:userscript:local # Build userscript for local debugging pnpm serve:userscript:assets # Serve static assets locally ```
> [!TIP] > ๐Ÿ’ก **Contribution Guidelines**: Before submitting a PR, we recommend forking the repo, creating a new branch, and ensuring your code passes `pnpm lint:check` and `pnpm typecheck`. --- ๐ŸŒŒ _Open source is powered by the stars of its community._ Our deepest gratitude to the amazing individuals below. Your contributions make this repository shine brighter.
ๅฐ i ๅŒๅญฆ
ๅฐ i ๅŒๅญฆ
๐Ÿ’ป ๐Ÿค” ๐Ÿš‡
treasuresure
treasuresure
๐ŸŽจ ๐Ÿ’ต
ๅŽปๅนดๅคๅคฉ
ๅŽปๅนดๅคๅคฉ
๐Ÿ’ป
Jianglang
Jianglang
๐Ÿ’ป ๐Ÿ›
Felix Liu
Felix Liu
๐Ÿ’ป
Madoka
Madoka
๐Ÿ’ป
Lin Zit Ting
Lin Zit Ting
๐Ÿ’ป
joevalleyfield
joevalleyfield
๐Ÿ’ป
hugo2233
hugo2233
๐Ÿ“ฃ
t0ny-peng
t0ny-peng
๐Ÿ’ป
mrpops2ko
mrpops2ko
๐Ÿ’ป
Suxixihuanni
Suxixihuanni
๐Ÿ“ฃ
Ice-wilderness
Ice-wilderness
๐Ÿ’ป ๐Ÿ›
Gitoffthelawn
Gitoffthelawn
๐Ÿ“–
Dr. Sri Harsha Guthikonda
Dr. Sri Harsha Guthikonda
๐Ÿ’ป

## โญ Star History
Star History Chart

Made with โค๏ธ by urzeye GPLv3 License