Introduction

Introduction

Welcome to CodePilot Docs! This is the place to find all the information you need to get started with CodePilot.

CodePilot is a SaaS boilerplate that allows you to speed up the development of your SaaS application. It comes with opinionated defaults, but it's also highly customizable.

Getting started

The following guide will help you get started with CodePilot.

To get started with CodePilot, you need to have a few things installed on your machine:

  • Node.js
  • npm or yarn (pnpm or other versions) as package managers
  • Docker (optional - when using a container Postgres database for running prisma migrations locally)