Inspiration I kept seeing the same problem with my friends and even in my own life: messaging apps are great for quick chats, but they don’t actually help relationships grow. And productivity tools? They feel lonely and separate from the people you care about. Long-distance couples especially get stuck — they want transparency but hate the “I have nothing to hide” pressure. I wanted something that let partners share moods, memories, and plans without forcing it. That’s where the whole dual-consent idea came from. I figured if both people have to agree on every sensitive feature and everything gets logged, it actually builds trust instead of breaking it. So I sat down with MeDo and just started describing the dream app I wish existed. The rest kind of built itself from there. What it does BondSpace is basically three things in one: a solid messaging app, personal productivity spaces, and a really thoughtful partner toolkit. For everyone you’ve got real-time chats (one-on-one or groups), friend requests, typing indicators, reactions, message editing, and my favorite — destructive messages that actually disappear after they’re read. Plus personal “Spaces” for your own journals, to-dos, and notes, and shared ones with friends. When you add a partner (both have to accept), things get next-level:

Mood Sync so you can log how you’re feeling and (with consent) see each other’s patterns with simple charts and AI insights. Duo Logs — a shared journal where you both write entries with photos and rich text. Shared Dates planner with maps, weather, and calendar export. Transparency Mode if you both want to see each other’s chats (totally optional and reversible). The Vault — a passcode-protected encrypted space for files only the two of you can access, with dual approval for any deletions or passcode changes.

Notifications keep everything in sync, and there’s a free tier plus a cheap premium one through Stripe for extra storage and features. Everything updates instantly. How we built it I built the whole app 100% inside MeDo. Started with a rough idea in one chat: “Make me a secure messaging + productivity app with special couple features that need mutual consent.” Then I just kept going back and forth, describing every screen, every flow, every edge case. MeDo generated the complete React/TypeScript frontend (Vite, Tailwind, shadcn/ui, all the nice animations), the Supabase backend with proper database tables, Row Level Security, realtime subscriptions, storage buckets, and even the Deno Edge Functions for the tricky stuff like vault passcodes and message destruction. I used MeDo’s visual editor to tweak the UI until it felt right on mobile and desktop. Every time something felt off, I’d just say “make the destructive timer look less scary” or “add a proper consent history view” and it would update. Deployed the live version with one click. Honestly, it would have taken me months the old way. Challenges we ran into Getting the dual-consent system right was the biggest headache. I wanted it to feel natural, not like a legal contract, but still rock-solid with audit trails and notifications. MeDo helped generate the logic, but we iterated a ton until the flow actually made sense. Destructive messages were tricky too — making sure the timer starts only when the message is actually seen, cleans up properly on both sides, and doesn’t break the realtime feel. The Vault passcode + dual-approval reset flow took a few tries before it felt secure but not annoying. Also balancing all the realtime features without making the app feel bloated on mobile. MeDo made it way faster to test and fix than I expected. Accomplishments that we're proud of

The entire app is production-ready and actually fun to use, built from plain-English conversations. The dual-consent system actually feels respectful and thoughtful — I keep getting “this is exactly what we needed” reactions. Destructive messages and the Vault turned out smoother than I imagined. The Mood Sync with real AI insights actually gives useful relationship patterns instead of generic fluff. It looks clean and modern on both phone and desktop. Most of all, I’m proud I shipped something this complete as a solo builder in a short time thanks to MeDo.

What we learned Talking to an AI builder like MeDo is a completely different way of developing. You have to think in systems and user flows, not just code. It taught me how important clear prompts and iteration are. I also learned that privacy features only work if they’re dead simple to use. People want to feel safe, not policed. And combining chat + productivity in one place makes the app way stickier than either alone. Oh, and realtime stuff is addictive once it works right. What's next for BondSpace I’m planning to keep building on it with MeDo. Next up:

End-to-end encryption for messages and vault files. Native mobile apps (iOS and Android) generated the same way. Smarter AI stuff like date suggestions or gentle relationship check-in ideas based on mood + logs. Support for small friend groups or poly setups with the same consent model. More premium features and maybe a public API so other apps can play nice with the consent system.

The goal is to make BondSpace the place where close relationships actually get stronger online instead of just surviving there.

Skills Used

Conversational AI development & prompt engineering with MeDo Full product design and user flow thinking Complex system architecture (even though MeDo wrote the code) Privacy-first feature design Real-time app logic and security modeling Third-party service integration

Built With

  • medo-(ai-app-builder)
  • postgresql
  • react-18
  • react-router
  • row-level-security-(rls)
  • shadcn/ui
  • supabase
  • supabase-edge-functions
  • supabase-realtime
  • supabase-storage
  • tailwind-css
  • tanstack-query
  • typescript
  • vite
  • zustand
Share this project:

Updates