23
20 Comments

3 years later, I just released the app I learned to code for 🀠

Around 3 years ago, I had an 'idea'. Disenfranchised with a social media landscape where algorithms made decisions for me, I had begun to mentally explore what a social app might look like where I'd know for each thing I saw exactly which of my friends wanted me to see it.

What I envisioned was and is pretty simple -- a video/picture sharing app mashed with email forwarding. Basically, for each 'thing 'on my feed, I'd have the ability to put that thing on my friends' feeds and nothing would appear on my feed that a friend didn't send to me.

I'm a product manager/designer by trade, so I knew from a technical perspective what I was thinking about wasn't overly complex. The problem was, I wasn't technical.

Young and naive, I jumped into Swift development on my nights and weekends. Over the next 12 months or so, I hobbled together a low-fi chat app called Ridl, copy/pasting code and following videos as I progressed.

After Ridl, I launched into work on my main idea -- I called it Pass the Mustard, picturing friends passing videos and pictures around like friends pass the mustard around at a cookout.

It's taken me longer than some, but fast forward another year and a half or so and I've finished Pass the Mustard and released it today to the iPhone App Store.

I'm not sure what the future holds for PTM. As most know (and have wisely advised me), the social media space is a hard one to break into. That said, today marks a tremendous personal landmark -- I've proven to myself that I can do it. No matter how long it takes 😁

If you want to check out PTM: https://apps.apple.com/us/app/id1524337418

on September 3, 2020
  1. 5

    Congrats Andrew! What a great feat!

    Check out this post from @OPunktSchmidt.

    Are you considering a landing page for your mobile app?

    1. 2

      Thanks @BraydenTW

      Next up, I'm planning on creating a landing page that's more than just a placeholder. Currently, I've got an extremely crude landing page set up at http://passthemustard.app

      1. 1

        Haha love it :)

        I just released a new landing page you might like called Twenty. You'll get a 25% discount if you use the code aktdbmz in checkout πŸŽ‰

        1. 1

          Great. I'll check it out! Cheers!

          1. 2

            You’re welcome! Let me know if I can help in any way.

  2. 2

    Are you considering an android version?

    1. 1

      Hey @Krono159

      I'd like to build an android version in the future, but I want to iterate on the core functionality of the app a bit before I do so. I don't want to have to maintain two different apps at the moment while things could change substantially/often.

  3. 2

    Such a good feeling. Congrats Andrew!

    The grind has just begun. Keep up the good work. Cheers!

    1. 1

      @MarketingBaba very true - the real work begins now πŸ™ˆ

  4. 2

    Awesome brother!

  5. 2

    I love the look of your app, but I don't know why but it looks like something that would resonate with middle aged dads, I guess that could be your target audience.

    1. 2

      Haha - I haven't heard that yet but glad to hear you like the style of it! 🀝

      1. 2

        its look playful and mature at the same time, honestly I would love to help make an android version of this.

  6. 2

    Congrats. I like this idea and you have a great perseverance. I don't have an iPhone. The screenshots look great. Do you have a backend server for this application? And if any, did you code the backend too?

    1. 1

      Thank @instb3at

      I'm running PTM on Firebase right now. There is some server-side code involved, but it's Firebase Cloud Functions written in Type/JavaScript.

  7. 1

    Congrats on finishing it Andrew! This is so inspiring to hear as someone who has no tech background as well.

    I've only started teaching myself how to code recently and look to release something by the end of this year!

    1. 1

      Thanks @AaronL

      Feel free to reach out if I can help in any way! Looking forward to seeing what you release πŸŽ‰

  8. 1

    Congratulations on the launch, @andrew_dougie.
    The app looks beautiful. Do you know if the audience is only iPhone users or you have a plan to release for other platforms as well?

    1. 1

      Thanks @apvarun

      I would like to get Android up and running in the future, but I'm not totally sure when that would be. I'd like to code it natively for Android myself (I think) to get a feel for that development process.

      That said, if you have any tips or products to make Android development easier, I'd love to learn.