Happy to announce a new Meteor app. It’s not a space or industry that I imagined I’d be passionate about, but that’s how life works sometimes. Short backstory is that I started designing and building websites back in 2003 (full-time in 2006, and then web apps years later), and always tried to create a memorable experience. Sadly, my mom passed away about 2 years ago, so I opted to build her an elegant website for family and friends to visit anytime to see pictures, hear audio, watch video, etc.
That website landed well, and my colleagues and I decided that we should build a platform that could allow anyone to build an elegant online memorial with ease. It quickly became a passion project for us.
While we wanted visitors to have an elegant experience when visiting a memorial, we also wanted the authoring experience to feel easy and intuitive to the person building it. After all, they’re likely grieving, so technology should help, not get in their way.
So we designed and built: https://honoringthem.com.
HonoringThem allows anyone to start building a memorial right from the homepage. You can build a fully featured memorial without ever having to create an account or provide your email. The idea was that we wanted people to see exactly what they would get without any paywall or sign up blockers. I don’t know of any site/service that allows you to build so much without providing any info, but the guiding principle was that if they play around and end up liking our platform, they’ll sign up to save and publish their work.
Why Meteor?
It was actually 9 years ago today when I started writing my first “Meteor code”. I was mainly trying to test out the framework, and using Meteor + Blaze made web development exciting all over again. I ended up creating what is essentially a personal project, but for commercial projects my colleagues and I always opted for more common frameworks. We’re great admirers of Vue, and had a great developer experience building an appshell healthcare app that used Nuxt on the frontend, and connected behind a firewall to Wordpress so content managers could easily do their thing.
When it came time to build HonoringThem, I reached for Nuxt 3 and Strapi 4, and struggled for 4 painful days just trying to get the dang things to work well (along with Pinia, which was somehow more difficult than Vuex to use as a global store). Yes, it was my first time with Strapi, but it was massively frustrating how difficult it was to get basic things working like authentication.
It dawned on me after day 4 that I should just reach for Meteor, since I’ve always loved it. I hit the Meteor.com homepage and the first thing that pops up is the headline “Stop fighting with frameworks and start shipping real apps”. It’s like they were speaking directly to me!
In the next 4 hours I had the app setup, directory structure in place, and all authentication routes setup and working correctly. From there, we just focused on building features. And as much as I love Vue, HonoringThem still uses Blaze…because Blaze is wonderful.
We’re not currently leveraging pub/sub that much, but we did use it so that people can collaborate in real-time to produce a memorial. Many online memorial platforms allow for multiple admins, but most (if not all) are not real-time. Given Meteor’s DDP making real-time so easy, we of course had to utilize it so folks can invite collaborators to help build something memorable and robust, together.
Would love to hear any feedback, and if you know someone who could use this app/service, please feel free to send their way.