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

Announcing Flyto Indexer: Enhanced AI Code Refactoring with Source Dependency Analysis
Flyto Indexer, an MCP server, builds a symbol graph of your codebase, aiding AI in smart code refactoring by analyzing dependencies and call sites.

VectorClaw v1.0.0: MCP Server for Anki Vector Robot Control
VectorClaw v1.0.0 is an MCP server that enables OpenClaw to control Anki Vector robots through 23 specific tools for speech, motion, perception, sensors, and display functions.

Signet: Open-Source Memory Layer for AI Coding Agents Hits 80% F1 on LoCoMo
Signet is an open-source memory system for AI coding agents that achieves 80% F1 on the LoCoMo benchmark, compared to 41% for standard RAG. It extracts memories after each session and injects relevant context before prompts, running locally with SQLite.

Dev-Card: A Claude Code Skill That Generates Developer Identity Cards from Git History
Dev-Card is a Claude Code skill that analyzes git repositories to generate shareable Developer Identity Cards, assigning one of 11 developer archetypes based on commit timing, language breakdown, commit message patterns, and commit size distribution.