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 "[New] mobieusKnow: Knowledge search ignores article body — only titles are searchable"
Shipped and deployed to production. Commit 06343588d8.Article body search: knowledge_revisions.content_markdown is now searched alongside titles. A 130-char snippet centred on the match appears in sea…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusKnow: No 'Was this helpful?' article feedback or ratings"
Shipped and deployed to production. Commit 06343588d8.Was this helpful? widget added to all knowledge articles. Thumbs up/down upserts by session hash. Admins/mods see the aggregate helpful percentage…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusKnow: No view tracking or article analytics (and the V1 API references a view_count column that doesn't exist)"
Shipped and deployed to production. Commit 06343588d8.View tracking: view_count column on knowledge_pages; per-user 5-min dedup prevents inflation. Eye icon shown on article pages and the KB index. So…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusKnow: Long-form editor has no draft state or autosave — work is lost on accidental navigation"
Shipped and deployed to production. Commit 06343588d8.Editor autosave: localStorage saves every 30s and on input. On load, if a newer draft exists a restore banner appears. beforeunload warns on unsav…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusKnow: Revision history can only diff against current — no arbitrary version-to-version comparison"
Shipped and deployed to production. Commit 06343588d8.Arbitrary revision diff comparison: checkboxes on history rows + Compare button → GET /know/{slug}/history/{idA}/diff/{idB} renders a side-by-side…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] mobieusKnow: No reader discussion or page comments on knowledge articles"
Shipped and deployed to production. Commit 06343588d8.Reader comments on knowledge articles: knowledge_comments table + POST/DELETE /know/{slug}/comment[/{id}] + comment thread below the article body …
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Messaging & chat: AI 'Suggest' wand on chat-room topic but no AI assist on the room-purpose copy across other community surfaces — consider parity"
Shipped and deployed to production. Commit 315546830c.AI reply-assist wand (✦ AI) added to the mobieusChat message compose form, gated by ai_forum_tone_shift. Reads recent visible messages as context,…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Messaging & chat: No message editing anywhere — the edit() method exists but is never wired to a route"
Shipped and deployed to production. Commit 315546830c.DM message editing shipped: POST /messages/message/{id}/edit with ownership + CSRF + participant checks. Pencil icon on own bubbles, inline edit t…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Messaging & chat: Chat rooms have no emoji reactions (DMs do)"
Shipped and deployed to production. Commit 315546830c.Chat room emoji reactions: new chat_message_reactions table + POST /rooms/{slug}/messages/{id}/react endpoint. Reaction strip in message bubbles m…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Messaging & chat: Group-DM read receipts are structurally 1:1-only — a single read_at can't show who has seen a group message"
Shipped and deployed to production. Commit 315546830c.Group-DM read receipts: mini avatar row + N-of-M label on the last message, using conversation_participants.last_read_at. FEAT-21 opt-out honored.…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Messaging & chat: No search inside a conversation or chat-room history"
Shipped and deployed to production. Commit 315546830c.Conversation search: GET /messages/{id}/search endpoint + client-side DOM highlighter (safe createTreeWalker walk, 300ms debounce, Escape to close…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Messaging & chat: No pinned messages in chat rooms or conversations"
Shipped and deployed to production. Commit 315546830c.Pinned messages in chat rooms (mod/owner gated) and DMs (participant gated). Sticky banner shows a pinned preview at the top of the chat. Unpin wi…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Messaging & chat: Reaction picker is a hardcoded 6-emoji strip with no access to the full/custom emoji set"
Shipped and deployed to production. Commit 315546830c.Reaction picker expanded: full 12-emoji grid (or all custom+default) + search/filter input + scroll. No longer limited to 6 hardcoded emoji.Closed…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Forums: Forum rules editor and About/welcome editor lack the mobieusAI wand"
Shipped and deployed to production. Commit bb50cee4e7.AI wand (✦ AI) added to both the forum rules editor and the About/welcome editor. Gated by ai_forum_category_desc. POSTs to /api/ai/dispatch. Resu…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Forums: Moderators can move a thread but cannot merge or split threads"
Shipped and deployed to production. Commit bb50cee4e7.Thread merge implemented: POST /thread/{id}/merge moves all replies from the source into the target, inserts a tombstone reply, updates reply coun…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Forums: No inline post/thread translation — translation exists only for direct messages"
Shipped and deployed to production. Commit bb50cee4e7.Inline forum-post translation: POST /api/ai/post-translate extends the existing DM translate path. Posts and thread bodies can be translated in-pl…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Forums: Trust levels gate actions but not content — no level-gated/locked content (Skool's core engagement+monetization mechanic)"
Shipped and deployed to production. Commit bb50cee4e7.Trust-level-gated threads via tag convention: tag a thread trust-level-2, trust-level-3, or trust-level-4 to hide it from viewers below that trust…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Forums: 'Related threads' sidebar ranks on title words only — weak relevance vs body/tag-aware competitors"
Shipped and deployed to production. Commit bb50cee4e7.Related-threads sidebar now boosts candidates that share tags with the viewed thread. Tag-overlap score is the primary sort key; FULLTEXT title ma…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Forums: Reaction palette is fixed at 12 emoji — no per-tenant custom reactions"
Shipped and deployed to production. Commit bb50cee4e7.Per-tenant custom forum reactions: /admin/forums/settings lets admins add custom emoji to the 12 built-in reactions. Stored in config/app.ini. Pos…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Forums: No saved/canned replies for forum moderators (the macro exists in helpdesk but not forums)"
Shipped and deployed to production. Commit bb50cee4e7.Canned mod replies: stored per-forum in app.ini as base64-encoded JSON. Admin CRUD at /admin/forums/{id}/canned-replies. A Canned replies dropdown…
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