Overview
I was once bored and looked through Instagram stories, to find that one of my former friends had an app that allowed anyone to ask her questions anonymously, that she would then automatically post to Instagram. The idea had intrigued me, and I wanted to recreate the app for my own account in the minimum amount of time possible and without a database, while giving it my own spin on the UI and features.
Wanting to learn more about HTML forms and webhooks, I immediately started work and 3 hours later, the initial version was published and got really popular among my classmates the day after, receiving about 30 questions a day for the first week!
I later released more UI updates and features, like the ability to change message colors, or to see messages you've previously sent to ask follow-up questions.
On a technical level, all of this was built with SvelteKit and runs on Netlify. To avoid using a database, once the message form is submitted, the message data as JSON is URI encoded and sent as a "reply link" to a Discord webhook. This way, I directly get notified and I simply have to click the link and edit the answer on screen, to screenshot the whole thing and send it to Instagram.
Gallery


