Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>BrettApps AI Platform</title> | |
| <link rel="stylesheet" href="styles.css" /> | |
| </head> | |
| <body> | |
| <header class="hero"> | |
| <nav class="nav"> | |
| <div class="brand">BrettApps AI Platform</div> | |
| <div class="nav-links"> | |
| <a href="#capabilities">Capabilities</a> | |
| <a href="#workflows">Workflows</a> | |
| <a href="#stack">Stack</a> | |
| </div> | |
| </nav> | |
| <main class="container hero-grid"> | |
| <section class="hero-copy"> | |
| <p class="eyebrow">Hugging Face Space</p> | |
| <h1>Modular AI operations for publishing, research, and agent workflows.</h1> | |
| <p class="lead"> | |
| BrettApps AI Platform is a production-oriented agent system for building | |
| ebooks, running market research, operating local and cloud LLMs, and | |
| coordinating repeatable automation workflows. | |
| </p> | |
| <div class="actions"> | |
| <a class="button button-primary" href="https://huggingface.co/spaces/Brettapps/brettapps-ai-platform"> | |
| View Space Repo | |
| </a> | |
| <a class="button button-secondary" href="#capabilities"> | |
| Explore Capabilities | |
| </a> | |
| </div> | |
| </section> | |
| <aside class="status-card"> | |
| <h2>Deployment status</h2> | |
| <ul class="status-list"> | |
| <li><span>Runtime</span><strong>Running</strong></li> | |
| <li><span>Space type</span><strong>Static</strong></li> | |
| <li><span>Namespace</span><strong>Brettapps</strong></li> | |
| <li><span>Primary goal</span><strong>Multi-agent AI operating system</strong></li> | |
| </ul> | |
| </aside> | |
| </main> | |
| </header> | |
| <section id="capabilities" class="section container"> | |
| <div class="section-heading"> | |
| <p class="eyebrow">Capabilities</p> | |
| <h2>Designed to connect research, generation, and operations.</h2> | |
| </div> | |
| <div class="grid cards-3"> | |
| <article class="card"> | |
| <h3>AI publishing</h3> | |
| <p> | |
| Ebook ideation, structured outlines, long-form drafting, and publishing | |
| workflows for repeatable content pipelines. | |
| </p> | |
| </article> | |
| <article class="card"> | |
| <h3>Research automation</h3> | |
| <p> | |
| SEO and market research agents that gather signals, rank opportunities, | |
| and feed downstream writing and planning systems. | |
| </p> | |
| </article> | |
| <article class="card"> | |
| <h3>Agent operations</h3> | |
| <p> | |
| Runtime visibility, service-oriented architecture, and CLI-first control | |
| for orchestrating local and remote agent tasks. | |
| </p> | |
| </article> | |
| </div> | |
| </section> | |
| <section id="workflows" class="section section-alt"> | |
| <div class="container"> | |
| <div class="section-heading"> | |
| <p class="eyebrow">Core workflows</p> | |
| <h2>Built for practical execution, not demos.</h2> | |
| </div> | |
| <div class="grid cards-2"> | |
| <article class="card"> | |
| <h3>Ebook pipeline</h3> | |
| <ul class="feature-list"> | |
| <li>Keyword-aware topic discovery</li> | |
| <li>Outline generation and chapter structure</li> | |
| <li>LLM-assisted drafting with local or cloud providers</li> | |
| <li>EPUB-ready publishing flow</li> | |
| </ul> | |
| </article> | |
| <article class="card"> | |
| <h3>Platform integrations</h3> | |
| <ul class="feature-list"> | |
| <li>Ollama for local models</li> | |
| <li>Gemini and OpenAI for cloud execution</li> | |
| <li>Hugging Face Spaces, models, datasets, and repos</li> | |
| <li>Airtable, Supabase, GitHub, Docker, and Traefik</li> | |
| </ul> | |
| </article> | |
| </div> | |
| </div> | |
| </section> | |
| <section id="stack" class="section container"> | |
| <div class="section-heading"> | |
| <p class="eyebrow">Technical stack</p> | |
| <h2>Clean architecture with long-term maintainability in mind.</h2> | |
| </div> | |
| <div class="stack-grid"> | |
| <div class="stack-group"> | |
| <h3>Platform</h3> | |
| <p>Python 3.13, FastAPI, Typer, Rich, Linux, Docker, PostgreSQL, Redis</p> | |
| </div> | |
| <div class="stack-group"> | |
| <h3>Model providers</h3> | |
| <p>Ollama, Gemini, OpenAI, Hugging Face</p> | |
| </div> | |
| <div class="stack-group"> | |
| <h3>Operating model</h3> | |
| <p>Clients for external APIs, services for orchestration, agents for decisions, CLI for dispatch.</p> | |
| </div> | |
| </div> | |
| </section> | |
| </body> | |
| </html> | |