Turn any iPad or iPhone into a beautiful digital frame.
Show off your photos, stay on top of your day.

Teach your old device some new tricks.
Photos, widgets, and custom content beautifully composed on your device.
A dedicated display that shows you what matters without demanding your attention.
Beautiful photo and video slideshows with face-aware cropping and smooth transitions. Insert any website or HTML to create custom slides that can be inserted between your photos.
Display up to six widgets on top your photos. Choose between time, weather, calendar, and reminder / to do widgets. Create your own custom widgets by embedding any website or writing your own HTML.
Your photos stay on your device. Use your existing Albums, or create a shared iCloud album to let loved ones send photos to your frame without needing to sign up for another cloud storage service.
Face-aware cropping that automatically focuses on the people in your photos for the perfect composition.
Cross-fade, slide, or fade-out transitions paired with the Ken Burns effect for subtle panning and zooming.
Capable of 24/7 operation. Just set a sleep schedule and plug it in. No plug?. No problem. Battery optimizations let it run on your desk all day.
Want a custom widget but don't know how to code?
Describe your idea to any AI assistant and paste the result straight into Fig.
1. Ask your AI
Works with ChatGPT, Claude, Gemini, or any other AI assistant.
2. Paste into Fig
<!DOCTYPE html>
<html>
<head>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
display: flex; flex-direction: column;
align-items: center; justify-content: center;
height: 100vh; background: transparent;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
color: white; text-align: center;
}
.emoji { font-size: 40px; margin-bottom: 12px; }
.label { font-size: 5vw; letter-spacing: 0.2em;
text-transform: uppercase; opacity: 0.5; margin-bottom: 0.5vw; }
.event { font-size: 9vw; font-weight: 600; margin-bottom: 2vw; }
.count {
font-size: 30vw; font-weight: 800; line-height: 1;
background: linear-gradient(135deg, #60a5fa, #a78bfa);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.unit { font-size: 5vw; opacity: 0.5; margin-top: 1vw;
letter-spacing: 0.2em; text-transform: uppercase; }
</style>
</head>
<body>
<div class="label">countdown to</div>
<div class="event">Summer Vacation</div>
<div class="count" id="days">โ</div>
<div class="unit">days to go</div>
<script>
const target = new Date('2026-06-21');
const diff = Math.ceil((target - new Date()) / 86400000);
document.getElementById('days').textContent = diff > 0 ? diff : '๐';
</script>
</body>
</html>In Fig, go to Custom Widget โ HTML and paste.
Ready-made widgets you can paste straight into Fig Frame. Use as-is or customize to make them your own.
Large time display over a shifting gradient background with greeting, date, and seconds progress bar.
Selects a random quote from a list you provide with a floating particle canvas background.
Canvas-rendered animated night ocean with stars and layered waves. Pure visual ambiance.
Shows the current lunar phase, computed entirely on-device โ no network or API needed. Renders the illuminated disc with a soft atmospheric glow.
Visual 25-minute countdown ring with work/break phases. Starts automatically and pulses gently when break time begins. Great for desk use.
Scrolling news ticker that fetches real headlines from an RSS feed via a public API. Customise the feed URL.
Editable countdown-to-date pill with gradient number. Change the target date and label to suit any event.
Shows live device battery level and charging state using the Browser Battery API. Colour shifts from red to green.
Elegant family name or custom message widget with a subtle frosted pill. Edit the text to personalise.
Multiple time zones displayed side-by-side in a compact pill row. Useful for remote teams or family abroad. Pure JS, no API needed.
Fetches a random joke from the free icanhazdadjoke.com API on each reload. Light-hearted content that changes every slide cycle.
Select the feature below to see a demo of it in action.
Watch a complete tour of Fig Frame โ from setup to key features.
"It's like Aura Frame and TRMNL had a baby on my iPad."
"Fig Frame transformed our old iPad into the best digital picture frame we've ever had. So clean and simple. Love it!"
โ Early Beta Tester
Select the version that works best for your device.
iOS 17+ ยท Full Feature Set
iOS 15.6+ ยท (for older devices)