Skip to content
View gnarzilla's full-sized avatar

Block or report gnarzilla

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gnarzilla/README.md

thatch

Building the internet for the apocalypse: Update your blog from a can on a string from the smoldering rubble.

Secure, performant, privacy-focused apps in the Deadlight ecosystem—open-source tools for resilient web platforms on mesh/satellite/spotty networks. User sovereignty first.

Deadlight Ecosystem

Modular tools for blogging/email/comms without always-on servers. Optimized for slow links, batteries, text terminals.

  • blog.deadlight (JS, ⭐13): <10KB pages, email posting. Demo
  • proxy.deadlight (C): SMTP/IMAP/SOCKS bridge + VPN.
  • meshtastic.deadlight (C, ⭐7): LoRa-to-internet gateway. Site
  • deadlight-bootstrap (JS, ⭐13): Lightweight web framework starter for Cloudflare Workers + D1. Demo
  • lib/edge.deadlight (JS+C): Shared libs and umbrella platform.
  • vault.deadlight (C): Local encrypted credential store for CLI/proxies. Offline-friendly, integrates with proxy.deadlight. (MVP in progress)

Live Deployments

D E A D L I G H Tdeadlight.boo - Main platform demo with proxy integration

thatch padthatch pad - Zero-JS instance with use case examples

mobile.deadlightmobile.deadlight - Android deployed instance via Termux

meshtastic.deadlight meshtastic.deadlight - LoRa gateway project blog

threat level midnight threat-level-midnight - Federation testing instance

v1.deadlight - Legacy bootstrap framework

These demonstrate: sub-10 KB page weights, text-only client compatibility, global edge distribution, secure authentication, real-world resilience.

Philosophy & Stack

Optimize for reality: Intermittent connectivity, scarce power, resilience > features.

  • Edge-first (Cloudflare Workers/D1)
  • Minimal deps, no JS required
  • C for networking, JS for serverless

Stack: JS/C, SMTP/SOCKS/LoRa, Wrangler/Markdown.

Current Focus

  • Meshtastic integration, email-to-post, comments.
  • Proxy dashboard, plugins, federation (ActivityPub/HF radio).

Why Deadlight?

The internet's fragile for most people. Deadlight enables privacy-focused sites on 2G/LoRa without servers/costs/exploitation.

Contribute

Test, docs, accessibility help welcome. Issues/PRs open.

Contact

Email: deadlight.boo@gmail.com | Discord: t.h.a.t.c.h | Blog: deadlight.boo | Ko-fi

Stats

Gnarzilla's GitHub Stats

Top Languages

Pinned Loading

  1. blog.deadlight blog.deadlight Public

    Cloudflare Workers blog platform optimized for terrible connectivity. <10 KB pages, works in lynx, post via email.

    JavaScript 13 1

  2. proxy.deadlight proxy.deadlight Public

    A high-performance network proxy that serves as a stateless protocol bridge. It connects mature, stateful TCP protocols (SMTP, IMAP/S, SOCKS4/5) to the modern, stateless, and globally distributed s…

    C

  3. meshtastic.deadlight meshtastic.deadlight Public

    Internet-over-LoRa: A practical bridge between Meshtastic mesh networks and the Internet

    C 7 1

  4. deadlight-bootstrap deadlight-bootstrap Public

    A lightweight, edge-first web framework built on Cloudflare Workers with authentication, D1 database, and a clean dark UI. Deploy a blog or small site globally in under 5 minutes. Version 1.0

    JavaScript 13 1

  5. edge.deadlight edge.deadlight Public

    Security-hardened edge platform combining a modular static/dynamic site framework with integrated multi-protocol proxy server management. Built for performance, privacy, and scalability using Cloud…

  6. lib.deadlight lib.deadlight Public

    A modular, edge-native library providing authentication, database models, UI components, and core utilities for the Deadlight ecosystem of applications.

    JavaScript