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.
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.
Once members exist, you decide what they can see:
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.
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.
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.