
Key principles
😊 Simplicity
We use the most simple solutions in every part of the Ship. They are easier to understand, test, and maintain.📈 Product comes first
Our jobs from engineer to CEO only exist because there are customers who use the products we create. We encourage developers to focus on a product more than on technology. Get things done as quickly as possible with the Ship.🚀 Production ready
You can use Ship to create production-ready products. We prefer to use well-tested technologies.🥷 For developers
Ship is written for developers and easy to use and understand. We write documentation to explain how things work.Getting started
The best way to get started with Ship is to use Ship CLI to bootstrap your project.Next steps
Launch your project
We use Turborepo for managing monorepo. To run infra and all services — just run:npm start
🚀