Commit Graph

6 Commits

Author SHA1 Message Date
lotherk
71e7cdc37a fix: Update docs nav links, add Blog link, rename GitHub to Git Repository 2026-03-27 14:44:51 +00:00
lotherk
98b29db8a0 rewrite: blog posts with unixsheikh-inspired tone - direct, opinionated, no fluff 2026-03-27 14:34:15 +00:00
lotherk
b2b2e80f0a feat: add blog system with static site generator
- Add blog posts in Markdown (_posts/)
- Build script converts MD to HTML at container build time
- First posts: building with AI lessons, quick start guide
- AGENTS.md documents blog writing style (unixsheikh-inspired)
2026-03-27 14:33:05 +00:00
lotherk
c37af7cdb1 feat: add website link to app footer, Join Alpha opens in new tab
Fixes #2 - Add website link to app footer
- Add VITE_WEBSITE_URL build arg for configurable website URL
- Add Git Repository and License links to app footer
- Update Join Free Alpha links to open in new tab (target=_blank)
2026-03-27 14:26:32 +00:00
lotherk
f6c4da1da3 v0.1.1: System default AI config, configurable URLs, single .env, website refactor 2026-03-27 13:51:15 +00:00
lotherk
36474db276 feat: replace Starlight docs with simple HTML product website
- Removed docs/ (Starlight)
- Added www/ with pure HTML/CSS/JS landing page
- Product website with features, how it works, get started
- Basic HTML documentation pages (installation, quick start, AI providers)
- Dockerfile.docs now serves static files from www/
- Updated README and AGENTS.md
2026-03-27 10:42:22 +00:00