I’ve been building an iOS app that lets you create and edit a full business website just by describing what you want. No agencies, no Webflow, no fiddling with layouts just vibe-code it straight from your phone.
You can ask it to build pages, tweak sections, add or remove content, and iterate on the site entirely from your pocket.
If your site includes a form, submissions land directly inside the app, and you also get basic analytics to see how your site is performing.
I built this mainly for founders and solo builders who want something fast and flexible without the usual setup pain.
Happy to answer questions or get feedback
Here is the app link : https://apps.apple.com/in/app/pocket-site/id6757796769
I've been building voice AI agents for the past year, the kind that answer phone calls, book appointments, handle customer inquiries. It was going well until a client asked: "Can it also handle our email?"
Turns out, wiring an AI to a phone system is one thing. Wiring it to email is... a whole different mess. SMTP credentials, MIME parsing, threading headers (References, In-Reply-To), bounce handling, deliverability reputation. I spent two weeks on plumbing before my agent could read its first email.
That's when it hit me: every developer building AI agents is going to hit this exact wall. So I built AIThreads [1], the email infrastructure layer so you can skip the plumbing and get straight to the AI logic.
How it works:
Instant inboxes: Create support@yourorg.aithreads.io via API.
No DNS, no verification, just works. (unless you are adding your own domain)
Webhooks -> Email arrives → we POST parsed JSON to your endpoint → your agent decides what to do. Send via API -> Agent composes reply, calls our API, we deliver with proper threading so conversations stay grouped. Knowledge Base (RAG) -> Upload your docs, we embed them. Query for relevant context before generating replies. Smart escalation -> Sentiment analysis and priority detection built-in. AI knows when a frustrated customer needs a human. InBuilt Tools -> Pre-Built tools to manage the emails.
Try it now: Email hey@aithreads.io – our demo agent will reply.
I wanted to play a mystery game where i have all the evidence/reports in physical form and find out who is the suspect. Having documents in physical form is hard to get so I created a digital game which generates a new mystery, evidence, police report and interviews from people, based on these things i have to find the suspect.
I created this in the form of OS so that you can see the docs in the folder and have the feel that you are investigating something real :D
Currently, the stories and images are generated by the AI which is a little expensive but I just want to share it anyway. If you like it you can donate so that I can keep it alive haha.
(I just ask the email to login into the system, I don't do anything else with it. If you dont want to provide your email you can give a fake one)