Skip to content

Dev Requests

Dev Requests is a built-in feedback board where you can report bugs and suggest features. It’s a community-driven way to shape solyto’s development.

Navigate to /dev-requests from the sidebar or go directly to the page. You’ll see a list of all submitted requests sorted by popularity.

  1. Click New Request
  2. Choose a type:
    • Bug — something is broken or not working as expected
    • Feature — an idea for a new feature or improvement
  3. Write a clear title and description
  4. Set a priority (1–5)
  5. Optionally attach a screenshot and a related URL
  6. Submit

For bugs, include steps to reproduce the issue, what you expected to happen, and what actually happened. For features, describe the problem you’re trying to solve.

Every user can vote on existing requests with up/down arrows. Your vote is tracked, and the score is shown. Voting helps prioritize what gets built next.

Leave comments on any request to add context, share workarounds, or discuss the idea with others. Press Enter to submit a comment, and the author is notified.

Requests are split into Current Requests and Resolved Requests, and move through statuses:

StatusMeaning
BacklogNewly submitted, awaiting review
PendingAccepted and scheduled for development
In ProgressCurrently being worked on
CompletedImplemented and shipped
CancelledNot planned — reason given in comments

If you self-host and don’t want to show the Dev Requests section, set the environment variable:

PUBLIC_DISABLE_DEV_REQUESTS=true

This hides the Dev Requests link from the sidebar and disables the route entirely. See Configuration for more details.

If you self-host and don’t want to show the Dev Requests section, set the environment variable:

PUBLIC_DISABLE_DEV_REQUESTS=true

This hides the Dev Requests link from the sidebar and disables the route entirely. See Configuration for more details.