diff --git a/README.md b/README.md index 7f1e1f5..b6e4bd6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# ScreenTinker +# ScreenTinker — Open-Source, Self-Hosted Digital Signage Software -ScreenTinker is self-hosted digital signage software. Manage screens across multiple locations from one dashboard — built for retail, offices, lobbies, and any environment where you need centralized control over what's displayed on remote screens. Open source, multi-tenant, single-developer maintained with direct contact access. +ScreenTinker is a free, open-source **digital signage CMS** you can self-host on your own server — or run in our managed cloud. Manage TVs, video walls, and kiosks across multiple locations from one dashboard, with remote control, scheduling, playlists, and analytics. Built for retail, QSR menu boards, offices, lobbies, education, and any environment where you need centralized control over remote screens. Multi-tenant, MIT-licensed, single-developer maintained with direct contact access. + +**Runs on any screen** — Android TV, Fire TV, Samsung Tizen, LG webOS, Amazon Vega OS, Raspberry Pi, Windows, ChromeOS, or any web browser. No per-device player licence, no hardware lock-in. + +**Why self-host?** Keep your content and data on your own infrastructure, avoid per-screen SaaS fees, run air-gapped on a private LAN, and read or fork the source. Set `SELF_HOSTED=true` and a $5 VPS drives hundreds of screens. **Hosted version:** [screentinker.com](https://screentinker.com) — free tier available, no credit card required. +**Guides:** [What is digital signage?](https://screentinker.com/guides/what-is-digital-signage.html) · [Open-source digital signage](https://screentinker.com/guides/open-source-digital-signage.html) · [Self-hosting guide](https://screentinker.com/guides/self-hosted-digital-signage.html) **Community:** [Discord](https://discord.gg/utTdsrqq4Z) ## Features diff --git a/docs/seo-directory-listings.md b/docs/seo-directory-listings.md new file mode 100644 index 0000000..f056284 --- /dev/null +++ b/docs/seo-directory-listings.md @@ -0,0 +1,53 @@ +# SEO: Off-Site Listings & Backlink Checklist + +These are the **off-repo** SEO actions that can't be done in code — they need an account, a +form submission, or outreach. Every serious competitor (Yodeck, ScreenCloud, OptiSigns, Xibo, +Anthias) is listed across these; ScreenTinker currently is not. Each listing is both a +high-authority backlink and a surface that ranks for "best/free/open-source/alternative" +queries. Ordered by ROI. + +## Reusable submission kit (prepare once, paste everywhere) + +- **Name:** ScreenTinker +- **Category:** Digital Signage Software / Digital Signage CMS +- **One-liner:** Free, open-source, self-hostable digital signage CMS. Runs on any screen — Android TV, Fire TV, Tizen, webOS, Raspberry Pi, Windows, browser — with no per-device player licence. +- **Short desc (≈50 words):** ScreenTinker is an open-source (MIT) digital signage platform you can self-host or run in the cloud. Manage TVs, video walls, and kiosks from one dashboard with remote control, scheduling, playlists, multi-zone layouts, and analytics. Free plan; Pro from $39–99/mo; unlimited free when self-hosted. +- **Pricing:** Free (1 device) · Starter $39/mo (5) · Pro $99/mo (15) · Self-hosted free/unlimited +- **Deployment:** Cloud (SaaS) + On-premise / Self-hosted +- **Platforms:** Android TV, Fire TV, Samsung Tizen, LG webOS, Amazon Vega OS, Raspberry Pi, Windows, ChromeOS, Web +- **License:** MIT (open source) +- **Website:** https://screentinker.com +- **Repo:** https://github.com/screentinker/screentinker +- **Logo / screenshots:** dashboard-preview.png + assets/icon-512.png (grab 3–4 dashboard shots) +- **Differentiators to emphasize:** open source, self-host/air-gapped, no per-screen fee, all players free, live Android remote control. + +## Tier 1 — highest ROI (do first) + +- [ ] **Capterra** — https://www.capterra.com/vendors/sign-up · digital-signage category. The #1 review moat competitors have (Yodeck 4,700+ reviews). Claim/create the profile, then seed honest reviews from real users. +- [ ] **G2** — https://www.g2.com/products/new · ranks for "[competitor] alternatives". Create the product, request reviews. +- [ ] **AlternativeTo** — https://alternativeto.net/manage-item/ · submit ScreenTinker as an alternative to **Yodeck, ScreenCloud, OptiSigns, Xibo, Anthias/Screenly**. Tag: open source, self-hosted, free. This is where OSS-seekers browse. +- [ ] **awesome-selfhosted** — PR to https://github.com/awesome-selfhosted/awesome-selfhosted (Digital Signage / Media section). High-authority, high-intent backlink; Anthias/Xibo are there. +- [ ] **fingoweb "Top open source digital signage" roundup** — pitch inclusion via their contact form (their article ranks #1 for several OSS queries and omits us). Highest-value single listicle. + +## Tier 2 — directory saturation + +- [ ] **SourceForge** — https://sourceforge.net/create/ (OSS directory, ranks for "open source digital signage"). +- [ ] **GetApp** — https://www.getapp.com/ (Gartner network; often auto-generates "vs" pages). +- [ ] **Software Advice** — https://www.softwareadvice.com/ (Gartner network). +- [ ] **GoodFirms** — https://www.goodfirms.co/ (their "Top Free & Open Source" roundup ranks). +- [ ] **SoftwareSuggest / SaaSHub / Slashdot** — quick profile submissions. +- [ ] **Product Hunt** — a launch post (one-time spike + durable backlink). + +## Tier 3 — community / organic signals + +- [ ] **r/selfhosted** — a genuine "I built/self-host this" post (Anthias gets real traffic here). No spam; lead with the self-host story. +- [ ] **r/digitalsignage** — participate, link where relevant. +- [ ] **Hacker News (Show HN)** — "Show HN: ScreenTinker – open-source self-hosted digital signage." +- [ ] **GitHub repo polish** — topics/tags: `digital-signage`, `signage`, `self-hosted`, `open-source`, `cms`, `raspberry-pi`, `kiosk`, `android-tv`. Keyword-rich description + README (done). Stars are themselves a ranking signal (Anthias ranks partly because its repo does). +- [ ] **Roundup outreach** — signagespace.com, cenareo, nento, digitalsignagehub.org, softwaresuggest "15 best" — ask to be added. + +## Notes + +- **Do NOT fabricate reviews or ratings** — seed real ones from actual users only. Fake aggregateRating is a Google penalty risk (we already removed a fabricated one from the landing page). +- Reuse the exact same name/desc/logo everywhere for entity consistency (helps Google's Knowledge Graph). +- Re-run `scripts/indexnow-submit.sh` after the new pages deploy to prod so Bing/Yandex re-crawl immediately. diff --git a/frontend/41498e6c84045d9d187f4504c122e54f.txt b/frontend/41498e6c84045d9d187f4504c122e54f.txt new file mode 100644 index 0000000..f7a4eb2 --- /dev/null +++ b/frontend/41498e6c84045d9d187f4504c122e54f.txt @@ -0,0 +1 @@ +41498e6c84045d9d187f4504c122e54f \ No newline at end of file diff --git a/frontend/compare/anthias-alternative.html b/frontend/compare/anthias-alternative.html new file mode 100644 index 0000000..6eccaf4 --- /dev/null +++ b/frontend/compare/anthias-alternative.html @@ -0,0 +1,156 @@ + + + + + + Best Anthias Alternative (2026): ScreenTinker vs Anthias | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

Best Anthias Alternative (2026): ScreenTinker vs Anthias

+

Anthias (formerly Screenly OSE) is a beloved free, open-source signage project for the Raspberry Pi. But it is built around one Pi driving one screen. Here is an honest comparison with ScreenTinker for anyone who needs to manage more than a single display.

+ +

The short answer

+

Anthias is free, open source, and has been active since 2012 with around 3,500 GitHub stars. It runs on the Raspberry Pi 2 through 5 and positions itself as "free digital signage for everyone - no subscriptions, no cloud lock-in." It is essentially one-Pi-one-screen: single-screen oriented, with no multi-tenant or team management and a thin widget ecosystem. (Screenly is the paid-cloud parent product.)

+

ScreenTinker is also free, open source (MIT), and self-hostable - but it adds a modern web dashboard, multi-device fleet management, video walls with multi-screen sync, group sync, scheduling and dayparting, players well beyond the Pi, and an optional managed cloud. It is the better fit the moment you go past a single screen.

+ +

Quick comparison

+
+ + + + + + + + + + + + + + + + + + + + + +
FeatureScreenTinkerAnthias
Open sourceYes (MIT)Yes
Free & self-hostableYesYes
Raspberry Pi playerFree setup scriptYes (Pi 2-5)
Runs beyond Raspberry PiAndroid, Tizen, webOS, Fire TV, Vega, webNo (Pi only)
Modern web dashboardYesBasic device UI
Multi-device fleet managementYesLimited (single-screen oriented)
Multi-tenant / team managementYesNo
Video walls (multi-screen sync)YesNo
Group syncYesNo
Scheduling / daypartingYesBasic
Multi-zone layoutsYesNo
Widget ecosystemYouTube, RSS, Weather, Webpage, moreThin
Live remote control*YesNo
Optional managed cloudYesVia Screenly (paid)
Self-host costFree (your server)Free (your Pi)
+
+

+ * Live remote control is Android only and requires granting the on-device accessibility permission.
+ Comparison as of July 2026, based on each project's publicly listed documentation and repositories. Spot an error? Open an issue on GitHub and we'll fix it. +

+ +

Where Anthias does well

+ + +

Where ScreenTinker is the better choice

+ + +

Pricing snapshot

+

Both Anthias and self-hosted ScreenTinker are free and open source - Anthias on your Raspberry Pi, ScreenTinker on a $5 VPS that comfortably runs hundreds of screens. The difference is not price but reach: ScreenTinker adds fleet management, video walls, group sync, and multi-platform players at the same free-and-self-hosted price point, plus an optional managed cloud (Free, Starter $39/mo, Pro $99/mo) if you would rather not run a server.

+ + + +
+

Try ScreenTinker free

+

Start a 14-day Pro trial. No credit card required.

+ Start Free Trial + View on GitHub +
+
+ + + + + + diff --git a/frontend/compare/xibo-alternative.html b/frontend/compare/xibo-alternative.html new file mode 100644 index 0000000..3f7b1ae --- /dev/null +++ b/frontend/compare/xibo-alternative.html @@ -0,0 +1,157 @@ + + + + + + Best Xibo Alternative (2026): ScreenTinker vs Xibo | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

Best Xibo Alternative (2026): ScreenTinker vs Xibo

+

Xibo is one of the oldest open-source digital signage projects. But its open-source edition ships only a Windows player - the Android, Samsung Tizen, and LG webOS players you probably want cost money. Here is an honest comparison with ScreenTinker.

+ +

The short answer

+

Xibo is a mature, well-documented signage platform that has been around since roughly 2010, with a strong community forum. Its CMS is open source under the AGPLv3 licence - but only the CMS and the Windows player are free. The Android, Tizen, and webOS players require paid perpetual per-device licences, and there is no free plan (the homepage funnels you into a 14-day trial and a paid cloud CMS).

+

ScreenTinker is open source (MIT licensed), self-hostable, and every player is free - Android TV, Fire TV, Samsung Tizen, LG webOS, Amazon Vega OS, Raspberry Pi, and any web browser. No per-device player licence, and there is a genuine free plan. It is the better fit if you want the mainstream players without buying licences, or you want a straightforward MIT codebase you can fork.

+ +

Quick comparison

+
+ + + + + + + + + + + + + + + + + + + + + + +
FeatureScreenTinkerXibo
Open sourceYes (MIT)Yes (AGPLv3, CMS)
Self-host optionYesYes
Free plan1 device, 500MBNo (14-day trial)
Windows playerYes (web player)Yes (free)
Android / Fire TV playerFree
Samsung Tizen playerFree
LG webOS playerFree
Raspberry PiFree setup scriptCommunity/unofficial
Web browser playerYesNo
Video walls (multi-screen sync)YesYes
Multi-zone layoutsYesYes
Scheduling / daypartingYesYes
Live remote control*YesNo
Managed cloud optionYesYes (paid)
Per-device player costFree (all players)Paid on Android/Tizen/webOS
Self-host costFree (your server)Free CMS + paid player licences
+
+

+ * Live remote control is Android only and requires granting the on-device accessibility permission.
+ Comparison as of July 2026, based on each vendor's publicly listed pricing and documentation. Spot an error? Open an issue on GitHub and we'll fix it. +

+ +

Where Xibo does well

+ + +

Where ScreenTinker is the better choice

+ + +

Pricing snapshot

+

Xibo's CMS is free and open source, but the Android, Tizen, and webOS players carry paid perpetual per-device licences, and Xibo explicitly frames self-hosting as "typically a higher total cost of ownership than a plan" to steer you toward its paid cloud CMS. ScreenTinker charges nothing per player on any platform: the managed cloud is a flat $99/mo for 15 devices on Pro, and self-hosting is free and unlimited on a $5 VPS.

+ + + +
+

Try ScreenTinker free

+

Start a 14-day Pro trial. No credit card required.

+ Start Free Trial + View on GitHub +
+
+ + + + + + diff --git a/frontend/guides/digital-signage-android-tv.html b/frontend/guides/digital-signage-android-tv.html index dd5cfde..e0fd2b2 100644 --- a/frontend/guides/digital-signage-android-tv.html +++ b/frontend/guides/digital-signage-android-tv.html @@ -148,7 +148,7 @@ "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://screentinker.com/" }, - { "@type": "ListItem", "position": 2, "name": "Guides", "item": "https://screentinker.com/#features" }, + { "@type": "ListItem", "position": 2, "name": "Guides", "item": "https://screentinker.com/" }, { "@type": "ListItem", "position": 3, "name": "Android TV and Fire TV Signage", "item": "https://screentinker.com/guides/digital-signage-android-tv.html" } ] } diff --git a/frontend/guides/open-source-digital-signage.html b/frontend/guides/open-source-digital-signage.html new file mode 100644 index 0000000..e4ab38c --- /dev/null +++ b/frontend/guides/open-source-digital-signage.html @@ -0,0 +1,216 @@ + + + + + + Open Source Digital Signage Software - Free & Self-Hosted (2026) | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

Open Source Digital Signage Software: Free & Self-Hosted (2026)

+

Open source digital signage lets you own your content, skip per-screen subscription fees, and run your screens on your own terms. Here is what it means, why it matters, and how ScreenTinker fits in.

+ +

What is open-source digital signage?

+

Open-source digital signage is signage software whose source code is publicly available under a permissive license, so anyone can inspect, run, modify, and redistribute it. Instead of renting access to a closed cloud platform, you get the actual application - the content management system (CMS) that schedules and pushes content, plus the players that run on your screens.

+

ScreenTinker is an open-source digital signage CMS released under the MIT license. That license is about as permissive as it gets: you can audit the code, fork it, extend it, and deploy it commercially with no strings attached. You can run it as a managed cloud service or self-host it on a server you control - the same codebase either way.

+ +

Why choose open source over cloud SaaS?

+ + +

What ScreenTinker gives you

+

ScreenTinker is a full digital signage platform, not just a media player. Everything below is in the open-source project:

+ + +

Open source vs the paid SaaS incumbents

+

The dominant hosted products - Yodeck, ScreenCloud, OptiSigns - are closed, cloud-only, and billed per screen. Here is how an open-source CMS compares:

+
+ + + + + + + + + + + + + + + +
ConcernScreenTinker (open source)Cloud SaaS (Yodeck / ScreenCloud / OptiSigns)
License / source accessOpen source (MIT)Closed / proprietary
Per-screen monthly feeNone$5-15/screen/month
Self-host on your own serverYesNo
Data locationYour server (or ST cloud)Vendor's cloud
Air-gapped / offline LAN deploymentPossibleNot possible
Player apps included freeAll platformsVaries / add-on hardware
Fork / customize the codeYesNo
Vendor lock-in riskNone (you own it)High
Managed cloud option availableYes (free / $39 / $99)Yes
+
+ +

How ScreenTinker compares to other open-source options

+

ScreenTinker is not the only open-source signage project - the two best-known alternatives are Xibo and Anthias (formerly Screenly OSE).

+

vs Xibo: Xibo is open source on the server side, but its player apps are not all free - the Android, Tizen, and webOS players are paid licenses. With ScreenTinker every player is free on every platform. See the ScreenTinker vs Xibo comparison.

+

vs Anthias: Anthias is a lightweight single-screen player built for one Raspberry Pi at a time, without a true multi-device fleet CMS. ScreenTinker is a modern multi-device platform - manage Android TV, Fire TV, Tizen, webOS, Vega, Pi, and browsers from one dashboard. See the ScreenTinker vs Anthias comparison.

+ +

Getting started

+

The fastest path is the hosted free plan - one device, no server to run. When you are ready to self-host, clone the repo:

+
git clone https://github.com/screentinker/screentinker.git
+cd screentinker/server
+npm install
+cp .env.example .env
+# edit .env with your domain, JWT_SECRET, and SELF_HOSTED=true
+node server.js
+

ScreenTinker runs on Node.js with a SQLite database, so a $5 VPS is enough to manage hundreds of screens. Full deployment details are in the GitHub README, and the self-hosted guide walks through reverse proxy, TLS, and backups.

+ +

Frequently asked questions

+

Is ScreenTinker really free and open source?

+

Yes. ScreenTinker is released under the MIT license, so the full source code is public and you can audit, fork, and extend it. Self-hosting is free with unlimited devices; the managed cloud has a free plan plus paid tiers if you prefer hosted convenience.

+

What does the MIT license let me do?

+

The MIT license lets you run, modify, and redistribute the software - including commercially - with essentially no restrictions beyond keeping the copyright notice. You can build custom widgets, integrate it into your own systems, and white-label it.

+

Do I have to self-host to use open-source digital signage?

+

No. Open source means the code is available if you want it, but you can still use ScreenTinker's managed cloud. Many teams start on the hosted free plan and self-host later once their screen count grows.

+

Are all the player apps free?

+

Yes. Android TV / Fire TV, Samsung Tizen, LG webOS, Amazon Vega OS, Raspberry Pi, and the browser-based web player are all free on every platform, with no per-player license.

+

How is ScreenTinker different from Xibo?

+

Both are open source on the server, but Xibo charges license fees for its Android, Tizen, and webOS players. ScreenTinker keeps every player free on every platform.

+

How many screens can a self-hosted server handle?

+

ScreenTinker runs on Node.js and SQLite, which is efficient. A small $5/month VPS can comfortably manage hundreds of screens; larger fleets just need a bit more CPU, RAM, and storage.

+ + + +
+

Start with open-source signage

+

Try the hosted free plan in under a minute, or clone the repo and self-host today.

+ Start Free + View on GitHub +
+
+ + + + + + + diff --git a/frontend/guides/raspberry-pi-digital-signage.html b/frontend/guides/raspberry-pi-digital-signage.html index 947baaf..9ef610e 100644 --- a/frontend/guides/raspberry-pi-digital-signage.html +++ b/frontend/guides/raspberry-pi-digital-signage.html @@ -158,7 +158,7 @@ "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://screentinker.com/" }, - { "@type": "ListItem", "position": 2, "name": "Guides", "item": "https://screentinker.com/#features" }, + { "@type": "ListItem", "position": 2, "name": "Guides", "item": "https://screentinker.com/" }, { "@type": "ListItem", "position": 3, "name": "Raspberry Pi Digital Signage", "item": "https://screentinker.com/guides/raspberry-pi-digital-signage.html" } ] } diff --git a/frontend/guides/self-hosted-digital-signage.html b/frontend/guides/self-hosted-digital-signage.html index 7657551..553d2ec 100644 --- a/frontend/guides/self-hosted-digital-signage.html +++ b/frontend/guides/self-hosted-digital-signage.html @@ -187,7 +187,7 @@ WantedBy=multi-user.target "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://screentinker.com/" }, - { "@type": "ListItem", "position": 2, "name": "Guides", "item": "https://screentinker.com/#features" }, + { "@type": "ListItem", "position": 2, "name": "Guides", "item": "https://screentinker.com/" }, { "@type": "ListItem", "position": 3, "name": "Self-Hosted Digital Signage", "item": "https://screentinker.com/guides/self-hosted-digital-signage.html" } ] } diff --git a/frontend/guides/what-is-digital-signage.html b/frontend/guides/what-is-digital-signage.html new file mode 100644 index 0000000..d4b9cea --- /dev/null +++ b/frontend/guides/what-is-digital-signage.html @@ -0,0 +1,214 @@ + + + + + + What Is Digital Signage? A Complete Guide (2026) | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

What Is Digital Signage? A Complete Guide (2026)

+

Digital signage turns everyday screens into centrally managed displays for menus, announcements, dashboards, and ads. This guide explains what it is, how it works, and what it costs.

+ +

What is digital signage?

+

Digital signage is the use of electronic displays - TVs, monitors, or video walls - to show content such as images, video, menus, and live information, all managed remotely from a central software platform. Instead of printing and swapping posters, you update what appears on every screen from one dashboard. It is used in stores, restaurants, offices, schools, hospitals, and public spaces to inform, advertise, and guide people.

+ +

How does digital signage work?

+

Every digital signage setup has three parts:

+ +

In ScreenTinker's model, you manage everything from the CMS, and a free player app runs on the screen. You pair a display with a 6-digit code, assign it a playlist, and the player pulls content and plays it. Playback is offline-native: once content is cached, the screen keeps running through network outages.

+ +

What can you put on a digital sign?

+ + +

Common use cases

+ + +

What hardware do you need?

+

Digital signage needs two things: a screen and a player device to drive it. Almost any modern TV or monitor with an HDMI input works as the screen. For the player, ScreenTinker supports a wide range of free options:

+ +

All ScreenTinker players are free, so hardware is the only cost - and it can be as little as a Raspberry Pi or a budget Android TV stick.

+ +

How much does digital signage software cost?

+

Pricing splits into two models. Closed cloud SaaS products bill per screen, typically $5-15/screen/month, which adds up quickly across a fleet. Open-source and self-hosted software can be free: with ScreenTinker you can self-host for free with unlimited devices, paying only for a small server (a $5 VPS runs hundreds of screens).

+

If you prefer managed hosting, ScreenTinker's cloud has a Free plan (1 device, 500MB), Starter at $39/mo (5 devices, 5GB), Pro at $99/mo (15 devices, 20GB, all features), and custom Enterprise pricing. Either way, all player apps are free.

+ +

Digital signage software vs a plain TV

+

You could plug a USB stick into a TV and loop a video - but that is not digital signage. A signage platform adds the management layer that makes screens practical at scale:

+ + +

Frequently asked questions

+

What is digital signage?

+

Digital signage is the use of electronic displays - TVs, monitors, or video walls - to show content like images, video, menus, and live information, managed remotely from central software. It replaces printed posters with screens you update from one dashboard.

+

Do I need special hardware?

+

Not necessarily. You need a screen and a player device. Almost any TV or monitor with HDMI works, and the player can be an inexpensive Android TV / Fire TV stick, a Raspberry Pi, a compatible Samsung or LG smart TV, or a Windows/ChromeOS device running the web player.

+

Is there free digital signage software?

+

Yes. ScreenTinker is open-source (MIT licensed) and free to self-host with unlimited devices. There is also a free managed cloud plan for a single device, plus paid tiers if you want hosting managed for you. All player apps are free.

+

Can I run digital signage without internet or offline?

+

Yes. ScreenTinker's playback is offline-native: once a player has cached its content, it keeps playing through network outages. You can also self-host entirely on a private LAN with no internet at all.

+

What's the difference between digital signage and a smart TV?

+

A smart TV plays apps or a looping file on that one screen. Digital signage adds a central CMS that schedules content, manages many screens at once, synchronizes video walls, and reports device status - things a standalone smart TV cannot do.

+

What can you display on digital signage?

+

Images, video, YouTube, playlists, web pages and live dashboards, RSS feeds, weather and clock widgets, and menu or directory boards - all scheduled and rotated from the dashboard.

+ + + +
+

Try digital signage free

+

Start a free ScreenTinker account in under a minute, or self-host the open-source CMS on your own server.

+ Start Free + View on GitHub +
+
+ + + + + + + diff --git a/frontend/integrations/canva-digital-signage.html b/frontend/integrations/canva-digital-signage.html new file mode 100644 index 0000000..95e3c7d --- /dev/null +++ b/frontend/integrations/canva-digital-signage.html @@ -0,0 +1,165 @@ + + + + + + How to Display Canva Designs on Digital Signage (2026) | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

How to display Canva designs on a digital signage screen

+

ScreenTinker has no dedicated "Canva app," and it does not need one. Canva can publish a design as a public website, and ScreenTinker's universal Webpage widget can show that public link on any screen - looping it as a slideshow for lobbies, menus, and announcement boards.

+ +

The short version

+

In Canva, open Share → Publish → Website (or Embed), copy the public link, then add a Webpage widget in ScreenTinker, paste the link, add it to a playlist, and assign the playlist to a screen. That is the entire integration.

+ +

Step by step

+
    +
  1. Open your design in Canva and click Share in the top-right.
  2. +
  3. Choose Publish → Website (or the Embed option). For a multi-page design, pick a navigation style such as Scroll or a presentation layout so all pages are reachable.
  4. +
  5. Publish the design and copy the public website link (or the src URL from the embed snippet). This is a public URL - not your normal edit link.
  6. +
  7. In ScreenTinker, add a Webpage widget. Create or edit a playlist item and select the Webpage widget type.
  8. +
  9. Paste the Canva public link into the URL field and save.
  10. +
  11. Add the widget to a playlist and set a duration long enough to show the whole design.
  12. +
  13. Assign the playlist to a screen. The player loads the published design and displays it on the wall.
  14. +
+

A published Canva website URL looks like this:

+
https://your-design-name.my.canva.site/
+ +

Getting the right URL

+

Only a published, public Canva URL will embed. The private editing link will not:

+ +

As with any embedded page, the deciding factor is X-Frame-Options / frame-ancestors: a page that denies framing cannot be shown in ScreenTinker's Webpage widget, because the widget is an iframe. Canva's published website URL is served to allow embedding; the private edit link is not. If your design does not show up, the URL is the first thing to check.

+ +

Auto-advance and refresh tips

+ + +

FAQ

+ +

Why won't my Canva link show up on the screen?

+

You likely used the private edit link (the one with /design/ and /edit). It needs a login and blocks framing. Re-open Share → Publish → Website and copy the public .my.canva.site link instead.

+ +

Does the design have to be public?

+

Yes. Only a published, public Canva design embeds. Private designs are login-gated and cannot be shown on an unattended signage player.

+ +

Can I loop a multi-page design as a slideshow?

+

Yes. Choose a presentation or autoplay publish option so the pages advance automatically and loop, then set the widget duration to cover the full cycle.

+ +

Will the screen update when I change the design?

+

Not always automatically. Canva may keep serving the previously published version, so re-publish after edits to make sure the screen loads the latest.

+ +

Is there a native Canva widget?

+

No - this uses the universal Webpage widget with the design's published website URL. That is the supported way to show Canva on ScreenTinker.

+ + + +
+

Try ScreenTinker free

+

Add a Webpage widget, paste your published Canva link, and see it on a screen in minutes. Free plan, no credit card required.

+ Start Free + View on GitHub +
+
+ + + + + + + diff --git a/frontend/integrations/google-slides-digital-signage.html b/frontend/integrations/google-slides-digital-signage.html new file mode 100644 index 0000000..7c527ce --- /dev/null +++ b/frontend/integrations/google-slides-digital-signage.html @@ -0,0 +1,166 @@ + + + + + + How to Put Google Slides on Digital Signage (2026) | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

How to put Google Slides on a digital signage screen

+

ScreenTinker does not have a dedicated "Google Slides app" - and it does not need one. Google Slides can publish a deck to the web, and ScreenTinker's universal Webpage widget can display that published URL on any screen, auto-advancing through the slides on a loop.

+ +

The short version

+

In Google Slides, go to File → Share → Publish to web → Embed, set the auto-advance interval, and copy the published URL. In ScreenTinker, add a Webpage widget, paste that URL, drop the widget into a playlist, and assign the playlist to a screen. That is the whole integration.

+ +

Step by step

+
    +
  1. Open your deck in Google Slides and choose File → Share → Publish to web.
  2. +
  3. Switch to the "Embed" tab. Pick how fast slides should advance (for example, every 5 seconds) and tick Auto-advance and Restart the slideshow after the last slide so it loops forever.
  4. +
  5. Click Publish and confirm. Copy the published URL from the embed snippet - it is the src value that looks like the one below, not your normal editing link.
  6. +
  7. In ScreenTinker, add a Webpage widget. Open your dashboard, create or edit a playlist item, and choose the Webpage widget type.
  8. +
  9. Paste the published URL into the widget's URL field and save.
  10. +
  11. Add the widget to a playlist and set its duration to at least one full loop of the deck.
  12. +
  13. Assign the playlist to a screen. The player pulls the published deck and it starts advancing on the wall.
  14. +
+

A published Slides embed URL looks like this:

+
https://docs.google.com/presentation/d/e/2PACX-xxxxxxxx/pubembed?start=true&loop=true&delayms=5000
+ +

Getting the right URL

+

This is the step that trips people up. Google Slides has several URLs and only one of them will embed:

+ +

The reason is X-Frame-Options / frame-ancestors: any page that sends those headers to deny framing cannot be shown in an iframe, and ScreenTinker's Webpage widget is an iframe. The published URL is served without that restriction specifically so it can be embedded. If your slides do not appear, the URL is almost always the cause.

+ +

Auto-advance and refresh tips

+ + +

FAQ

+ +

Why won't my Google Slides link show up on the screen?

+

You almost certainly pasted the /edit or /present URL. Those require a login and block framing. Go back to File → Share → Publish to web and copy the published /pubembed URL instead.

+ +

Do viewers need a Google account to see the deck?

+

No. A published-to-web deck is public and renders without any login, which is exactly why it works on an unattended signage player.

+ +

Can I make the slides advance automatically?

+

Yes. Enable auto-advance when you publish and set the interval; the delayms and loop parameters in the published URL handle timing and looping.

+ +

Will the sign update when I edit the deck?

+

Yes, on a short delay. Google re-publishes edits to the published URL automatically, so the screen picks up changes without any change in ScreenTinker.

+ +

Is there a native Google Slides widget?

+

No - this uses the universal Webpage widget with the deck's published URL. That is the supported and reliable way to show Slides on ScreenTinker.

+ + + +
+

Try ScreenTinker free

+

Add a Webpage widget, paste your published deck, and see it on a screen in minutes. Free plan, no credit card required.

+ Start Free + View on GitHub +
+
+ + + + + + + diff --git a/frontend/integrations/index.html b/frontend/integrations/index.html new file mode 100644 index 0000000..7656bb4 --- /dev/null +++ b/frontend/integrations/index.html @@ -0,0 +1,135 @@ + + + + + + Digital Signage Integrations - Connect Any App | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

Digital Signage Integrations

+

ScreenTinker connects to the tools you already use in two ways: purpose-built native widgets for common content types, and a universal Webpage widget that embeds any public web page on your screens. Between the two, most apps that can produce a public link can appear on a ScreenTinker display.

+ +

Native widgets

+

These are built directly into ScreenTinker. You configure them in the dashboard - no embed URL required - and they render natively on every player (Android TV, Fire TV, Tizen, webOS, Vega, Raspberry Pi, Windows, ChromeOS, and the browser player).

+ + +

Embed anything with the Webpage widget

+

The Webpage widget renders any framable public URL inside an iframe on your screen. If a service can publish a public link and does not block framing, you can put it on a display - no dedicated integration needed. This is how you connect apps that ScreenTinker does not have a native widget for.

+

Honest caveat: sites that send X-Frame-Options or a frame-ancestors Content-Security-Policy that denies embedding cannot be shown in the Webpage widget. You must use each service's official "publish to web" / "embed" URL - not the normal share, edit, or present URL - because the published URL is the one that permits framing.

+ + +

Frequently asked questions

+ +

Can ScreenTinker integrate with a specific app?

+

If the app has a native widget above, use that. Otherwise: if the app can produce a public embed or "publish to web" URL that allows framing, then yes - add a Webpage widget and paste that URL. If the only URL the app offers denies framing, it cannot be embedded, and you would need a screenshot, export, or a native widget instead.

+ +

What is the difference between a native widget and the Webpage widget?

+

Native widgets are built into ScreenTinker and configured with a few fields in the dashboard; they render reliably on every player. The Webpage widget is a generic iframe - more flexible, since it can show almost any public page, but subject to the framing rules of the site you point it at.

+ +

Do I need a paid plan to use integrations?

+

No. Native widgets and the Webpage widget are available on the free plan and in self-hosted deployments. Plans differ by device count and storage, not by which widgets you can use.

+ + + +
+

Try ScreenTinker free

+

Add a widget, drop in a URL, and see it on a screen in minutes. Free plan, no credit card required.

+ Start Free + View on GitHub +
+
+ + + + + + diff --git a/frontend/integrations/power-bi-digital-signage.html b/frontend/integrations/power-bi-digital-signage.html new file mode 100644 index 0000000..82c0f51 --- /dev/null +++ b/frontend/integrations/power-bi-digital-signage.html @@ -0,0 +1,169 @@ + + + + + + Power BI Dashboards on Digital Signage (2026) | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

How to put a Power BI dashboard on a digital signage screen

+

ScreenTinker has no dedicated "Power BI app," and it does not need one. Power BI can produce an embeddable public URL with "Publish to web," and ScreenTinker's universal Webpage widget can display that live, self-refreshing report on a wall - as long as you understand the security trade-off first.

+ +

The short version

+

In Power BI, use File → Embed report → Publish to web (public) to generate an embeddable URL, then add a Webpage widget in ScreenTinker, paste the URL, add it to a playlist, and assign it to a screen. Because "Publish to web" makes the report public, only do this for non-confidential data.

+ +

Step by step

+
    +
  1. Open the report in the Power BI service (app.powerbi.com).
  2. +
  3. Confirm the data is safe to make public. "Publish to web" exposes the report to anyone with the link - see the caveat below before continuing.
  4. +
  5. Choose File → Embed report → Publish to web (public). Create the embed code and copy the link (the standalone URL, not just the <iframe> snippet).
  6. +
  7. In ScreenTinker, add a Webpage widget. Create or edit a playlist item and select the Webpage widget type.
  8. +
  9. Paste the Publish-to-web URL into the widget's URL field and save.
  10. +
  11. Add the widget to a playlist and set a comfortable on-screen duration.
  12. +
  13. Assign the playlist to a screen. The player loads the report and it refreshes on its own schedule.
  14. +
+

A Publish-to-web URL looks like this:

+
https://app.powerbi.com/view?r=eyJrIjoixxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
+ +

Getting the right URL

+

Power BI offers two very different "embed" paths, and only one works on an unattended screen:

+ +

The underlying reason is the same as every embed: pages that send X-Frame-Options / frame-ancestors to deny framing, or that demand authentication, cannot render in ScreenTinker's Webpage widget (it is an iframe). Publish-to-web is served specifically to be publicly embeddable; the org embed and the normal report URL are not.

+ +

Security caveat: Publish to web makes the report public

+

This matters, so it gets its own section. "Publish to web" exposes your report and its underlying data to anyone who has the link - no authentication, no row-level security, indexable by search engines in some cases. Do not use it for confidential, personal, financial, or otherwise sensitive data. Many organizations disable Publish to web in the Power BI admin portal for exactly this reason.

+

If the dashboard contains anything private, do not put it on a public URL. The safer pattern for confidential dashboards is to self-host ScreenTinker on a trusted LAN and point the Webpage widget at an internal, network-restricted dashboard URL that never leaves your network. Reserve Publish to web for genuinely public metrics - marketing stats, public KPIs, community dashboards, and the like.

+ +

Auto-refresh tips

+ + +

FAQ

+ +

Why won't my Power BI report show up on the screen?

+

You probably used the normal report URL or the "Embed for your organization" link, both of which require a Microsoft login. Use Publish to web (public) and paste that app.powerbi.com/view?r=... URL instead.

+ +

Is it safe to put a Power BI dashboard on signage?

+

Only if the data is non-confidential. "Publish to web" makes the report public to anyone with the link. For private data, self-host ScreenTinker on a trusted LAN and point the Webpage widget at an internal, network-restricted dashboard URL instead.

+ +

Can I use "Embed for your organization" on a screen?

+

Generally no. That path requires each viewer to sign in with an organizational account, and an unattended signage player cannot complete that login - it will show a sign-in wall.

+ +

How often does the dashboard refresh?

+

On Power BI's cached schedule for Publish-to-web (roughly hourly, with visuals updating every few minutes in an open view), and never fresher than the dataset's own scheduled refresh.

+ +

Is there a native Power BI widget?

+

No - this uses the universal Webpage widget with a Publish-to-web URL. That is the supported way to show Power BI on ScreenTinker.

+ + + +
+

Try ScreenTinker free

+

Add a Webpage widget, paste a Publish-to-web URL, and see your dashboard on a screen in minutes. Free plan, no credit card required.

+ Start Free + View on GitHub +
+
+ + + + + + + diff --git a/frontend/integrations/rss-digital-signage.html b/frontend/integrations/rss-digital-signage.html new file mode 100644 index 0000000..b205ab1 --- /dev/null +++ b/frontend/integrations/rss-digital-signage.html @@ -0,0 +1,154 @@ + + + + + + RSS Feeds on Digital Signage - News Tickers (2026) | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

RSS Feeds on Digital Signage: News Tickers & Headlines

+

ScreenTinker has a native RSS widget. Point it at a feed URL and it renders live headlines on screen - perfect for a news ticker, blog headlines, or an internal announcement board.

+ +

The short version

+

The RSS widget is built in - no plugins or embeds. You give it a feed URL like https://example.com/feed.xml and it pulls the latest items and renders the headlines on screen. Because it is a configurable widget, you can add it to playlists and layouts, and it can share a multi-zone layout with your main content so headlines run alongside images or video.

+ +

Step by step

+
    +
  1. Open the Content Library (or the layout editor) in your ScreenTinker dashboard.
  2. +
  3. Add the RSS widget.
  4. +
  5. Configure it with your feed URL, for example https://example.com/feed.xml. The widget fetches the feed and renders the current headlines.
  6. +
  7. Add the RSS widget to a Playlist, or place it in a zone of a multi-zone layout next to your other content.
  8. +
  9. Publish and schedule the playlist or layout, then assign it to one or more screens.
  10. +
+ +

Tips & use cases

+ + +

FAQ

+

Is the RSS widget really built in?

+

Yes. RSS is a native ScreenTinker widget - you configure a feed URL and it renders headlines. There is no third-party plugin or embed code to manage.

+ +

What kind of feed URL do I use?

+

A standard RSS or Atom feed URL, such as https://example.com/feed.xml. Most blogs, news sites, CMSes, and status pages publish one.

+ +

Can the RSS ticker share the screen with other content?

+

Yes. Place the RSS widget in one zone of a multi-zone layout and your main content in another. Headlines and your primary message then display at the same time.

+ +

Can I use an internal or private feed?

+

The widget fetches a feed URL, so any feed the player can reach works - including an internal feed on your network for a self-hosted deployment. Publish your announcements as RSS and point the widget at that URL.

+ +

Does it work on all ScreenTinker players?

+

Yes. The RSS widget runs on Android TV, Fire TV, Tizen, webOS, Vega, Raspberry Pi, Windows, ChromeOS, and the browser player - all free.

+ + + +
+

Ready to put headlines on your screens?

+

Free plan supports 1 device. Self-host it free, or start on the cloud in minutes.

+ Start Free + View on GitHub +
+
+ + + + + + + diff --git a/frontend/integrations/weather-digital-signage.html b/frontend/integrations/weather-digital-signage.html new file mode 100644 index 0000000..2b91c82 --- /dev/null +++ b/frontend/integrations/weather-digital-signage.html @@ -0,0 +1,154 @@ + + + + + + Weather Widget for Digital Signage (2026) | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

Weather Widget for Digital Signage

+

ScreenTinker has a native weather widget. Set a location, optionally a timezone, and it shows current conditions on screen - a lobby-board staple next to a clock and your main content.

+ +

The short version

+

The weather widget is built in. You configure a location and, if you want, a timezone, and it renders current conditions on the display. It is most often placed in a multi-zone layout alongside a clock and a main content area to make a clean reception or lobby board.

+ +

Step by step

+
    +
  1. Open the Content Library (or the layout editor) in your ScreenTinker dashboard.
  2. +
  3. Add the Weather widget.
  4. +
  5. Configure it with your location, and optionally set a timezone. The widget renders current conditions for that location.
  6. +
  7. Add the widget to a Playlist, or place it in a zone of a multi-zone layout next to a clock and your main content.
  8. +
  9. Publish and schedule the playlist or layout, then assign it to one or more screens.
  10. +
+ +

Tips & use cases

+ + +

FAQ

+

Is the weather widget built in?

+

Yes. Weather is a native ScreenTinker widget. You configure a location (and optionally a timezone) and it renders current conditions - no third-party embed required.

+ +

What do I configure?

+

A location, and optionally a timezone. That is enough for the widget to show current conditions on screen.

+ +

Can I show weather and a clock together?

+

Yes. The Clock is also a native widget. Put both into a multi-zone layout - weather in one zone, clock in another, main content in a third - for a lobby or reception board.

+ +

Can I show different weather on different screens?

+

Yes. Configure a layout per location with that site's location set, then assign each layout to the screens at that site.

+ +

Does it work on all ScreenTinker players?

+

Yes. The weather widget runs on Android TV, Fire TV, Tizen, webOS, Vega, Raspberry Pi, Windows, ChromeOS, and the browser player - all free.

+ + + +
+

Ready to build a lobby board?

+

Free plan supports 1 device. Self-host it free, or start on the cloud in minutes.

+ Start Free + View on GitHub +
+
+ + + + + + + diff --git a/frontend/integrations/youtube-digital-signage.html b/frontend/integrations/youtube-digital-signage.html new file mode 100644 index 0000000..1d2aa9f --- /dev/null +++ b/frontend/integrations/youtube-digital-signage.html @@ -0,0 +1,155 @@ + + + + + + How to Display YouTube on Digital Signage (2026) | ScreenTinker + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

How to Display YouTube Videos on Digital Signage

+

YouTube is a built-in content type in ScreenTinker. Paste a video URL, give it a name, and it plays on your screens like any other media - no embed code, no browser hacks.

+ +

The short version

+

ScreenTinker has a native YouTube widget, so you do not need to download videos or wire up a browser workaround. In the Content Library you choose Add YouTube, paste the video URL, give it a name, and it becomes a library item you can drop into any playlist, schedule, and assign to screens. On the display it plays muted (browser autoplay policy) using YouTube's iframe player.

+ +

Step by step

+
    +
  1. Open the Content Library in your ScreenTinker dashboard.
  2. +
  3. Click Add YouTube and paste the YouTube video URL (for example https://www.youtube.com/watch?v=...).
  4. +
  5. Give the item a name so you can find it later - something like "Brand reel" or "Product loop."
  6. +
  7. Save it. The video now appears in your library alongside images and uploaded video. The dashboard preview plays it muted so autoplay works.
  8. +
  9. Add the YouTube item to a Playlist, set its duration or let it run to the end of the clip, and order it with your other content.
  10. +
  11. Publish the playlist, then schedule it or assign it directly to one or more screens.
  12. +
+ +

Tips & use cases

+ + +

FAQ

+

Do I need to download the YouTube video first?

+

No. The YouTube widget is native - you paste the video URL and ScreenTinker's player streams it through YouTube's iframe player. There is nothing to download or re-upload.

+ +

Why does the video play without sound?

+

Browsers require muted playback for autoplay to work reliably, so YouTube content plays muted on the display and in the dashboard preview. Choose videos that work as silent visuals or that have burned-in captions.

+ +

Can I loop a single YouTube video all day?

+

Yes. Put the YouTube item in a playlist on its own (or with a short rotation) and assign that playlist to the screen. The playlist repeats, so the video loops.

+ +

Can I schedule YouTube content to specific times?

+

Yes. YouTube items schedule exactly like images and uploaded video - assign the playlist to a daypart or specific screens using ScreenTinker's scheduling.

+ +

Does this work on every player?

+

The YouTube widget works on ScreenTinker's players - Android TV, Fire TV, Tizen, webOS, Vega, Raspberry Pi, Windows, ChromeOS, and the browser player - all free.

+ + + +
+

Ready to put YouTube on your screens?

+

Free plan supports 1 device. Self-host it free, or start on the cloud in minutes.

+ Start Free + View on GitHub +
+
+ + + + + + + diff --git a/frontend/landing.html b/frontend/landing.html index e0f8cfd..8e26c1f 100644 --- a/frontend/landing.html +++ b/frontend/landing.html @@ -5,8 +5,8 @@ - ScreenTinker - Self-Hosted Open-Source Digital Signage CMS | Free Display Management - + Open-Source Digital Signage CMS — Self-Hosted & Free | ScreenTinker + @@ -32,7 +32,8 @@ - + +