Kilavuz Is Live Today
We released the first version of Kilavuz today. This post summarizes the parts the product was born with and what is coming over the next few weeks.
What does it do?
Kilavuz is a product for designing hierarchical question lists and exporting them as Markdown. A typical flow looks like this:
- Everyone on the team edits questions under the same project.
- A root question can host any depth of children.
- Questions are reordered by dragging and dropping.
- When the tree is final, the whole tree downloads as a single Markdown file.
This flow fits interview drafts, retrospectives, discovery notes, and QA checklists particularly well — which is why we use it in our own work.
What is in today’s release?
- Three plans: Free, Individual, and Team. The plan comparison is on the pricing page.
- Question-tree editing: Drag-and-drop reordering and soft delete. Deleting a question never orphans the children.
- Markdown export: The whole tree, with hierarchical numbering, downloads as a single file. The endpoint is documented in the API reference.
- Admin panel: User management, billing view, and audit records. Available only to admins.
- Cookie consent and language selection: Turkish is the default; English is available; the choice is stored in the browser.
Where to start?
- Open
https://kilavuz.appand sign up for an account. - Follow the steps in the Getting started guide to build your first question tree.
- If you have a question, reach out via the blog comments or by email.
What is next?
- Team collaboration: Conflict resolution for multiple people editing the same tree simultaneously.
- Templates: Starter templates for common trees (interviews, retrospectives, discovery).
- Export expansion: Beyond Markdown, export to JSON and OPML.
This roadmap will be shaped by feedback from the first teams using
the product. We welcome your feedback through the blog comments
or via hello@kilavuz.app; response time depends on volume.