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

PeaDB: Redis-Compatible Database Coded with AI Assistants in C++20
A developer created PeaDB, a Redis 7.2.5 drop-in replacement written in C++20 using Codex, Copilot, and Claude, implementing ~147 commands with persistence, replication, and cluster support. Benchmarks show performance close to Redis.

TREX: Greptile's AI Code Reviewer That Runs Your Code
TREX is a code execution layer built into Greptile's AI code review. It runs the code and shows screenshots, logs, and traces for bugs static analysis misses.

Alibaba's $10 monthly coding plan offers high-volume access to multiple AI models for OpenClaw users
For $10 per month, Alibaba's plan provides access to Qwen3.5-Plus, Kimi-K2.5, GLM-5, and MiniMax-M2.5 models with quotas of 1,200 requests per 5 hours, 9,000 per week, and 18,000 per month.

Claude Skills: 12 Strict Coding Rule Packs for TypeScript, Rust, Swift, Go, JS, Postgres, and Audits
12 markdown files with opinionated, version-aware rules for TS, Rust, Swift, Go, JS, Postgres, security, performance, testing, code review, GitHub standards, and git commits. MIT, free, no signup.