shubhampatil871 / quest-dashboard-starter-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAAS GPT Guide

Welcome to our SAAS GPT! This guide will walk you through the steps to fork and set up your own website with minimal changes. Our template is designed to be easy to use and customizable to suit your needs.

Getting Started

Step 1: Create your SAAS Template using AI

Step 2: Fork from Github

  • Fork the SAAS GPT from our Github repository.
  • Open the forked repository in your preferred Integrated Development Environment (IDE).

Step 2: Setting up Credentials

  • Visit app.questlabs.ai/login and log in.

  • Once logged in, access the admin panel where you'll find the settings option.

    image

  • In the settings page, navigate to the organization tab to find your QUEST_API_KEY, and QUEST_ENTITY_ID.

  • Copy these credentials and navigate to the forked folder where you'll find a file named appConfig.

  • Paste the copied credentials into the appConfig file.

image

Components Setup

Login

Email Login

  • No additional steps required for email login.

Google Login

  • Create Google credentials. Follow our documentation on how to create Google OAuth.

  • Ensure the redirect URI is set to "http://localhost:3000/login/" for testing and change later.

  • Copy the clientId and clientSecret from the Google Developer Portal.

  • In the settings section of the admin panel, go to the integration tab and find Google.

    image

  • Click on connect and enter the clientId and clientSecret in the popup window. Save the changes.

    image

  • Add the same GOOGLE_CLIENT_ID and GOOGLE_REDIRECT_URI to the appConfig file.

    image

You're All Set!

With these steps completed, your SAAS GPT is ready to use. Feel free to explore and customize further to create the perfect website for your needs. If you have any questions or need assistance, don't hesitate to reach out to our support team. Happy building!

About


Languages

Language:JavaScript 93.3%Language:CSS 6.5%Language:HTML 0.2%