1
0 Comments

Lessons from building a member portal for a professional association (Vue.js + AWS)

Wanted to share a few things I learned working on a Vue.js member portal for a national professional association (ALPFA Plus). Posting partly to compare notes, partly because I haven't seen many IH posts about member-portal-style products specifically, even though they're a great vertical for indie builders.
A few things that surprised me:

  1. The product is the dashboard. Marketing site gets the budget and the attention, but members live in the dashboard. The dashboard is where renewals, retention, and word-of-mouth actually happen. Most associations under-invest in it.
  2. Entitlement caching is its own problem. You can't hit the API every time a member loads a benefits page, but you can't show stale state when their plan changes either. The pattern that worked: short TTL cache + event-driven invalidation + a visible "refresh" affordance.
  3. RUM > server metrics. New Relic's real-user monitoring caught performance issues that backend dashboards completely missed. Server-side p99 said "everything's fast." Browser p75 said "members on older Android phones are waiting 4 seconds." Both true. Only one of them mattered.
  4. Privacy compliance isn't a banner — it's a script-loading pattern. Osano handles the consent UI, but the actual compliance comes from gating analytics scripts behind the consent callback. Loading them and "letting Osano block them" isn't the same thing.
    The stack ended up being Vue.js + Axios + AWS CloudFront + New Relic + Osano + GA/GTM. Nothing exotic. Most of the work was in how the pieces talk to each other, not the pieces themselves.
    If anyone else has built or is building in the membership / association / community space, I'd love to compare notes — especially on:

What stack you went with and why
How you handle the member dashboard as a "product" vs. a "page"
What metrics you actually pay attention to

Happy to answer questions about anything above.

on May 19, 2026
Trending on Indie Hackers
Most founders don't have a product problem. They have a visibility problem User Avatar 105 comments Day 4: Why I Built a $199 Workspace Nobody Asked For User Avatar 54 comments Spent months building LazyEats AI. Spent 1 day realizing I have no idea how to get users. User Avatar 35 comments Hi IH — quick update. The MVP is live. User Avatar 27 comments I Built a Football Sentiment Platform in 18 Days. The World Cup Starts in 7 Days. Now I Need Distribution. User Avatar 17 comments I built a $5/1k-listing CRE data API because CoStar is overkill for first-pass scans User Avatar 14 comments