The first app to pick and show the emoji of the Day / Week / Month!
This project used to be a React and GraphQL app, and it was pretty cool! Check the Git history!
The current stack is:
Johnny often livestreams development over at YouTube
- 🔴 LIVESTREAM: Initial project setup & scraping with Happy DOM
- 🔴 LIVESTREAM: Setting up ChatGPT 3.5 Turbo 🤖 Generative AI with OpenAI & Supabase
- 🔴 LIVESTREAM: Cached ChatGPT in response to user interactions 👩💻 with SvelteKit Forms & Supabase
- 🔴 LIVESTREAM: DALL·E 2 with SvelteKit 🎨 Generative AI art!
- 🔴 LIVESTREAM: Dynamic Open Graph Image Generation 📷
- 🔴 LIVESTREAM: Discord apps & bots with SvelteKit 🤖
To run this project locally, you will need your own .env
file, filled with the correct environment variables. You can use the .env.example
file as a template!
If you are running the Supabase DB locally, you will be able to connect to it at http://localhost:54321
, which you should keep in your .env
, and see its GUI and manage it at http://localhost:54323/project/default/editor.
To view this app, run the dev server with:
npm run dev
Then visit http://localhost:5173 🚀