NexBase Documentation

A comprehensive guide to building your SaaS application with NexBase. This documentation is exclusively available to licensed users.

Comprehensive Guide

Detailed documentation covering every aspect of the boilerplate, from setup to deployment.

Licensed Access

Exclusive access to source code and documentation for licensed users only.

TypeScript Ready

Built with TypeScript for better developer experience and type safety.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js 18 or later
  • pnpm (recommended) or npm
  • PostgreSQL database
  • Git

Installation

After purchasing NexBase, you'll receive access to the private repository. Clone it using:

git clone https://github.com/Yeema-Co/nexbase-ts.gitcd nexbase-tspnpm install

Next Steps

1. Configure Environment

Set up your environment variables following the Environment tab.

2. Database Setup

Configure your database connection and run migrations.

Need help? Open an issue on GitHub.