Content Ixen
@alvagante/content-ixenv2026.06.15.2
01README
Generate Ixen pages — self-narrated, mixed-media web pages in the tradition of 'I, Xen' (2005), where the technology itself speaks in first person while teaching real technical content. Self-contained HTML output with pop-up command windows, zoomable images, embedded video/audio/PDF. Uses Claude or any OpenAI-compatible endpoint, or saves agent-written pages keylessly.
02Models
@alvagante/content-ixenv2026.06.15.2content_ixen.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey? | string | |
| baseUrl? | string | |
| outputDir? | string |
fn generate(topic: string, narrator?: string, details?: string, media?: string, mediaItems?: array, model: string, credits?: string, outputDir?: string)
Generate a first-person narrated Ixen page on the given topic using a configured LLM endpoint
| Argument | Type | Description |
|---|---|---|
| topic | string | |
| narrator? | string | |
| details? | string | |
| media? | string | |
| mediaItems? | array | |
| model | string | |
| credits? | string | |
| outputDir? | string |
fn save(content: string, title?: string, narrator: string, topic: string, details?: string, media?: string, mediaItems?: array, model: string, credits?: string, outputDir?: string)
Store an externally written Ixen page body (e.g. authored by the calling agent) without making any inference call — no API key or endpoint required
| Argument | Type | Description |
|---|---|---|
| content | string | |
| title? | string | |
| narrator | string | |
| topic | string | |
| details? | string | |
| media? | string | |
| mediaItems? | array | |
| model | string | |
| credits? | string | |
| outputDir? | string |
Resources
page(infinite)— Generated Ixen page metadata and HTML body
Files
html(text/html)— Self-contained Ixen page (HTML with inlined CSS and JavaScript)
03Previous Versions
2026.06.15.1Jun 14, 2026
2026.06.14.2Jun 14, 2026
04Stats
A
100 / 100
Downloads
3
Archive size
25.5 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels