Skip to content
/ starter Public template

The starter template for quickly launching your full-stack web application.

Notifications You must be signed in to change notification settings

saaskitty/starter

Repository files navigation

starter

The starter template for quickly launching your full-stack web application using saaskitty.

Architecture

alt text

Prerequisites

  • Install Docker
  • Install NodeJS >= 22.0.0
  • Install Bun

Getting Started

  1. Install dependencies.
bun install
  1. Setup Postgres/Redis/S3/SMTP using Docker Compose locally.
bun app up
  1. Start the application in development mode.
bun dev

Tip

saaskitty simplifies your development process with a suite of powerful commands, accessible via bun app <COMMAND>.

alt text