Launched this week

VELO Server
Portable local development platform for Windows
7 followers
Portable local development platform for Windows
7 followers
VELO Server is a portable local development platform for Windows that makes web development quick and easy. It includes PHP, Nginx, MariaDB, Node.js, Python, Go, and other popular tools in one place. You can create and run WordPress or Laravel projects with just a few clicks, share your local site using Cloudflare Quick Tunnel, and carry your entire development environment anywhere-no complicated installation or setup required.






Native support for Docker containers would be amazing, so we can define a docker-compose.yml per project and spin up extra services like Redis or Elasticsearch without leaving the app.
@linaj1ba That's a great idea! Docker support is definitely on my roadmap. My goal is to let developers manage containers without adding unnecessary complexity, so project-specific docker-compose.yml support would fit really well. Thanks for the suggestion!
Having built-in support for database version switching would be super useful, like being able to jump between MariaDB 10.6 and MySQL 8 without manually editing configs. Also curious if you could add a simple health check dashboard that shows resource usage for each running project at a glance.
@idembykkal6r3h Thanks for the feedback! Database version switching is something I've been thinking about, and I agree it would make testing across different environments much easier. I also like the idea of a built-in health dashboard showing CPU, memory, and service status for each project. I'll definitely keep both ideas in mind as VELO Server evolves.