Skip to content
@ToseaAI

Tosea.ai

AI presentation studio for professionals — turning any document into industry-grade decks across 20+ domains.

Tosea.ai logo

Tosea.ai

AI presentation studio, built for professionals.

From a PDF, an outline, or a single prompt — Tosea generates polished, industry-grade decks across 20+ professional domains: consulting, finance, healthcare, legal, engineering, design, research, marketing, and more.

Website Twitter / X Email GitHub followers

Featured work · What we work on · Industries we serve · Stay in the loop · 中文


About

Tosea is an AI-native presentation studio for professionals. Our product turns long documents — research, reports, briefs, decks-in-progress — into polished HTML and PPTX presentations in minutes, not hours. We ship for every team that lives or dies by the quality of their slides: management consultants, investment analysts, doctors, lawyers, engineers, researchers, designers.

Around the product we open-source the standards and tooling the rest of the ecosystem needs: a portable file format (HTMLSlide), agent integrations (MCP, Claude Code skills), and curated lists that map the wider AI-presentation landscape.

Everything on this org page is open-source and self-serve.


Featured work

Click a card to open the repo.

Stars License

The definitive curated list of HTML slide–generation skills and template libraries for Claude Code, Codex, Cursor, OpenClaw, and Hermes. 24+ skills sorted into tiers by GitHub stars, with inline demo previews.

Stars License

60 production-grade prompts for OpenAI's GPT Image 2 — curated, bilingual, fully source-attributed. Every prompt links back to the original author's X post; live previews on Tosea.

Stars

An open, lightweight file-format standard for HTML presentations. Each slide is an independent HTML document, all local assets included, with a htmlslide.json manifest defining playback order. Designed so any AI agent's HTML-deck output can drop into a single predictable target.

Stars

Official Tosea.ai skill package. Teaches AI agents (Claude Code / Codex / Cursor / OpenClaw) how to drive Tosea's document-to-presentation pipeline through local Python wrappers around /api/mcp/v1.

Stars

Official Model Context Protocol server for Tosea. Wraps the production HTTP contract behind a stable MCP tool surface so Claude Code, Cursor, Codex, and other MCP clients can generate decks without ever holding raw API keys.

🌐 tosea.ai

Live

The product. Upload a document, pick the industry style, get a presentation. The system handles structure, layout, charts, citations, and tone — calibrated to the conventions of each professional domain. Free tier available.


What we work on

Area What it means in practice
Document → Presentation Parsing long PDFs (multi-column, equations, tables, figures, financial statements) and rendering them as either editable PPTX or single-file HTML decks.
Industry-aware design Each professional domain has its own conventions — McKinsey-style consulting decks, IB pitch books, medical journal posters, legal exhibits, engineering whiteprints. Tosea ships these as first-class style systems, not afterthought templates.
HTML-native slides HTML is the right ground truth for AI-generated decks — versionable, embeddable, renders anywhere. Hence HTMLSlide and the awesome list above.
Agent tooling First-class MCP server and skill packages so any coding agent (Claude Code, Codex, Cursor, Hermes, OpenClaw) can call us.
Open standards & curation When we find a gap in the ecosystem — a missing format, a missing index — we publish it openly rather than hoarding internally.

Industries we serve

A non-exhaustive map of the professional domains Tosea is calibrated for. Each one comes with its own visual conventions, data idioms, and language register — Tosea matches the domain instead of forcing one generic template across all of them.

💼 Management Consulting 🏦 Investment Banking & Finance 📊 Equity & Market Research ⚕️ Healthcare & Pharma
⚖️ Legal & Compliance 🏗️ Architecture & Real Estate 🔬 Academic Research 🛠️ Engineering & Manufacturing
💻 Technology & SaaS 🚀 Startups & Venture 📈 Marketing & Advertising 🎓 Education & Training
🏛️ Government & Policy 🌍 NGO & Nonprofit 🛒 Retail & Consumer Goods 🚚 Logistics & Supply Chain
⚡ Energy & Utilities 🎬 Media & Entertainment 🎨 Design & Creative 🌾 Agriculture & FoodTech

Don't see your field? Tell us — we add new industry style systems on request.


Stay in the loop


© Tosea.ai · Hong Kong · Built for a better way to present.

Popular repositories Loading

  1. awesome-html-slide-skills awesome-html-slide-skills Public

    A curated list of HTML slide generation skills and template libraries for Claude Code, Codex, Cursor, OpenClaw, and Hermes. 精选 HTML 演示文稿 Skill 与模板库。

    146 9

  2. llm-fingerprint-detector llm-fingerprint-detector Public

    Verify which LLM an OpenAI-compatible API really serves — single-token behavioral fingerprinting (Jensen-Shannon) from the paper "One Token Is Enough" (arXiv:2607.10252). Zero-dependency TypeScript…

    TypeScript 19 5

  3. awesome-seedance-2.5-prompts awesome-seedance-2.5-prompts Public

    A curated, bilingual collection of prompts for ByteDance Seedance 2.5 — 30-second AI video, up to 50 multimodal references, and region editing. Opening ahead of the early-July 2026 public launch. L…

    Python 16 1

  4. awesome-gpt-image-2-prompts awesome-gpt-image-2-prompts Public

    60 production-grade prompts for OpenAI's GPT Image 2 - curated, bilingual, fully source-attributed. Live previews on Tosea.ai.

    Python 13 1

  5. slides-generation-skills slides-generation-skills Public

    Tosea's slides-generation-skills

    Python 3

  6. HTMLSlide HTMLSlide Public

    HTMLSlide is an open, lightweight file format standard for defining reusable HTML Slides — modular, self-contained fragments of HTML that can be easily composed, shared, and rendered across projects.

    JavaScript 1

Repositories

Showing 9 of 9 repositories
  • stripe-entitlements Public

    Dual-runtime Stripe billing and SaaS entitlements for TypeScript/Node/Next.js and Python/FastAPI, with PostgreSQL credits, Checkout, webhooks, refunds, SCA, annual grants, and full-period or prorated upgrades.

    ToseaAI/stripe-entitlements's past year of commit activity
    TypeScript 1 Apache-2.0 0 0 9 Updated Sep 11, 2026
  • awesome-gpt-image-2.5-prompts Public

    Curated prompts + fact-checked evidence tracker for OpenAI's next image model (rumored GPT Image 2.5 / GPT Image 3, testing on Arena as luna-lisa-alpha)

    ToseaAI/awesome-gpt-image-2.5-prompts's past year of commit activity
    0 0 0 0 Updated Aug 22, 2026
  • HTMLSlide Public

    HTMLSlide is an open, lightweight file format standard for defining reusable HTML Slides — modular, self-contained fragments of HTML that can be easily composed, shared, and rendered across projects.

    ToseaAI/HTMLSlide's past year of commit activity
    JavaScript 1 MIT 0 0 0 Updated Aug 19, 2026
  • llm-fingerprint-detector Public

    Verify which LLM an OpenAI-compatible API really serves — single-token behavioral fingerprinting (Jensen-Shannon) from the paper "One Token Is Enough" (arXiv:2607.10252). Zero-dependency TypeScript library + CLI. Catches model substitution by resellers & gateways.

    ToseaAI/llm-fingerprint-detector's past year of commit activity
    TypeScript 19 MIT 5 0 0 Updated Jul 21, 2026
  • awesome-seedance-2.5-prompts Public

    A curated, bilingual collection of prompts for ByteDance Seedance 2.5 — 30-second AI video, up to 50 multimodal references, and region editing. Opening ahead of the early-July 2026 public launch. Live gallery on Tosea.ai.

    ToseaAI/awesome-seedance-2.5-prompts's past year of commit activity
    Python 16 1 0 0 Updated Jun 23, 2026
  • awesome-html-slide-skills Public

    A curated list of HTML slide generation skills and template libraries for Claude Code, Codex, Cursor, OpenClaw, and Hermes. 精选 HTML 演示文稿 Skill 与模板库。

    ToseaAI/awesome-html-slide-skills's past year of commit activity
    146 9 0 1 Updated Jun 23, 2026
  • .github Public

    Public profile for the Tosea.ai GitHub organization. Edit profile/README.md to update the org homepage.

    ToseaAI/.github's past year of commit activity
    0 0 0 0 Updated May 13, 2026
  • awesome-gpt-image-2-prompts Public

    60 production-grade prompts for OpenAI's GPT Image 2 - curated, bilingual, fully source-attributed. Live previews on Tosea.ai.

    ToseaAI/awesome-gpt-image-2-prompts's past year of commit activity
    Python 13 1 0 0 Updated Apr 22, 2026
  • slides-generation-skills Public

    Tosea's slides-generation-skills

    ToseaAI/slides-generation-skills's past year of commit activity
    Python 3 MIT 0 0 0 Updated Apr 7, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.