01Personal project · Academic writing
ZLEditor
LaTeX, references and PDF previews in one place. A local environment for writing and reviewing academic work.
Python / FastAPI / CodeMirror / LaTeX
Inside the project — ZLEditor
- The context
- Writing a paper means switching between an editor, compiler, bibliography and PDF. I wanted to bring this workflow closer to the experience of a code editor.
- My contribution
- I developed the browser-based editor, local compilation, PDF preview and bibliography workflows, with optional Zotero integration and AI assistance.
- Technical decisions
- Python/FastAPI and CodeMirror 6 separate the local service from editing. LaTeX runs on your own machine; AI assistance is optional and depends on the configured provider.
- Where it stands
- In development since April 2026, with public code. Editing, compilation, previews and bibliography integration are already part of the tool.

