3
11 Comments

Linktree for music curators - Certified fm update!

Been a minute, but here's an update.

Catch Up: I started a link-tree for music creators in Certified.fm that focuses on sharing spotify playlists. I hated all the auto-generated stuff spotify creates, and had some nostalgia for the old TRL days where people curated music they loved.

So I'm bringing it back.


I recently finished implementing a WYSIWYG editor that lets users resize the playlist blocks in a grid. It was really cool to implement and test. I wanted to give people the option to emphasize certain playlists with size, and rearrange based on what they wanted to show off.

But this feels like one of those feature traps. I thought it would be cool, so I did it. I probably could have simply kept the "featured" flag that keeps certain playlists tagged to the top, but damned if this isn't more fun.

I got a few more users and some random comments here and there, but no major traction yet. I also started sharing stuff on TikTok which is so far beyond my comfort level. Every time I open that app, I have to tell myself, "If 1,000s of people see this, it's because its resonating. If it sucks, no one will see it, so what's it matter?"

Either way. It's no lie that distribution is the real struggle. Especially with all the AI coding tools. Finding a problem, solving it in a way that makes sense, and then getting it in front of those people is super tough.

What's been the best way to find those first user champions?

on February 23, 2026
  1. 2

    Wow great launch, I love the UI! What database are you using for this?

    1. 1

      Supabase - their free tier is great for projects like this before traction is really there.

  2. 2

    dude the feature trap thing is SO relatable lmao. i built a wysiwyg editior for one of my apps too and spent like 3 weeks on it when i shoud have been doing distributon. classic indie hacker move

    the tiktok thing is smart tho even if it feels uncomfrotable. we're in the audio space too (article to audio converter) and the distribution struggle is identical - great product, nobody knows it exsits. what worked for us was literally just commenting in communities like this and being geniune about what we're building. no ads, no paid stuff, just showing up

    the nostalgia angle is actually ur biggest asset imo. ppl LOVE curated stuff over algorithmic stuff rn. theres a whole backlash against spotify's auto-generated playlists. lean into the "human curation > algorithm" narrative hard

    for first champions id honestly just find the ppl on twitter who already tweet about their playlists obsessivley. theyre doing the job ur tool does but manually. show them their own playlsts on ur platform without asking - thats the move

    1. 1

      I'm not on twitter right now. Sometimes I think it's detrimental, but social media like twitter gives me anxiety. I need to set some boundaries and try it out. Thank you for the suggestion!

  3. 2

    the feature trap observation is honest and important. ive built the same kind of cool-but-unnecessary features on my own projects and every time the answer was the same: distribution mattered 100x more than the feature did.

    for first user champions in a music/creator niche specifically: find the curators who already share playlists on twitter/instagram stories manually. theyre doing the job your tool automates. DM 50 of them with a personalized message showing their playlist already set up on certified.fm. dont ask them to try it - show them what it looks like with their content already in it.

    the tiktok hesitation is normal but your framing is exactly right. the algorithm is actually merciful - bad content gets 200 views and disappears. good content gets pushed. its the most forgiving distribution channel for someone whos uncomfortable on camera because the downside is basically invisible.

    1. 1

      Love the idea of putting their playlists in there and showing them what it looks like. Really demonstrating the differences between what they're currently using and what it could be. Love that so much.

  4. 1

    Love the honesty about the WYSIWYG feature trap. "Damned if this isn't more fun" — we've all been there.

    On finding champions: Before adding more features (like the grid sizing), have you tried removing the WYSIWYG and testing if anyone actually complains?

    Sometimes the best validation is "what can I take away without losing users."

    I learned this the hard way: built a $20K feature because it was "cool," zero users cared. Now I test with video prototypes first — show 10 music creators the "customizable grid" vs "simple featured flag," see which they'd actually use.

    Quick test: Post two versions in your TikTok (or IG Stories) — "Want a drag-drop grid editor?" vs "Want a clean link page with one featured playlist?" See which gets more "I need this" comments.

    Sometimes the simpler version wins, and you save weeks of engineering.

    Keep shipping!

    1. 1

      On finding champions: Before adding more features (like the grid sizing), have you tried removing the WYSIWYG and testing if anyone actually complains?

      I took your advice and ripped it out. There's really no reason for it. I replaced it with a simple featured tag that highlights a playlist and places it at the top. Kind of mad at myself for even going down the route... at least a little... but it's too fun to try stuff out ha.

      1. 2

        Nice — ripping out the WYSIWYG is a win. 👏

        If you’re hunting for first champions, I’d test a clear outcome-path on the page before adding features:

        “Create → Feature a playlist → Share link → Get clicks/follows.”

        Then DM 10 curators and ask one simple question after they use it for a day:
        “Did this help you get more listens or followers?”
        If yes, you’ve found a champion; if not, iterate the path (not the editor).

        1. 1

          Thanks for the advice! That's a great way to start nailing it down

          1. 1

            Nice, that's the right call — simpler is usually better until users prove otherwise.

            Glad the "featured tag" experiment worked out. Now the real fun begins: actually watching how users interact with it. Curious to hear what you find when you ask a few of them that one question after a day of use.

            Keep us posted — love following the journey.