Commits
d696776silen2026-07-02 18:29chore: update version
7cccde0silen2026-07-02 17:49chore: update version
8ae210bsilen2026-07-02 17:42chore: update version
6ed3680silen2026-07-02 17:23chore: update version
8381113silen2026-07-02 17:18chore: update version
babf13fsilen2026-06-30 19:52finished
163e947silen2026-06-30 19:30feat download
e605ae6silen2026-06-30 18:58Refactor code into multiple modules - src/main.rs: Entry point and server setup - src/routes/mod.rs: HTTP route handlers - src/views/mod.rs: HTML views and components - src/docs/mod.rs: Documentation serving and markdown parsing - src/files/mod.rs: Embedded file definitions Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
17a991bsilen2026-06-30 18:55Add Rust CDN server with embedded fixi files - Embed vendor files (tachyons.css, the-fixi-project@0.1.1.min.js) at compile time - Embed skill documentation files (fixi, moxi, paxi, ssexi, rexi) - Use actix-web for HTTP server - Use maud for HTML templating - UI features: - List vendor files with sizes, CDN URLs, and curl commands - List documentation with descriptions and view links - Quick start section with usage examples - Styled with tachyons CSS - Interactive with fixi.js and moxi Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
149db2bsilen2026-06-30 18:28Add moxi, paxi, ssexi, and rexi project skills - Created comprehensive skill documentation for all fixi ecosystem libraries: - moxi: client-side scripting with on-* and live attributes - paxi: HTML morphing for state-preserving DOM swaps - ssexi: Server-Sent Events support for real-time streaming - rexi: fluent fetch API wrapper for JSON calls - Each skill includes overview, attributes, events, examples, best practices - Added quick reference cards for each library Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
b284020silen2026-06-30 18:24Add fixi project skill with comprehensive reference - Created .vibe/skills/fixi/skill.md with full fixi.js documentation - Includes attributes, events, configuration, and examples - Added workflows, best practices, and quick reference card Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
5b41d06silen2026-06-30 18:16Initial commit