Cloud

screenshot of Cloud
svelte

Self-hosted cloud using WebAssembly

Overview

This project is a self-hosted cloud solution that allows users to deploy and run serverless functions, host websites, and manage storage from their own infrastructure. It aims to promote decentralization and is currently under active development.

Features

  • Functions (with Wasmer): Run serverless functions on your own infrastructure, avoiding vendor lock-in and expensive cloud costs.
  • Serverless websites (with WASIX): Easily and efficiently host your own websites.
  • Storage: Manage file storage in your self-hosted cloud.

Summary

This project provides a self-hosted cloud solution that allows users to deploy and manage serverless functions, host websites, and handle storage. It is currently in active development, with planned features including a database for small to medium applications, authentication module, and logging module. To install, download the latest executable from the GitHub releases and follow the provided instructions. For support, raise an issue on GitHub. Stay updated with the latest news and updates by following the developer on YouTube.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.