···147147 hi! i'm <a href="/p/moth11.net">rachel</a> and i'd like to welcome you to xcvr
148148 (pronounced transceiver)!
149149 </p>
150150- <p>UPDATE AS OF MONDAY NOVEMBER 17 2025</p>
151151- <p>XCVR WILL BE DOWN FOR MAINTENANCE AFTER 6PM EST FOR A FEW DAYS</p>
152152- <p>
153153- i need to switch hosting providers, and i'm making a few changes to the
154154- lexicon, and i think that the current xcvr.org account will be migrated to
155155- legacy.xcvr.org, and i'm going to make the new xcvr.org use did:web
156156- </p>
157157- <p>WE'LL BE BACK SHORTLY</p>
158150 <p>
159151 tune in to a channel <span class="desktop">(to the left)</span>
160152 <span class="mobile">(press aaaaa)</span> and start chatting, make your own,
+4-3
src/routes/c/create/+page.svelte
···11<script lang="ts">
22 let title = $state("");
33 let topic = $state("");
44- let host = $state("xcvr.org");
44+ let host = $state("did:web:xcvr.org");
55 const graphemes = (text: string) => {
66 if (Intl.Segmenter) {
77 const segmenter = new Intl.Segmenter("en", { granularity: "grapheme" });
···7171 <div class="beeper {hostValid ? 'valid' : ''}">
7272 <label for="host">
7373 this is the channel host. you can put whatever you want here, but if the
7474- given url does not host xcvr channels, or if they do but they don't like
7474+ given did does not host xcvr channels, or if they do but they don't like
7575 you in particular, then your channel will not exactly "work." freedom of
7676- speech, but not a right to a platform.
7676+ speech, but not a right to a platform. likely just leave it as
7777+ did:web:xcvr.org as of nov 26 2025
7778 </label>
7879 <input
7980 type="text"