Made with Supabase

Boilerplate - Online tool for generating letters based on GPT-3.5-Turbo model

Description of the project

The purpose of this project if to help people in writing letters like (recommendation letters, motivation letters, demands and so on) by providing to them an example of letter with a correct structure base on information that they will provide.

And also, after having generated your letter, you can decide to translate it into another language as you want, and then export your letter in a WORD document so that you can edit it offline.

The tool use in background a text generation model called GPT-3.5-Turbo in order to generate letters, and to be more consice it has to receive many information as inputs.

Technologies used

As this project has been built for a Supabase hackaton, we have to use it first. So the technologies that we used are follow:

  • React (Frontend)
  • Supabase (Backend)
  • OpenAI API with GPT-3.5-Turbo model (AI)
  • Figma (UI | UX)

Supabase features used

We decide to use the following features of Supabase:

  • Supabase auth (To authenticate users using Google Provider)
  • Supabase Database (To save user's informations their letters)

Related Projects


A project by Zernonia