Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby starter for an AI-powered Q&A site using OpenAI's text-davinci-003, Firebase auth/database, and MUI.

A Gatsby starter boilerplate with React and TypeScript for scaffolding fast static sites.

React web application demonstrating S-Analytics data collector integration for visitor behavior tracking.

Chopstick Boilerplate is a web project starter that combines Chopstick SCSS, Jekyll, and Gulp for static sites, styleguides, and prototypes.

A Gatsby starter using TypeScript and emotion for building static sites.
Gatsby-OpenAI-Firebase-starter is a Gatsby.js boilerplate that scaffolds an AI-powered Q&A database website using the OpenAI Node.js API, Firebase authentication, and Material UI.
It is a public starter repository for the Open AI Q&A project, a collection of questions asked by authorised members and answers generated by OpenAI's text-davinci-003 model. The template bundles Gatsby.js, openai-node, firebase, and mui, with topics including firebase-auth and firebase-realtime-database. The repository is published by GitHub user ys-sudo; the text-davinci-003 model itself is developed and maintained by OpenAI. The starter is described as ready for production apps aiming to bring top-edge technologies together with artificial intelligence, and a live example is available at open-q-and-ai.netlify.app/archives.
Clone the repository with git clone https://github.com/Ys-sudo/gatsby-openai-firebase-starter.git, then run yarn and gatsby develop to start at http://localhost:8000. Create an .env file with API keys from an OpenAI developer account (which provides a $18 grant) and a Firebase account, then deploy to Netlify with one click.
Yes. It uses the openai-node package and the text-davinci-003 model to generate answers. You need to create an OpenAI developer account and add your API keys to a .env file.
Yes. Firebase authentication is included, with firebase-auth listed among the repository topics. The README states authentication with Firebase is provided along with access restriction.
The starter has a one-click deploy option for Netlify, shown by the Netlify status badge in the README. You also need to create a Firebase account and connect it with the API keys.
The badge in the README indicates Node.js version 15 or higher is required.
Yes. The public Q&A archive project is live at open-q-and-ai.netlify.app/archives, and an early-access page is linked for those interested in developing the project.
