the roadmap on the twig website is powered by markdown files and Supabase for vote tracking.
create a new markdown file in /content/roadmap/:
---
slug: your-feature-slug
title: your feature title
description: A short description of what this feature does.
status: planned
order: 5
---
planned, in_progress, shippededit the markdown file directly. changes to title, description, status, and order take effect on deploy.
important: don't change the slug after launch - it's used to track votes. changing it will reset the vote count.
delete the markdown file. votes for that slug will remain in the database but won't be displayed.
votes are stored in Supabase. to view them:
to export emails for a specific feature, filter by item_slug and export as CSV.