Studio
Generate summaries, flashcards, quizzes, charts, and reports from your documents — just describe what you want.
Key capabilities
Frequently asked questions
How does natural language workflow generation work?
Type a plain-English prompt describing what you need. Groq 70B generates a workflow definition with retrieval, cross-referencing, and generation steps. The definition is validated via Pydantic, then auto-executed against your selected documents. Results are returned as structured sections rendered by SmartCardRenderer. The entire generate-and-run pipeline is a single API call.
What output types are available?
Studio supports 15 structured section types: header (gradient banners), text, key_value (hierarchical pairs), table (zebra striping with sticky headers), metric (ring gauges), list, alert, checklist (completion rings), timeline (colored status dots), flashcard (flip animation), quiz (multiple-choice with answer reveal), citation, chart_bar, chart_pie, and chart_line (all via Recharts). The AI selects the appropriate types based on your prompt.
Can I export results?
Yes. Results can be exported to PDF (WeasyPrint with branded Jinja2 templates), CSV (standard comma-separated), PPTX (PowerPoint with branded colors and 15 section-type handlers), and plain TXT. All formats are available via the DownloadHub dropdown on any result view. You can also generate token-based public share links to let others view results without an account.