4
9 Comments

I made an AI app in one day. (Fastest I've done it..)

Hi everyone!

Last week, I was feeling down and going through some personal issues that left me feeling a bit overwhelmed and stressed out. I needed a way to distract myself and take my mind off of things, so I decided to channel my energy into coding a fun AI app.

I wanted to create something that would make me laugh and lighten my mood, so I came up with the idea of an app that generates Karen responses based on tweets. The process of coding the app was challenging and required a lot of concentration, but it also gave me something to focus on and helped take my mind off of my personal problems.

As I worked on the app, I found myself laughing at some of the responses that the app generated.

image of the design

If you want to try it out, (its FREE): you can check it out here. If you love it, give a holla'!

on March 9, 2023
  1. 1

    this is great, I feed it some of my tweets ab biohacking, you did this with pure html and javascript without any framework??

    1. 1

      There is a backend that calls the OpenAI api, I'll write a thread on this about the setup!

      1. 1

        and did you write that backend with py?

  2. 1

    What's your technology stack? How'd you train your gpt prompt to stick to Karen responses?

    1. 1

      Django!

      No training, just prompting.

  3. 1

    I'm a fan. Love the focus on comedy and integration of the tweet link! So hilarious. Any way to add in simple text too? I'd love to go Karen in other ways too.

    PS totally bad ass that you spun this up as a side hustle to learn and improve spirits (recently did the same thing, totally works).

    Ok to share 2 tips? Set up favicon with the funny karen emoji. it's rad. Second might be to swap the red text URL (getkarenai.com) with the Go Karen Mode button. Might feel more natural.

    Well done!

    1. 1

      Thanks for the kind words & advice Jonah! :)

  4. 1

    Cool one, but I would suggest add some sort of loading spinner while fetching data using API. It will be good for UX.

    1. 1

      This is a really good suggestion.

      Adding..