Skip to content

Fluxlay

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.comDownloadGalleryDocsAbout

Built for three viewpoints

For people who decorate

Design the screen you stare at all day. Multi-monitor, per-workspace switching, all included.

Download Fluxlay

For people who create

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

For people who write code

npm install @fluxlay/react
import { 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

SDK Reference

CLI Reference

Repositories

  • examples — Sample wallpapers built with @fluxlay/react

Contact

See each repository's license. Reach us at fluxlay.com/contact.

Popular repositories Loading

  1. examples examples Public

    Live wallpaper examples for Fluxlay — React, Three.js, Canvas, system monitor & shell integrations

    TypeScript 2 1

  2. claude-plugin claude-plugin Public

    Claude Code plugin for building Fluxlay wallpapers — scaffold, validate, and publish without leaving the chat.

    JavaScript 1

  3. .github .github Public

Repositories

Showing 3 of 3 repositories

Top languages

Loading…

Most used topics

Loading…