NODE 01 2026-01-14

Inserable Product Design Document v1.0 Alpha

1. Product Overview Product Name: Inserable Target Platform: macOS Tech Stack: Swift + SwiftUI Core Function: Manage image assets for Hugo blogs, auto-rename images, and generate Markdown image-reference text. Problem It Solves: Chaotic image organization, inconsistent naming, and tedious manual image reference writing in Hugo blogs. 2. Core Concepts 2.1 Hierarchy Inserable ├── Root Folder 1 │ ├── Session A (Folder A) │ │ ├── formatA_001.png │ │ ├── formatA_002.png │ │ └── ... │ ├── Session B (Folder B) │ │ └── ... │ └── ... └── Root Folder 2 ├── Session X (Folder X) │ └── ... └── ... 2.2 Core Relationships Concept Description Root Folder User’s Hugo image storage path, e.g. /Users/alex/myblog/static/images/. Up to 2 supported. Session 1:1 bound to one folder under a root folder. Session name = folder name. Image Image file inside a Session folder, named under unified rules. 2.3 Naming Rules Image naming format: <formatting_1>_<###>.<ext>

January 14, 2026
OPEN ENTRY ->