Reinventing the wallpaper.
A platform for live wallpapers. A marketplace for creators. A canvas for developers.
Fluxlay is a platform for live wallpapers. It runs across Windows, macOS, and the Web — stills, animations, and code-driven wallpapers all live inside a single app.
fluxlay.com — Download — Gallery — Docs — About
Design the screen you stare at all day. Multi-monitor, per-workspace switching, all included.
A marketplace where you can sell from a single piece. Instant payouts via Stripe, discovery built around wallpapers specifically. We don't ask how you made it — only what came out.
Get started
How-to
Reference
npm install @fluxlay/reactimport { useNowPlaying } from "@fluxlay/react";
export default function Wallpaper() {
const { track } = useNowPlaying();
return <Cover src={track?.artwork} />;
}Read system state as React Hooks and write wallpapers in code. What you build can be sold on the marketplace as-is.
Get started
- Developer Guide — overview
- Getting Started
- Interactive Wallpaper
- Shell Wallpaper
- Publish a Wallpaper
SDK Reference
useAudiouseMediaMetadatauseMousePositionusePropertiesuseShelluseSystemMonitoruseTerminal- Vite Plugin
CLI Reference
- examples — Sample wallpapers built with
@fluxlay/react
See each repository's license. Reach us at fluxlay.com/contact.