Skip to content

Commit 005a79a

Browse files
committed
feat: add new prompts to seed.ts
1 parent 0686295 commit 005a79a

1 file changed

Lines changed: 83 additions & 1 deletion

File tree

packages/database/seed.ts

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const questionData = [
1919
"The collector and the odd type of item they collect",
2020
"Who your grandma is cheating on your grandpa with",
2121
"The unlikely mascot for a sports team",
22-
"You in an alternate diemension",
22+
"You in an alternate dimension",
2323
"The dystopian version of a popular TV show",
2424
"Not the expected location to have an extravagant resort",
2525
"The celebrity chef's secret ingredient that no one saw coming",
@@ -167,6 +167,88 @@ const questionData = [
167167
"The unexpected shape of the Loch Ness monster",
168168
"The board game that could also be considered a war crime",
169169
"Oops, we now have unlimited of this because of a failed science experiment",
170+
171+
// --- Absurd Discoveries & Mysteries ---
172+
"What's really at the end of a rainbow",
173+
"The controversial new emoji",
174+
"The thing hiding under your bed that's actually friendly",
175+
"The rejected theme park ride",
176+
"What the WiFi router is doing when the internet is slow",
177+
"The scene at the warehouse that delayed your package",
178+
"What's really in the ball pit at Chuck E. Cheese",
179+
"The rejected Pixar movie concept",
180+
"What vending machines do when no one is watching",
181+
"The item left behind in a hotel room that concerned housekeeping",
182+
183+
// --- Unexpected Crossovers & Collaborations ---
184+
"Gordon Ramsay's kids' menu",
185+
"The cursed collaboration between IKEA and NASA",
186+
"If your dentist was also a DJ",
187+
"The crossover episode between The Office and Lord of the Rings",
188+
"The collaboration between Crocs and a luxury fashion brand",
189+
"If HGTV renovated the Batcave",
190+
"The Netflix adaptation of your search history",
191+
"If Bob Ross painted a crime scene",
192+
193+
// --- Internet & Modern Life ---
194+
"The LinkedIn post that went viral for the wrong reasons",
195+
"The influencer's sponsored content no brand wanted",
196+
"What your Roomba has seen",
197+
"The Uber driver you'll never forget",
198+
"The AI-generated art that became sentient",
199+
"Your sleep paralysis demon's side hustle",
200+
"The Discord server you accidentally joined",
201+
"The group chat that should have stayed private",
202+
"The phone screen showing the notification you never want to wake up to",
203+
"What the algorithm thinks you want to see",
204+
205+
// --- Alternate History & Hypotheticals ---
206+
"If dogs had invented the internet",
207+
"The sport that should have been in the Olympics but was too dangerous",
208+
"What historians found in King Tut's tomb that they're not telling us",
209+
"The rejected state flag design",
210+
"The seventh dwarf that got cut from Snow White",
211+
"The 11th plague of Egypt",
212+
"The deleted scene from the moon landing",
213+
"What the Founding Fathers would order at a drive-thru",
214+
215+
// --- Awkward & Cringe Moments ---
216+
"The worst possible thing to find in your Airbnb",
217+
"What made everyone evacuate the water park",
218+
"The baby shower gift that crossed a line",
219+
"The office after someone hit reply-all by accident",
220+
"The person who said the wrong thing at a funeral",
221+
"The tattoo you got on spring break",
222+
"The photo that ended a friendship",
223+
"The gift that got regifted too many times",
224+
225+
// --- Food & Dining Disasters ---
226+
"The appetizer that made Gordon Ramsay cry",
227+
"The food truck that got shut down",
228+
"What they're really putting in the airport sushi",
229+
"The potluck dish no one touched",
230+
"The secret menu item at Taco Bell",
231+
"What makes gas station food so addictive",
232+
"The meal that got someone banned from a restaurant",
233+
234+
// --- Workplace & School Chaos ---
235+
"The reason the school banned this science fair project",
236+
"The HR violation that somehow wasn't illegal",
237+
"The team-building exercise that went too far",
238+
"The substitute teacher's side job",
239+
"What the janitor has seen at night",
240+
"The office fridge that became a biohazard",
241+
"The senior prank that went down in history",
242+
243+
// --- Creatures & Characters ---
244+
"The Florida Man headline come to life",
245+
"The cryptid that only appears in Costco parking lots",
246+
"The villain origin story for a harmless cartoon character",
247+
"What cats are planning while you sleep",
248+
"The rejected Pokémon design",
249+
"Your Elf on the Shelf after-hours",
250+
"The monster under the bed writing a Yelp review of your room",
251+
"The animal that evolution gave up on",
170252
];
171253

172254
async function seed() {

0 commit comments

Comments
 (0)