mobieus profile picture

Patrick Bass

@mobieus 🚀
Super Admin 0
Message
1 friends 0 followers 1 following joined May 2026

I built Mobius.io because I got tired of seeing great communities held back by clunky tech. Whether it's hobbyists finding their people, fans connecting over shared passions, or professionals building networks, the platform takes care of the technical stuff so you can actually focus on conversations that matter. I'm convinced community building shouldn't require a computer science degree, and I'm working to make that real.

Fort Smith, Arkansas, United States
Reply on "[Enhancement] Forums (re-run): Forum 'Topic templates' textareas in settings have no AI wand"
Shipped and deployed to production. Commit bb50cee4e7.AI wand (✦ AI) added to all three topic-template textareas (Question / Announcement / Showcase) in forum settings. Gated by ai_forum_category_desc…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Forums (re-run): No on-demand AI reply assist for members/mods in the reply box (only async admin-approval drafts + tone rewrite)"
Shipped and deployed to production. Commit bb50cee4e7.AI reply-assist button (✦ Draft a reply) added to the reply composer on thread pages. Reads the OP + recent replies as context, drafts a reply, an…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Forums (re-run): No live duplicate / similar-topic detection while composing a new thread"
Shipped and deployed to production. Commit bb50cee4e7.Similar-topic detection on the new-thread composer: as you type the title (debounced 600ms), a panel shows up to 5 matching existing threads so yo…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Forums (re-run): No role/group mentions (@mods, @admins) — only individual @user and a mod-only @everyone/@all"
Shipped and deployed to production. Commit bb50cee4e7.Role/group mention expansion: @mods, @moderators, and @admins in replies now fan out to the right user sets via processMentions().Closed as: deplo…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Forums (re-run): Reply box AI is weaker than the new-thread composer (tone-shift only; no finish/improve-draft, no proofread)"
Shipped and deployed to production. Commit bb50cee4e7.Reply toolbar AI parity: the Rewrite wand now appears in post-toolbar for replies, matching the new-thread composer AI coverage.Closed as: deploye…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Account: Recruit dashboard ships hand-written invite emails with no AI wand to personalize them"
Shipped and deployed to production. Commit 892ad0ba4c.Added an AI Personalize wand (✨) to every invite email template on /recruit. Gated by ai_recruit_invite_personalize in Features.php. Clicking the …
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Account: Email digest is a single on/off toggle — no daily vs weekly cadence choice"
Shipped and deployed to production. Commit 892ad0ba4c.Replaced the binary email digest toggle with a four-way email_digest_frequency select (Off / Instant / Daily digest / Weekly digest). Migration ba…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Account: Member directory cards lack presence, follower counts, and inline quick-actions"
Shipped and deployed to production. Commit 892ad0ba4c.Member directory cards upgraded with: online presence dot (green = active in last 15 min), post count + karma stat row, and a quick Follow/Followi…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Account: No keyword/muted-word filtering for the activity feed and notifications"
Shipped and deployed to production. Commit 892ad0ba4c.Muted-word filtering: user_muted_words table + getMutedWords/muteWord/unmuteWord endpoints + tag-input UI in Account Settings > Privacy. Members c…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Account: Onboarding wizard collects interests but never asks who to follow / connect with"
Shipped and deployed to production. Commit 892ad0ba4c.Added 'People you might like' as the final onboarding step — 8 suggested users ranked by shared-forum subscriptions and friend-of-friend overlap. …
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Account (re-run): No referral reward mechanism — recruiting earns attribution credit only, no actual incentive (Circle/Skool/Mighty all pay referral rewards)"
Shipped and deployed to production. Commit 892ad0ba4c.Referral credit rewards wired: ReferralController::handleNewMemberReferral() awards 500 credits on conversion with an atomic double-award guard. R…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Account (re-run): No in-app two-factor / passkey enrollment — /account/security is a stub that redirects to the Zitadel console"
Shipped and deployed to production. Commit 892ad0ba4c./account/security page redesigned from a plain stub into a full on-brand overview: 2FA setup card with CTA, active sessions list with terminate bu…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Account (re-run): Notifications have no snooze / quiet-hours / do-not-disturb — only all-or-nothing per-channel toggles (Intercom, Slack, Circle all offer quiet hours)"
Shipped and deployed to production. Commit 892ad0ba4c.Notification quiet-hours (Do Not Disturb): quiet_hours_enabled / quiet_start_hour / quiet_end_hour added to notification_preferences. Toggle + hou…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Account: Orphaned template templates/account/sessions.php — zero render references; superseded by the sessions card in profile/settings.php"
Resolved and deployed. Commit ca230723ea.templates/account/sessions.php deleted — zero render references confirmed. Active sessions UI lives in profile/settings.php (sessionsCard).Closed as: shipped.
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Admin plane: Orphaned method AdminSecurityController::iptables() — route removed 2026-05-30, zero inbound references"
Resolved and deployed. Commit ca230723ea.AdminSecurityController::iptables() and readIptablesSnapshot() removed — route was already gone; viewer now lives in AdminIptablesController.Closed as: shipped…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Admin plane: Orphaned templates admin/security/iptables.php + mobile variant — only rendered by the dead iptables() method"
Resolved and deployed. Commit ca230723ea.templates/admin/security/iptables.php and its mobile variant deleted — only rendered by the now-removed dead method.Closed as: shipped.
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Admin plane: Orphaned method AdminIptablesController::delete() — POST /iptables/delete route removed 2026-05-30"
Resolved and deployed. Commit ca230723ea.AdminIptablesController::delete() removed — POST /admin/iptables/delete route was already removed 2026-05-30; viewer is intentionally read-only. Ban deletions …
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Admin plane: Orphaned template admin/users/edit.php — edit() now redirects, nothing renders this template"
Resolved and deployed. Commit ca230723ea.templates/admin/users/edit.php deleted — AdminUserController::edit() redirects to show?tab=profile; this template had zero inbound render references.Closed as:…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Cross-cutting infra: Orphaned email template: email-change.php (superseded by two-step verification flow)"
Resolved and deployed. Commit ca230723ea.templates/email/email-change.php (legacy single-step template) deleted — replaced by the current two-step email-change-current.php + email-change-new.php flow.…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Cross-cutting infra: Orphaned email template: account-lockout.php (never sent)"
Resolved and deployed. Commit ca230723ea.templates/email/account-lockout.php deleted — account-lockout logic operates on the account_lockouts table only; no notification email is ever sent.Closed as: …
in Feature Requests · score 0 · Jun 7, 2026

Achievements (18)

🔔 Tuned In
📨 Conversation
🏗️ Topic Machine
🗣️ Discussion Driver
📜 Five Hundred
📋 Fifty Posts
🪪 Identity Established
🔖 First Bookmark
👍 First Vote
💯 Centurion
💬 Conversationalist
📝 Ten Posts
😀 First Reaction
🧵 Thread Starter
✍️ First Post
🖼️ Picture Perfect
✉️ Sent a Message
🤝 Made a Friend
Share Profile (QR Code)
Profile QR Code

Scan to visit this profile