What problem does this solve?
Currently, after a roadmap is generated, users who want to:
Save it in Google Docs.
Share it with friends.
Paste it into ChatGPT or another AI tool.
Keep it for future reference.
but here they have to manually select all the text and copy it, which is inconvenient, especially on mobile devices.
Proposed solution
Add a "Copy Roadmap" button that:
Copies the entire roadmap with one click.
Shows a success message like "Roadmap copied successfully!"
Works on desktop and mobile.
Alternatives considered
Users can manually select and copy the roadmap content, but this becomes inconvenient for long roadmaps and is particularly difficult on mobile devices. A dedicated "Copy Roadmap" button would provide a faster and more user-friendly experience.
Which part of the app does this affect?
Homepage and form
Estimated complexity
Small (a few lines of CSS or JS)
Before submitting
What problem does this solve?
Currently, after a roadmap is generated, users who want to:
Save it in Google Docs.
Share it with friends.
Paste it into ChatGPT or another AI tool.
Keep it for future reference.
but here they have to manually select all the text and copy it, which is inconvenient, especially on mobile devices.
Proposed solution
Add a "Copy Roadmap" button that:
Copies the entire roadmap with one click.
Shows a success message like "Roadmap copied successfully!"
Works on desktop and mobile.
Alternatives considered
Users can manually select and copy the roadmap content, but this becomes inconvenient for long roadmaps and is particularly difficult on mobile devices. A dedicated "Copy Roadmap" button would provide a faster and more user-friendly experience.
Which part of the app does this affect?
Homepage and form
Estimated complexity
Small (a few lines of CSS or JS)
Before submitting