Saas screenshot

Saas

Author Avatar Theme by Akoskm
Updated: 7 Mar 2024
7 Stars

SaaS boilerplate with built-in multi-tenant support

Categories

Overview

The Remix + FusionAuth boilerplate is designed for individuals who want to quickly set up a Software as a Service (SaaS) using these technologies. The boilerplate provides a way to easily host a demo on a DigitalOcean droplet with 2GB RAM by following the provided instructions.

Features

  • Remix: Start your app in development mode and rebuild assets on file changes.
  • FusionAuth: Reset the FusionAuth system if desired, by running a specific command.
  • Multi-tenant Sign-up and Sign-in: Test the functionality of multi-tenant sign-up and sign-in by adding specific entries to the /etc/hosts file.

Installation

To install the Remix + FusionAuth boilerplate, follow these steps:

  1. Make a donation at https://github.com/sponsors/akoskm to obtain a DigitalOcean droplet with 2GB RAM for hosting the demo.
  2. Edit the /etc/hosts file and add the following entries:
    <IP_ADDRESS> saasbp.io
    <IP_ADDRESS> example.saasbp.io
    
    Replace <IP_ADDRESS> with the appropriate IP address to reach the site at http://saasbp.io:3000 and http://example.saasbp.io:3000.
  3. Reset the FusionAuth system if necessary, by running the provided command.
  4. Start the Remix app in development mode to rebuild assets on file changes.
  5. If you’re familiar with deploying node applications, the built-in Remix app server is production-ready. Deploy the output of the remix build command.

Summary

The Remix + FusionAuth boilerplate is a convenient solution for quickly setting up a SaaS using Remix and FusionAuth technologies. It provides features such as hot module reloading, multi-tenant sign-up and sign-in functionality, and easy deployment options. By following the installation guide, users can get started with their SaaS development in no time.