¿Puedo vibecodear MagicSlides?
PARCIAL · un fin de semanaAn LLM that turns a topic or URL into an outline and renders a PPTX/PDF is a weekend build. What MagicSlides actually sells is the template library, the export fidelity, and the distribution: a Google Slides add-on and a browser extension already installed by millions. You can rebuild the core loop; you can't rebuild the polish or the install base overnight.
Build me an AI presentation generator to replace MagicSlides, in an empty repo. Stack (no alternatives): a Node.js + TypeScript CLI. Use pptxgenjs for PPTX output and LibreOffice headless (soffice --headless --convert-to pdf) for the PDF. Do not build a web app. Core loop: - `deck new "<topic>"` OR `deck new --url <article-url>` OR `deck new --yt <youtube-url>`. - For --url, fetch and strip the page to text; for --yt, pull the transcript via the youtube-transcript package; for a bare topic, skip fetching. - Send that text to an LLM (key in .env) and ask for structured JSON: a deck title, then per slide a title, 3-5 bullets, and speaker notes. - Render the JSON with pptxgenjs using one of five layouts: title, bullets, two-column, section-break, quote. - Write ./decks/<slug>/deck.pptx, deck.pdf, and the raw slides.json. Details: - One theme file (fonts, colors, logo) so every deck is consistent; no per-deck design. - `deck redo <n>` regenerates a single slide by number, leaving the rest untouched. - Decks are plain files on disk, git-friendly and hand-editable. No database. - Secrets (LLM key, optional image API key) live in .env; ship .env.example. - No accounts, no telemetry; the only network calls are the LLM, the optional image API, and the URL/YouTube fetch. - Out of scope: a web editor, a Google Slides add-on, a browser extension, hosted share links, collaboration. Editing the PPTX in Keynote/PowerPoint is the editor. - README: keys, the three input modes, export commands, and how to add a layout.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
People pay because it drops into Google Slides and their browser where they already work, and the output looks presentable without opening PowerPoint. The AI is commodity; the template quality and the frictionless install are what they are actually buying.
x70+ polished templates and design presets
xone-click Google Slides add-on and browser extension
xreliable PPTX/PDF export fidelity
xhosted sharing and no-watermark output
xteam and API tiers
Precio de MagicSlides
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| premium | $29/usuario | — | $29 of model credits/month; 70+ templates; 150+ design systems; decks of 50+ slides. |
| premium plus | $34/usuario | — | $34 of model credits/month; 70+ templates; 150+ design systems; decks of 50+ slides; face-image and HTML Studio features. |
| team & enterprise | a medida | — | Invoice billing and centralized purchasing; numeric credit, seat and usage caps are not published. |
| done by us | a medida | — | 1 presentation delivered in 48–72 hours. |
plan gratisno permanent free tier verified
facturaciónmonthly + annual for Premium tiers; annual advertised at 17% off; Done By Us is a one-time purchase
costos ocultoslicense is tied to one Google account; model-credit consumption can exceed the included monthly amount; API access is a separately priced product
verificado 2026-08-13 · fuente ↗
¿Puedo vibecodear MagicSlides?
Parcial. El núcleo de MagicSlides se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: 70+ polished templates and design presets, one-click Google Slides add-on and browser extension. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta MagicSlides?
MagicSlides cuesta unos $29/mes (Premium, revisado 2026-08-13), o sea $348 al año.
¿Qué pierdo si reemplazo MagicSlides?
Con honestidad: 70+ polished templates and design presets; one-click Google Slides add-on and browser extension; reliable PPTX/PDF export fidelity; hosted sharing and no-watermark output; team and API tiers. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a MagicSlides?
Sí: Slidev (Open-source Markdown/HTML slide deck framework, a strong base for a generator), Marp (Markdown-to-slides ecosystem with PPTX/PDF export). Usar arte previo también es vibecodear; el prompt es para cuando la quieres exactamente a tu modo.