App name: Regex Playground
One-liner: A shared editor to create and debug regular expressions
Why: As a lazy developer, I delegate the creation of Regex to LLMs. And when it inevitably fails, I debug it in playgrounds like regex101 or RegExr because the UI is nice. Naturally I had to micro-optimize this 2-step dance by having a Regex editor in ChatGPT directly.
Key features It acts as a collaborative REPL, meaning the regular expression will be matched against the test string at each keystroke, with resulting matches added to the conversation context. When ChatGPT makes an edit that is not valid, it is automatically re-triggered to fix it.
Stack and tools
-
Started from the alpic-ai/apps-sdk-template, powered by the Skybridge ChatGPT apps framework
-
Hosted on alpic.ai
Link(s)
-
Try it for yourself:
regex.alpic.live -
All the other apps from the calendar:
alpic.notion.site/advent-calendar-apps











