Give your members real accounts, not just a mailing list
A mailing list tells you who might care about your work. Accounts are for the people who already do — the regulars, the subscribers, the community. The difference is infrastructure: real authentication, safe password handling, an account area — the parts nobody wants to hand-roll.
Aglyn ships the infrastructure and leaves the design to you.
Real auth, in your design
From the Members group in the element picker, drop in Sign up, Sign in, and Password recovery blocks. These are functional auth flows — secure credential storage, session handling, recovery emails — rendered as elements on pages you lay out in the besigner.
That last part matters. Auth pages are usually the ugliest pages on a site, because they come from a library with someone else's idea of a form. Here they are your pages: your theme, your copy, your layout, with working auth inside.
A mailing list knows an address; an account knows a member.
Gate what matters
Once members exist, you decide what they can see:
- Mark a whole screen members-only and it redirects visitors to sign in.
- Gate a section of a public page — the recipe is public, the technique video is for members.
- Gate a video specifically, with a clean sign-in prompt in the player.
Pair gating with subscriptions from the storefront and you have a paid membership: subscribe → account unlocks the gated tier. No third-party membership plugin, no webhook spaghetti.
An account area they actually use
Signed-in members get an account page — profile, orders, active subscriptions, sign-out — and like everything else, it is a designable screen. Add a welcome note, link member-only resources, or restyle the whole thing.
Where this goes
Start with a newsletter-style free membership to build the list. Add a paid tier when you have something worth paying for. The mechanics — auth, gating, billing, account management — are already wired; you only design the pages and decide the offer.
Turn readers into members, and members into a business.
Share this article
Zach Gover is the founder and CEO of Aglyn. He spent eighteen years on both sides of the marketing–engineering handoff — building sites as a contractor, then running technical marketing at Caringo through its acquisition by DataCore and at DuploCloud from seed through Series B. The pattern never changed: the marketing site is a company’s most-visited product surface and the one the team can least afford to touch. Aglyn is his answer to that. He writes from Austin, and this site is built in the product it describes.