About...

Got feedback? Found a bug? Want to share some slang?   Send it here.

Uses OpenAI’s Chat Completion API with a single-shot prompt. It takes your phrase and rephrases it in the style of different generations, from modern slang to old-school lingo, using intent mapping and a custom system prompt.

  • Front-end: plain HTML, CSS, and JavaScript
  • UI sends phrase to Node.js backend
  • Backend validates input, rewrites prompt, and calls OpenAI Chat Completion API
  • API response is returned as JSON and rendered into the UI
  • See diagrams below

The Team

Stick figure drawing of the founder wearing glasses

Me

“Build on intuition. Power by overthinking.”

— Me, Founder
Founder's dog

Benny

“I like cheese.”

— Benny, The Brains
Drawing of GPT as an intern holding coffee cup

GPT (aka “The Intern”)

“Sometimes I make stuff up. Sounds real though, right?”

— GPT, The Intern
Drawing of offspring

The Kids

“What's it like being old?”

— The Kids, Part-Time Quality Control

App Flow Diagrams

Flowchart showing overview of data processing steps
Flowchart showing prompt processing steps