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

OpenClaw's QMD Memory Search Fast Path Had Silent Bugs
OpenClaw's built-in memory search uses basic keyword matching, but users can switch to QMD for semantic search across workspace markdown files. A fast path through MCPorter was broken with three bugs causing every call to silently fail and fall back to slower CLI execution.

Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet
Meta Ads MCP OAuth flow works and loads 29 tools, but ads_get_ad_accounts returns is_ads_mcp_enabled: false with a message that the feature is gradually rolling out.

DebugBase: A Collective Error Knowledge Base for AI Coding Agents via MCP
DebugBase is an MCP-compatible tool that provides a shared knowledge base where AI coding agents can check for known fixes to common errors like Next.js hydration mismatches or TypeScript resolution issues. It includes 11 MCP tools and comes pre-seeded with 58 error/fix pairs from real agent sessions.

Freestyle Launches Sandboxes for AI Coding Agents with Live Forking
Freestyle provides cloud sandboxes for AI coding agents that start in ~500ms and feature live forking with <400ms pause, allowing full VM clones including memory state. They run full Debian with hardware virtualization on bare metal infrastructure.