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

SprintiQ: Open-Source Sprint Planning for Claude Code
SprintiQ is an open-source agile platform that acts as an orchestration layer for Claude Code, offering AI-powered user story generation, sprint planning, velocity tracking, and a CLI that syncs git activity to sprints in real time.

Claude Skill Enables Granular Personality Adjustments with Quantified Variables
A new Claude skill allows developers to make quantified adjustments across 32 groups of personality traits covering 120 Claude-defined variables, with group-level profiles showing metrics like Wordiness (60), Agreeableness (55), and Sarcasm & Edge (17). The skill persists across conversations and includes a publish command for custom instructions.
GLiGuard: Open-Source 300M Parameter Safety Moderation Model Claims 16x Speedup Over LLM Guardrails
Fastino Labs releases GLiGuard, a 300M parameter encoder-based model that performs multiple safety tasks in a single pass, matching or exceeding models 23–90x larger while running up to 16x faster.

Local Behavioral Monitoring System with MCP Pipeline and Claude Code
A developer built a local behavioral monitoring system called BRAIN that tracks app switches, file operations, and dev sessions, piping data through a custom MCP server to Claude Code. The system runs 100% locally with zero cloud dependency.