Skip to content

paralect/ship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ship

license PRs Welcome

Watch on GitHub Star on GitHub Follow Tweet

The Ship is a toolkit for makers to ship better products faster πŸš€.

It is based on several open-source components, resulting from years of hard work Paralect team. We carefully select, document, and share our production-ready knowledge with you. Our technological choices are based on the following main tools: Next.js, React Query, React Hook Form, Mantine UI, Koa.js, Socket.IO, MongoDB, Turborepo, Docker, Kubernetes, GitHub Actions and TypeScript.

We encourage developers to share production-ready solutions and help business ship something people need as quickly as possible.

Features

  • Full-stack boilerplate tested on production projects πŸ”₯
  • Customizable UI components library 🧱
  • Email/password and Google Oauth authentication πŸ”
  • Multiple environments support πŸ“
  • Reactive MongoDB configuration with CUD events publishing πŸƒ
  • Kubernetes and DO Apps deployment for AWS and Digital Ocean platforms ☁
  • Turborepo packages sharing 🏎
  • Files upload to cloud storage πŸ—ƒ
  • Sendgrid and React Email emails πŸ“§
  • Websockets πŸ”Œ
  • Database migrations πŸŒ–
  • CRON jobs ⏰
  • Logging and monitoring πŸ“ˆ
  • Code linting and testing βš™οΈ
  • CI/CD πŸ€–

Examples

  • Stripe payments and subscriptions πŸ€‘

Quick Start

npx create-ship-app@latest init

Why Ship?

Shipping is crucial part of any new product. The quicker you ship, the more time you have to validate your hypotheses. The quicker you validate your idea, the sooner you know if you're building what people want.

In the rush, developers often ignore quality. Backups, monitoring, proper data validation and many other things seems not so important in the beginning. Sometimes you're lucky, sometimes not.

We believe we could ship great products faster, while maintain decent quality and have a plan for scaling when hypotheses where right.

Core concepts

  • We automatically build ship out of the number of smaller components. Our ultimate goal is too keep only parts your need for your product development.
  • Every component is kept is tiny as possible to simplify maintenance and stay up to date with new releases.
  • Ship is always in a production-ready state. We test every release manually to make sure great developer experience. We use ship to build our products, see more here.

License

Ship is released under the MIT License.

Contributing

Join us and share something developers need πŸ‘Œ.