Draft: Matrix-backed Woltspace Chat MVP - #442
Draft
woltspace-jerpint[bot] wants to merge 2 commits into
Draft
woltspace-jerpint[bot] wants to merge 2 commits into
woltspace-jerpint[bot] wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this explores
Whether Woltspace can open as a familiar encrypted messenger while retaining the TUI as an Advanced view of the same wolt/session.
This draft adds the reusable MVP foundation:
/chatresponsive PWA shell with wolt list, timeline, composer, tiny slash palette, details, and Advanced/TUI linkmatrix-niowolt adapter with exact room/user/device pinsnotify --matrixroutingHuman acceptance evidence
A phone-based disposable proof completed a real encrypted human → n00b → human round trip. The human opened one Woltspace Chat link, sent ordinary messages, and received n00b replies without entering a homeserver URL, Matrix ID, password, room ID, or invite.
The live proof exposed and closed three UI issues:
All temporary accounts, tokens, signing keys, databases, crypto stores, tunnel processes, build cache, and proof helpers were excluded from this branch. The temporary endpoint was stopped after the proof.
Verification
git diff --checkpassDraft boundary / not ready to merge
The checked-in connector currently has an explicit advanced configuration seam. The accepted owner experience is stricter: open Chat, choose a wolt, send.
Before this becomes default-on, Woltspace must:
notify --matrixtogether in the installed runtimeExplicitly deferred: PostgreSQL, federation, public Matrix hosting, push, attachments, calls, account recovery UX, full menus, and automatic per-wolt account lifecycle.