We all know that Glitch is planning to release a paid plan and along with other sweet new features, but I would like to propose a few changes to the UI (and other stuff) of Glitch. These may or may not be there for the new updates Glitch are planning to roll out, but I hope to see them soon!
Although an official #announcements was made about emailing Glitch at support@glitch.com for custom domain removals, etc, many users still ask for custom domain removals and suspended projects here in this forum. I think this can be eliminated by a small change in the UI, which can result in the user directly emailing support@glitch.com. Something like this:
We could have a feature to star Glitch projects, much like GitHub’s starring system.
The older projects view of Glitch was much better as it had many featured projects under several categories, which also kind of made the homepage look more ‘alive’. I prefer the old view rather than the current homepage, which looks rather dull, with only 3-4 featured projects at a time.
All projects should have the option to add tags, which can easily sort projects into different catgories and users can query according to their tags.
An ‘Explore’ page would be nice where different projects by different users are shown. The projects can be filtered (according to stars, most popular, etc.) and the content of the ‘Explore’ can change according to the user’s preferences.
The new Account settings page should have more options and preferences. In fact, I think, that is where the option to change your name, username, and description.
All this being said, I think Glitch should be more notification based.
These ideas might be huge, but I hope to see them soon!
Way to go on the suggestions. Here are some of mine…
Analyze the most popular nodejs modules to provide autocomplete for them
Instead of opening the terminal in a new window or the logs, add the option to “pop-out” the window into a popout.
Make a find and replace function(maybe it already exists)
Put up some nice graphs of cpu, disk, ram usage.
Make something that pings your project internally(so behind the reverse proxy) when it’s up and display how fast the ping was.
Put the user in control of the reverse proxy. Allow them to choose which port to be reverse proxied(and never anything under port 1000).
Instead of displaying code in the editor area there could be a mode where your files are displayed in grid and you can click folders to switch directories. Clicking a folder shows it’s contents, clicking a file relaunches the file editor.
Display alerts when your caps lock is on or when your insert key is on(I hate accidentally turning it on).
New one:
Allow the creation of temporary projects on a user account which automatically get deleted after 2 days unless you un-temporary it for testing cool things