# Zorid ## Docs - [Index schema](https://aidocs.zorid.app/architecture/index-schema.md): SQLite table layout and indexing algorithm Zorid uses to build a rebuildable derived cache of note metadata, fields, and backlinks. - [Kernel & plugin host](https://aidocs.zorid.app/architecture/kernel-and-plugin-host.md): How Zorid's non-disableable kernel and lazy-loading plugin host work together to run core plugins today and third-party extensions later. - [Package & API design](https://aidocs.zorid.app/architecture/package-api-design.md): Zorid's monorepo package boundaries, the public Plugin API surface for extensions, and the core Platform APIs that power kernel and plugin code. - [Plugin manifest](https://aidocs.zorid.app/architecture/plugin-manifest.md): Reference for the Zorid plugin manifest file, including identifiers, contributed commands and views, and the lazy activation triggers that load plugins. - [Storage model](https://aidocs.zorid.app/architecture/storage-model.md): How a Zorid vault lays out Markdown notes, .zbase view files, .ztype type definitions, plugin config, and the rebuildable SQLite index on disk. - [Zorid: open-source Markdown workspace with typed fields](https://aidocs.zorid.app/index.md): Zorid is an open-source, cross-platform Markdown workspace with typed frontmatter fields, embedded database views, and a lazy-loaded plugin system. - [Frontend stack and handoff](https://aidocs.zorid.app/product/frontend.md): Frontend handoff notes for Zorid's Vue 3, Vite, and Electron desktop shell, covering component conventions, build pipeline, and developer workflow. - [Product overview and v0 milestone](https://aidocs.zorid.app/product/overview.md): Zorid's product direction, the settled design decisions guiding the project, and the scope of work targeted for the v0 desktop milestone. - [Plugin power & shell UI extensibility](https://aidocs.zorid.app/product/v1-features/plugin-power-and-shell-ui-extensibility.md): How far Zorid plugins can reach into the desktop shell in v1, and which UI surfaces, panels, and commands become stable extension points for plugins. - [Templates (v1)](https://aidocs.zorid.app/product/v1-features/templates.md): Planned v1 templates feature for scaffolding Markdown note bodies and content blocks in Zorid, including why the work is deferred from the v0 milestone. - [Vision: a structured Markdown editor](https://aidocs.zorid.app/product/vision.md): Zorid's root vision for a modern, extensible, structured Markdown editor that treats typed fields and embedded database views as first-class concepts. - [Quickstart: clone, install, and run the Zorid desktop app](https://aidocs.zorid.app/quickstart.md): Clone the Zorid monorepo, install dependencies with pnpm, launch the Electron desktop app, and create your first typed note with an embedded view. ## Optional - [Documentation](https://mintlify.com/docs) - [Blog](https://mintlify.com/blog)