Files
plezy/website
edde746 7c515bf8fa feat(website): serve Windows from the Microsoft Store and tag store campaigns
The Windows button downloaded plezy-windows-installer.exe from the latest
release. It now opens the Store listing, which brings Store-managed updates.
The endpoint redirects to ms-windows-store://, so the button only resolves on
Windows; macOS and Linux keep their direct release downloads.

Store links carry campaign parameters (ct=Landing, utm_campaign=landing,
cid=landing) so landing-page traffic separates from the README's in each
store's own reporting. Play reports utm_source and utm_campaign, so no
utm_medium is sent.

Structured data keeps untagged canonical URLs: schema.org offers are consumed
by search engines, and a rich-result click is not landing-page traffic.
2026-07-31 21:21:06 +02:00
..
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00

Plezy Website

Source for plezy.app, built with SvelteKit and exported as a static site.

Development

bun install
bun run dev

Checks

bun run check

Build

bun run build

The production output is written to build/ and is intentionally ignored by git.