Welcome to the Cosmify Documentation repository.
Cosmify is a powerful self-hosted platform designed to streamline the deployment and management of applications.
This repository contains the source code for the Cosmify documentation, which helps users navigate the platform's features and capabilities.
- Self-Hosted Deployment – Deploy applications and manage infrastructure effortlessly.
- Multi-Cloud Support – Works with various cloud providers or self-hosted environments.
- User-Friendly UI – A clean and intuitive dashboard for better usability.
- Database & Service Management (Coming soon) – Deploy and manage databases and essential services with ease.
- Automated Deployments (Coming soon) – Integrates with GitHub, GitLab, and other Git-based workflows.
- Security & Monitoring (Coming soon) – Built-in security measures and monitoring tools.
To set up the documentation site locally, follow these steps:
Ensure you have the following installed:
-
Clone the Repository:
git clone https://github.com/cosmify-dev/docs.git cd docs
-
Install Dependencies:
yarn install
To start the development server:
yarn dev
The site will be available at http://localhost:3000
.
To generate a production-ready build:
yarn build
To preview the built site locally:
yarn preview
We welcome contributions! If you’d like to improve the documentation:
- Fork the repository.
- Create a new branch (
feat/name
orfix/name
). - Make your changes and commit them.
- Submit a pull request.
See our Contributing Guidelines for more details.
Copyright © 2025 Alexander Padberg
This project is licensed under the Apache License, Version 2.0.
See the LICENSE file for details.
For support or inquiries, reach out via [email protected].