The Unfinishable Map Project

The Unfinishable Map is a philosophical content platform exploring the nature and meaning of life. The project combines human insight with AI-assisted research to build a coherent worldview expressed through structured content.

Architecture

The data flows through these components:

flowchart LR
    A[Obsidian Vault] --> B[Python Sync]
    B --> C[Hugo Content]
    C --> D[Hugo Build]
    D --> E[Static Site]
    E --> F[Netlify]

Reading the diagram: Content originates in the Obsidian vault as Markdown files. Python sync tools convert Obsidian-style wikilinks to standard Markdown links and copy files to Hugo’s content directory. Hugo then builds HTML pages from this content. The resulting static site is deployed to Netlify for hosting.

Project Structure

DirectoryPurpose
obsidian/Primary content source (Obsidian vault)
hugo/Static site generator and templates
tools/Python library modules for sync, LLM, generation
scripts/CLI entry points

Contributing

Content contributions follow the authorship tracking system documented in the project brief. Human edits and AI edits are tracked separately through frontmatter timestamps.