Create beautiful presentations powered by Livewire, with polished navigation, expressive motion, and a Blade-first workflow.
Launch-ready workflow
Build presentations in Laravel with slides, markdown, code, diagrams, and Tailwind layouts.
Keep state on the server while still getting polished controls, fragments, and reactive flows.
SlideWire keeps deck state on the server with Livewire, so you can build interactive presentations without leaving the Laravel toolset they already use every day.
The deck ships with strong defaults, but stays composable
Render polished presentations as real application routes.
Use Livewire-driven state while keeping the workflow straightforward.
Themes, typography, and controls make decks feel launch-ready fast.
SlideWire supports keyboard, click, swipe, and hash-based navigation, plus vertical stacks for deeper drill-downs inside a single topic.
Horizontal
Left and right navigation lands on the top of each column.
Fade, slide, zoom, fragments, auto-animate, and auto-slide let each deck control pacing without needing a separate front-end framework.
Transitions
Keep deck-wide motion consistent, then override only when a slide needs emphasis.
Fragments
Fragments stage talking points.
Auto-animate connects matching elements.
Auto-slide works for demos and kiosk loops.
Build decks in a single Blade file, mix in Tailwind composition, and reach for purpose-built SlideWire components when content needs code samples or visual structure.
<x-slidewire::deck theme="neon">
<x-slidewire::slide>
<x-slidewire::markdown>
## Blade-first workflow
</x-slidewire::markdown>
</x-slidewire::slide>
</x-slidewire::deck>
Customization
SlideWire automatically loads configured Google Fonts and gives each deck room for gradients, overlays, theme-driven styling, and media-backed slides when you want extra visual storytelling.
Google Fonts
Inter + JetBrains Mono
Configured fonts are injected automatically, so display and code typography feel polished with zero extra wiring.
Visual depth
Media + overlays
Use image or video backgrounds when needed, then layer neon gradients and translucent panels on top.
Google Fonts config
<x-slidewire::deck theme="neon">
<x-slidewire::slide>
<h2>Styled with loaded fonts</h2>
</x-slidewire::slide>
</x-slidewire::deck>
Media-ready slides
<x-slidewire::slide
background-image="/img/hero.jpg"
background-size="cover"
background-position="center"
>
</x-slidewire::slide>
<x-slidewire::slide
background-video="/video/demo.mp4"
background-opacity="0.4"
>
</x-slidewire::slide>
AI agents can use the bundled SlideWire Boost skill to scaffold decks, choose the right components, structure horizontal and vertical flow, and refine visuals without guessing at package conventions.
Steers agents toward `make:slidewire`, single-file decks, and route macro registration.
Helps agents reach for slides, fragments, markdown, code, and diagrams at the right time.
Encourages strong themes, deliberate motion, readable spacing, and presenter-friendly pacing.