refactoringhq/tolaria — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a desktop app like Tolaria for managing a personal markdown knowledge base.

I want users to open or create a local folder of plain markdown notes, treat that folder as their vault, and browse, search, edit, and organize notes without needing an account or cloud service. The files should stay portable, with normal markdown and YAML frontmatter, so they can still be used in other editors.

Make it work offline first on macOS, Windows, and Linux. It should feel fast with large vaults, be keyboard friendly, and have a clean layout with a sidebar for navigation, a main markdown editor, search, and a command palette. Each vault should be git friendly so people can keep history and use their own remote if they want.

Also include a simple first launch flow, maybe with an option to clone or open a starter vault, plus basic docs for running the app locally. Use Tauri, React, and TypeScript if that fits. Look up current docs online if you need to.

Want more depth? Deep Reverse