Weejur: A Simple UI Front-End for GitHub Pages Publishing

Weejur is a free web tool that acts as a simplified user interface front-end for GitHub Pages, designed to make publishing basic websites more accessible to non-technical users.
How It Works
The tool addresses the creator's frustration with platforms like Squarespace charging for hosting when free alternatives exist. Weejur specifically targets GitHub Pages, which the creator notes is one of several free hosting options (others mentioned include Cloudflare, GitLab, and Vercel) that are typically designed for professional software engineers with complex features.
Key Features
- OAuth login with GitHub (users can sign up for GitHub during the OAuth flow if needed)
- Direct HTML pasting or file uploads to publish websites
- Completely free service
- The Weejur site itself is hosted on GitHub Pages, with source code available for viewing
Development Context
The creator used Claude Code for most of the development work, with manual polishing required for design, UI flows, and layouts. The tool was created in response to the observation that while AI has made website creation easier (users can ask AI to "make me a website about XYZ" or convert Word documents to blog posts), hosting options remain intimidating for newcomers.
The tool is positioned as an alternative to paid website builders, with the creator noting that such platforms "profit off people's ignorance" about free hosting alternatives.
📖 Read the full source: r/ClaudeAI
👀 See Also

User Experience: Switching from OpenClaw to Hermes Agent on Local LLM
A developer reports switching from OpenClaw to Hermes Agent using Qwen3.5-9B on an RX 9070 XT with 16GB VRAM. Hermes completed a complex task with 5 correct tool calls versus OpenClaw's 50+ steps, running 2:30 minutes faster while maintaining RAG, tool calling, and persistent memory functionality.

Multi-Agent Debate App Built with Claude, ElevenLabs, and Flux
A developer built a debate app where Claude generates arguments for two personas on any topic, with an AI judge scoring and picking a winner. The app adds voice via ElevenLabs and images via Flux to create a debate show experience.

Savant Commander 48B: A Custom Qwen 3 Mixture-of-Experts Model with 12 Distilled Models
Savant Commander 48B is a custom Qwen 3 Mixture-of-Experts model with hand-coded routing that combines 12 distilled models from providers like Claude, Gemini, OpenAI, and Deepseek. It features 256K context length and allows prompt-controlled activation of specific distilled models.

Windows System Tray Monitor for Claude Code Quota
A Windows system tray application that monitors Claude Code usage with a color-coded icon, auto-refreshes quota data every 5 minutes via Anthropic's OAuth API, and provides detailed dashboards showing hourly, daily, weekly, and monthly usage patterns.