Use Vestafact Anywhere
A fresh phrase flips onto this board every hour. Use it anywhere you want, free.
Create your own personal board if you want your own message, theme, and shareable embed — free, with one-click Google sign-in.
Independent custom recreation inspired by Vestaboard public product visuals and documentation.
Live Embed
This version stays synced automatically with the live messages from the admin page.
Available theme values: note-dark, note-blue, paper-light, and paper-night.
<div style="width:min(100%,1280px);margin:0 auto;">
<vestafact-live board-id="main"></vestafact-live>
</div>
<script type="module" src="https://vestafact.com/src/vestafact-live-embed.js"></script>
For React or Next.js, load the module script in the document head or root layout before rendering the custom element.
Iframe Fallback
Use this if the site builder blocks custom elements or module scripts. The compact embed hides the lower brand row to reduce clipping.
<iframe
src="https://vestafact.com/embed.html"
title="Vestafact Display"
style="width:100%;max-width:1280px;height:clamp(250px,32vw,430px);border:0;display:block;"
loading="lazy">
</iframe>
Clean fallback URL: https://vestafact.com/embed-clean.html
Fit-first fallback URL: https://vestafact.com/embed-fit.html