Welcome to Nephelios, an open-source Platform as a Service (PaaS) solution designed to simplify application deployment and management in the cloud. Our platform enables developers to focus on writing code while we handle the infrastructure complexities.
Nephelios is a modern PaaS that automates the deployment, scaling, and management of applications. Whether you're deploying a simple web application or a complex microservices architecture, Nephelios provides the tools and infrastructure to make your deployment process seamless.
- 🚀 One-command application deployment
- 🔄 Automatic scaling and load balancing
- 💻 Support for multiple programming languages and frameworks
- 🔧 Built-in monitoring and logging
- 🛠️ Developer-friendly web interface
- 🔐 Secure by default
Our platform currently consists of two main components:
The core platform that contains:
- RESTful API service
- Application deployment handling
- Resource management
- Service configuration
- Platform metrics
- Container orchestration
Command-line interface for:
- Deploying applications
- Managing resources
- Monitoring deployments
To begin using Nephelios, follow these steps:
- Set up the core platform:
git clone https://github.com/Nephelios/nephelios.git
cd nephelios
# Follow setup instructions in repository README
- Run the docker compose:
docker compose up
We welcome contributions to any of our repositories! Here's how you can help:
- Pick a repository you want to contribute to
- Fork the repository
- Create a new branch for your feature
- Submit a Pull Request
Please read our Contributing Guidelines for more details.
- Rust 1.70.0 or later
- Docker
- Git
Join our community and get involved with Nephelios development:
- GitHub Discussions - Technical discussions and community support
- Documentation - Official documentation
- Issues - Bug reports and feature requests
Nephelios is currently in active development. Here's what's ready:
✅ Basic API functionality
✅ Web interface
✅ Monitoring and logging
✅ Auto-scaling
🚧 CLI Tool (deprecated, needs and update)
All Nephelios repositories are licensed under the MIT License - see the individual repository LICENSE files for details.
- GitHub Issues: Please use the appropriate repository for bug reports and feature requests
Built with ❤️ by the Nephelios team