Current configuration options does not allow to set a name for each sandbox:
{
"sandboxes": ["vanilla", "new", "/examples/todomvc"]
}
So after they are published by the Codesandbox CI bot it's hard to distinguish which is which:

Would be cool to add names to each entry:
|Sandbox| Source |
|--|--|
|solitary-morning-4xcih| Configuration: Vanilla |
|quirky-gauss-0w133| Configuration: React |
|rough-flower-39fd3| Configuration: Vue |
|quirky-stallman-j4urs| Configuration: Angular |
No idea how the syntax could look like. Up to you.
Hey @wojciechczerniak ,
Thanks for your feature request! I guess the format should be quite straightforward:
{
"sandboxes": [
{
"id": "vanilla",
"name": "Vanilla"
},
{
"id": "new",
"name": "React"
}
]
}
We're currently doing some refactoring on CodeSandbox CI, and we can add this to the scope. I'll get back to you as soon as this is deployed and ready to use!
This issue has automatically been marked stale because there has been no activity in a while. Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason. After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.
Hey!
Thank you for bringing this to our attention, I have just added it to our internal backlog that we do want to make public but for now, it's all in notion.
I will be closing but to make sure what we have in GitHub is just issues and all our feature requests are tracked in our roadmap.
The people needed have also been pinged to make sure this gets done as soon as possible
Again, thank you!
Most helpful comment
Hey @wojciechczerniak ,
Thanks for your feature request! I guess the format should be quite straightforward:
We're currently doing some refactoring on CodeSandbox CI, and we can add this to the scope. I'll get back to you as soon as this is deployed and ready to use!