ZORD v0.0.1-alpha
Released β February 2026
π New Features
- Multi-AI assistant: Claude 3 (Anthropic), GPT-4 (OpenAI), Gemini 1.5 (Google) β use your own API keys
- Image upload for AI vision analysis (GPT-4 Vision, Claude Vision)
- Web3 cloud storage via IPFS / Pinata β permanent decentralized backup
- Real-time collaboration via WebRTC (peer-to-peer, no server)
- Multi-document manager with sidebar navigation
- Professional DOCX export (bold, italic, underline, headings, lists, colors, images)
- Digital signatures β insert pre-encoded or uploaded signatures
- Glyph panel β special characters with favorites
- Preferences pop-in with switch toggles (dark mode, spellcheck, invisible chars, typography corrections)
- Progressive Web App β installable on desktop & mobile
π§ Fixes critical
- IndexedDB persistence: fixed unconditional overwrite, beforeunload skipping saves, emergency backup premature deletion, migration data loss
maybeInitializeDefaultDocument() no longer wipes editor content after loading saved documents
- IDB fallback timestamp uses epoch instead of
new Date() β prevents empty doc from appearing "newer" than real data
- Dark mode switch toggles: knob now visible in dark mode (
dark:bg-neutral-900)
π¨ UI & UX
- Real A4 pagination (210Γ297mm) with live page thumbnails
- Responsive mobile toolbar + swipeable drawer + floating zoom controls
- Light/Dark theme with smooth transitions
user-select: none on all modals to prevent accidental drag/import
- Apply button closes preferences pop-in with visual feedback (processing β success β close)
π Details
Quill.js 1.3.6 Β· Tailwind CSS 3.x Β· Vanilla JS Β· IndexedDB + localStorage dual persistence Β· 30-step undo history
β Open ZORD
SUPER PRINT v0.0.3-alpha
Released β February 10, 2026
π New Features
- Scribus
.sla file import beta β text frames, shapes, polylines with automatic coordinate conversion and multi-page support
- Chemin de fer (page sorter) with drag-and-drop reordering + "Apply and close" button
- ODT import fully rewritten β structured parsing, list/table support, inline images extraction
- Pen Tool (BΓ©zier) β professional vector drawing, Illustrator/Figma-style handles
π§ Fixes critical
- Spread β Single mode: objects no longer lost β synchronous handler rewrite with safety snapshot and anti-overwrite protection
- Master page typography now applies correctly β
exitEditing() before serialization, forced visibility on textbox objects
- ODT/DOCX import crash fixed β
newPage() now creates synchronous temporary canvases instead of relying on async rendering
- IDML import: fallback selector for cross-browser compatibility + guard bypass fix for post-import save
- Assets panel memory leak:
applyCompFormat() now performs full document purge before applying new composition
deepCleanupCanvas(): no longer destroys image sources (_element.src = '' removed)
- View mode (single/spread) now persisted across all 8 save/load points
- Page numbering settings: proper defaults for legacy projects
π¨ UI & UX
- A4, A5, Letter + custom dimensions with configurable margins and bleed
- Single page & Spread (double-page) display modes
- Pasteboard (extended work area) around pages
- Drawing tools: text, image, rectangle, circle, star, freeform, SVG import
- Object manipulation: transform panel, proportional lock, grouping, z-index layers
π Details
Fabric.js 5.3.0 Β· jsPDF Β· JSZip Β· PDF.js Β· Paper.js Β· Mammoth.js Β· Hypher Β· ~36,580 lines JS
β Open SUPER PRINT