Skip to content
/ vyft Public

Vyft is an open source, all-in-one infrastructure toolkit designed to make self-hosting applications as easy and fast as possible. You can deploy any app in less than 5 minutes while maintaining full control over your infrastructure.

License

vyftlabs/vyft

Vyft

CI License: AGPL v3 npm version Node.js Version Coverage

Self-host without the hassle. Building the complete open source toolkit for startups and developers.

Installation

npm install -g @vyft/cli

Deploy

vyft deploy

What is Vyft?

Vyft is an open source, all-in-one infrastructure toolkit designed to make self-hosting applications as easy and fast as possible. You can deploy any app in less than 5 minutes while maintaining full control over your infrastructure.

Our mission is to empower startups and developers with everything needed to seamlessly run and manage software on your own servers. No need for a platform as a service, and no compromises on developer experience.

CLI Commands

Core Commands

vyft help                   # Show help information
vyft --version              # Show version

Provider Management

vyft provider add           # Add a new cloud provider
vyft provider list          # List configured providers
vyft provider remove        # Remove a cloud provider

Cluster Management

vyft cluster add            # Add a new Kubernetes cluster
vyft cluster list           # List configured clusters
vyft cluster use            # Set the current active cluster
vyft cluster current        # Show the current active cluster
vyft cluster remove         # Remove a cluster
vyft cluster scale          # Scale cluster up or down

Infrastructure Access

vyft ssh                    # SSH into cluster nodes

Development

git clone https://github.com/vyftlabs/vyft.git
cd vyft
pnpm install
pnpm dev

License

AGPL v3 - Use freely, but keep it open source.


Made with ❤️ in Sweden

About

Vyft is an open source, all-in-one infrastructure toolkit designed to make self-hosting applications as easy and fast as possible. You can deploy any app in less than 5 minutes while maintaining full control over your infrastructure.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published