Skip to content

SarahZwahlen/super-smartbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUPER SMARTBOT

Stack

NodeJS 18.2, TypeScript

Backend :

  • framework : ExpressJS,
  • test : Jest,
  • mailer : MailGun,
  • AI text generator : TextCortex

Frontend :

  • librairie : React,
  • style : Sass,
  • store : ReactContext

URL

backend : https://super-smartbot.onrender.com/ frontend : https://super-smartbot-6fqy.onrender.com/

Send mail - WIP

Currently it's possible to send somebody a mail with a random content that is generated by an AI. The prompt is randomly selected in a list of approximately 350 prompts. Theses prompts have been "manually" generated by ChatGPT

TO BE CONTINUED

  • add auth middleware mail sending
  • add Database
  • add CRON to create and save daily the random content that will be sent to contact list
  • Send mail to a list of contact
  • Title prompt are also completely automated