Introduction: Nobody Wants to Fill Out a Survey
So youâve set up Backstage, maybe even used Terraform to automate it, and now youâre waiting on feedback like itâs Uber Eats delivery and youâre starving.
Except⌠silence.
Why? Because youâre doing what everyone does: sending out emails, Slack reminders, or worseâa Google Form buried in a Notion page that hasnât been updated since the last intern rotation.
...Or maybe youâre not gathering feedback at all. Bold move. Just vibing and assuming silence means satisfaction? (Spoiler: it doesnât, but who am I to judge...)
If you actually want to know what developers think of your portal, you need to meet them where they already are: inside the portal itself
The Feedback Button That Changed Everything
Hereâs a trick that worked like magic: I added a âGive Feedbackâ button directly on the Backstage homepage. Nothing fancy, just a CTA that devs see every time they land there.
When clicked:
â˘âA modal pops up with a short form:
â˘âWhat do you want to see improved?
â˘âWhatâs broken or confusing?
â˘âOptional: your name (if youâre feeling bold)

When submitted:
â˘âThe form creates a GitHub issue in a dedicated feedback repo
â˘âAdds a label like user-request
or feature-suggestion
- Includes metadata like timestamp and maybe the page the user was on

And voilĂ âfeedback goes straight into a system devs already use and understand. No spreadsheets... No inbox chaos... Just structured, trackable, and visible input.
Other Creative (Non-Boring) Ways to Collect Feedback
Of course, this example is not the only option at your disposal - and really you are limited only by your imagination.
So here are some other ideas on how to improve user feedback (you welcome...):
1. Emoji Reactions or 5-Star Ratings on Docs Pages
Embed a simple thumbs up/down or star rating system on TechDocs pages. People will gladly click a star without writing an essayâand that still gives you signal on whatâs working.
2. Slack + Webhooks Integration
Set up a /feedback
slash command in Slack that posts to a feedback channel or triggers a GitHub issue creation via a webhook. Developers donât even have to leave Slack (which, letâs be honest, they wonât).
3. âWhatâs Missing?â Popups
After a user searches in Backstage and gets no results, show a light popup:
âDidnât find what you were looking for? Click here to request it.â
Boomâfrustration turned into actionable feedback.
4. Feedback Friday
Rotate maintainers to monitor feedback weekly and summarize the top 3 requests or issues. Put them in a Backstage announcement widget. Transparency builds trust, and it encourages more feedback.
Why This Actually Matters
Backstage is not a "one-click install" from 2009âitâs a platform that actually needs your attention.
And if youâre building a productâyes, even for internal usersâyou need a tight feedback loop.
When devs (or any users for that matter...) feel heard, they engage more. When they engage more, adoption grows. And when adoption grows, your Backstage instance goes from âyet another internal toolâ to âcritical dev productivity layer.â
So stop guessing what people want. Ask them. Better yetâmake it stupidly easy for them to tell you.