DevLog 250507 – IRC Chat Integration

> Log Date: 250507

Final integration of public IRC chat for Arynwood.com. I explored several methods and landed on a clean, stable solution with OFTC WebChat.

Goal

Add a fully functional public IRC chat embed to arynwood.com/chat, free of cost and hosted via Netlify.

Initial Strategy

Attempt 1: KiwiIRC Embed

<iframe src="https://kiwiirc.com/nextclient/#irc.libera.chat/#arynwood" />

Resulted in double nested window and connection failure due to unknown iframe issues.

GitHub Issues

Large repo size due to bot folders and binary files. Used `git filter-repo` to remove them and fixed index lock. Push succeeded after cleanup.

Attempt 2: The Lounge on Fly.io

Deploying self-hosted IRC client worked locally but failed due to Fly VM stability issues and permission errors.

Final Solution (Success!)

Used the OFTC webchat generator. Embed works flawlessly with no server hosting required.

<iframe src="https://webchat.oftc.net/?channels=arynwood&uio=MTE9MjY3cc" width="647" height="400"></iframe>

Outcome


Signed,
Lorelei Noble

← Back to DevLogs