{"id":920002,"date":"2026-06-22T03:00:00","date_gmt":"2026-06-21T18:00:00","guid":{"rendered":"https:\/\/yuaworks.com\/?page_id=920002"},"modified":"2026-06-22T03:09:20","modified_gmt":"2026-06-21T18:09:20","slug":"yuatool","status":"publish","type":"page","link":"https:\/\/yuaworks.com\/en\/yuatool\/","title":{"rendered":"YuaTool EN"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   YuaWorks YuaTool Page\n   Fixed Page Scoped CSS\n   Scope: .ywtool-page-yuatool\n========================================================= *\/\n\n.ywtool-page-yuatool {\n  --yt-line: rgba(180,200,230,.18);\n  --yt-line-strong: rgba(79,195,255,.34);\n  --yt-text: #e8edf5;\n  --yt-muted: #a9b4c3;\n  --yt-dim: #7f8b9a;\n  --yt-accent: #4fc3ff;\n  --yt-accent-2: #7a6cff;\n  --yt-warm: #dfcfaa;\n  --yt-radius: 14px;\n\n  width: min(980px, calc(100% - 32px));\n  margin: 0 auto;\n  padding: 120px 0 90px;\n  color: var(--yt-text);\n  font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Yu Gothic\", \"Meiryo\", sans-serif;\n  line-height: 1.9;\n}\n\n.ywtool-page-yuatool * {\n  box-sizing: border-box;\n}\n\n.ywtool-page-yuatool a {\n  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;\n}\n\n.ywtool-page-yuatool .ywtool-doc-head {\n  margin-bottom: 54px;\n  padding-bottom: 30px;\n  border-bottom: 1px solid var(--yt-line);\n}\n\n.ywtool-page-yuatool .ywtool-kicker {\n  margin: 0 0 12px;\n  color: var(--yt-accent);\n  font-family: \"SFMono-Regular\", \"Consolas\", \"Menlo\", monospace;\n  font-size: 11px;\n  letter-spacing: .16em;\n  line-height: 1.6;\n}\n\n.ywtool-page-yuatool h1,\n.ywtool-page-yuatool h2,\n.ywtool-page-yuatool h3 {\n  color: #fff;\n  letter-spacing: .04em;\n}\n\n.ywtool-page-yuatool h1 {\n  margin: 0 0 20px;\n  font-size: clamp(38px, 5vw, 58px);\n  line-height: 1.28;\n  font-weight: 700;\n}\n\n.ywtool-page-yuatool h2 {\n  margin: 0 0 14px;\n  font-size: clamp(22px, 3.2vw, 30px);\n  line-height: 1.45;\n  font-weight: 700;\n}\n\n.ywtool-page-yuatool h3 {\n  margin: 0 0 8px;\n  font-size: 17px;\n  line-height: 1.6;\n  font-weight: 700;\n}\n\n.ywtool-page-yuatool p {\n  margin: 0 0 18px;\n  color: var(--yt-muted);\n  font-size: 15px;\n  line-height: 2;\n}\n\n.ywtool-page-yuatool p:last-child {\n  margin-bottom: 0;\n}\n\n.ywtool-page-yuatool .ywtool-head-actions {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 14px;\n  margin-top: 28px;\n}\n\n.ywtool-page-yuatool .ywtool-section {\n  margin-top: 58px;\n}\n\n.ywtool-page-yuatool .ywtool-section-head {\n  margin-bottom: 24px;\n}\n\n.ywtool-page-yuatool .ywtool-note-section {\n  padding: 28px;\n  border: 1px solid rgba(183,160,106,.28);\n  border-radius: var(--yt-radius);\n  background:\n    linear-gradient(180deg, rgba(183,160,106,.07), rgba(255,255,255,.018)),\n    rgba(8,10,15,.48);\n}\n\n.ywtool-page-yuatool .ywtool-compare-table {\n  border: 1px solid var(--yt-line);\n  border-radius: var(--yt-radius);\n  overflow: hidden;\n  background: rgba(255,255,255,.025);\n}\n\n.ywtool-page-yuatool .ywtool-compare-table > div {\n  display: grid;\n  grid-template-columns: 1.05fr .95fr;\n  gap: 18px;\n  padding: 18px 22px;\n  border-bottom: 1px solid var(--yt-line);\n}\n\n.ywtool-page-yuatool .ywtool-compare-table > div:last-child {\n  border-bottom: none;\n}\n\n.ywtool-page-yuatool .ywtool-compare-table strong {\n  color: var(--yt-text);\n  font-size: 14px;\n  line-height: 1.8;\n}\n\n.ywtool-page-yuatool .ywtool-compare-table span {\n  color: var(--yt-muted);\n  font-size: 14px;\n  line-height: 1.8;\n}\n\n.ywtool-page-yuatool .ywtool-simple-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n\n.ywtool-page-yuatool .ywtool-simple-grid article,\n.ywtool-page-yuatool .ywtool-plan-list article {\n  padding: 24px 22px;\n  border: 1px solid var(--yt-line);\n  border-radius: var(--yt-radius);\n  background:\n    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018)),\n    rgba(8,10,15,.42);\n}\n\n.ywtool-page-yuatool .ywtool-simple-grid article:hover,\n.ywtool-page-yuatool .ywtool-plan-list article:hover {\n  border-color: var(--yt-line-strong);\n}\n\n.ywtool-page-yuatool .ywtool-simple-grid p {\n  font-size: 14px;\n  line-height: 1.95;\n}\n\n.ywtool-page-yuatool .ywtool-download-line {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 24px;\n  padding: 26px;\n  border: 1px solid var(--yt-line-strong);\n  border-radius: var(--yt-radius);\n  background:\n    linear-gradient(180deg, rgba(79,195,255,.07), rgba(255,255,255,.018)),\n    rgba(8,10,15,.48);\n}\n\n.ywtool-page-yuatool .ywtool-muted {\n  color: var(--yt-dim);\n  font-size: 13px;\n}\n\n.ywtool-page-yuatool .ywtool-btn,\n.ywtool-page-yuatool a.ywtool-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  padding: 9px 18px;\n  border-radius: 6px;\n  border: 1px solid rgba(79,195,255,.42);\n  background: rgba(79,195,255,.08);\n  color: #eaf7ff !important;\n  text-decoration: none;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: .06em;\n}\n\n.ywtool-page-yuatool .ywtool-btn:hover,\n.ywtool-page-yuatool a.ywtool-btn:hover {\n  transform: translateY(-1px);\n  background: rgba(79,195,255,.13);\n  border-color: rgba(79,195,255,.62);\n}\n\n.ywtool-page-yuatool .ywtool-btn.secondary,\n.ywtool-page-yuatool a.ywtool-btn.secondary {\n  border-color: rgba(180,200,230,.24);\n  background: rgba(255,255,255,.035);\n  color: var(--yt-text) !important;\n}\n\n.ywtool-page-yuatool .ywtool-link,\n.ywtool-page-yuatool a.ywtool-link {\n  color: var(--yt-accent) !important;\n  text-decoration: none;\n  border-bottom: 1px solid rgba(79,195,255,.34);\n  font-size: 13px;\n  line-height: 1.8;\n}\n\n.ywtool-page-yuatool .ywtool-link:hover,\n.ywtool-page-yuatool a.ywtool-link:hover {\n  color: #fff !important;\n  border-color: rgba(255,255,255,.55);\n}\n\n.ywtool-page-yuatool .ywtool-free-note {\n  margin-bottom: 22px;\n  padding: 20px 22px;\n  border: 1px solid rgba(183,160,106,.28);\n  border-radius: var(--yt-radius);\n  background: rgba(183,160,106,.055);\n}\n\n.ywtool-page-yuatool .ywtool-free-note strong {\n  color: #fff;\n}\n\n.ywtool-page-yuatool .ywtool-plan-list {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n\n.ywtool-page-yuatool .ywtool-plan-label {\n  margin-bottom: 8px;\n  color: var(--yt-accent);\n  font-family: \"SFMono-Regular\", \"Consolas\", \"Menlo\", monospace;\n  font-size: 11px;\n  letter-spacing: .14em;\n}\n\n.ywtool-page-yuatool .ywtool-price {\n  color: #fff;\n  font-size: 20px;\n  font-weight: 700;\n}\n\n.ywtool-page-yuatool .ywtool-plan-list .ywtool-btn {\n  width: 100%;\n  margin-top: 18px;\n}\n\n.ywtool-page-yuatool .ywtool-billing {\n  margin-top: 20px;\n  padding: 18px 20px;\n  border: 1px solid var(--yt-line);\n  border-radius: 12px;\n  background: rgba(255,255,255,.025);\n  font-size: 14px;\n}\n\n.ywtool-page-yuatool .ywtool-billing a {\n  color: var(--yt-accent) !important;\n  text-decoration: none;\n  border-bottom: 1px solid rgba(79,195,255,.34);\n}\n\n@media (max-width: 900px) {\n  .ywtool-page-yuatool .ywtool-simple-grid,\n  .ywtool-page-yuatool .ywtool-plan-list {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 768px) {\n  .ywtool-page-yuatool {\n    width: min(100% - 26px, 560px);\n    padding: 90px 0 70px;\n  }\n\n  .ywtool-page-yuatool .ywtool-doc-head {\n    margin-bottom: 40px;\n  }\n\n  .ywtool-page-yuatool .ywtool-section {\n    margin-top: 46px;\n  }\n\n  .ywtool-page-yuatool .ywtool-head-actions {\n    align-items: stretch;\n    flex-direction: column;\n  }\n\n  .ywtool-page-yuatool .ywtool-btn,\n  .ywtool-page-yuatool a.ywtool-btn {\n    width: 100%;\n  }\n\n  .ywtool-page-yuatool .ywtool-link,\n  .ywtool-page-yuatool a.ywtool-link {\n    width: fit-content;\n  }\n\n  .ywtool-page-yuatool .ywtool-note-section {\n    padding: 24px 20px;\n  }\n\n  .ywtool-page-yuatool .ywtool-compare-table > div {\n    grid-template-columns: 1fr;\n    gap: 4px;\n    padding: 17px 18px;\n  }\n\n  .ywtool-page-yuatool .ywtool-simple-grid,\n  .ywtool-page-yuatool .ywtool-plan-list {\n    grid-template-columns: 1fr;\n  }\n\n  .ywtool-page-yuatool .ywtool-download-line {\n    align-items: stretch;\n    flex-direction: column;\n    padding: 24px 20px;\n  }\n}\n<\/style>\n\n<div class=\"ywtool-page-yuatool\">\n  <section class=\"ywtool-doc-head\">\n    <p class=\"ywtool-kicker\">YUAWORKS LIGHT TOOL<\/p>\n    <h1>YuaTool<\/h1>\n    <p>YuaTool is a simple streaming support tool that brings together useful live operation features such as singing streams, song requests, viewer participation, overlay displays, and comment retrieval.<\/p>\n    <p>It is suitable for users who do not need the full set of YuaLiveLog features and want a lighter way to support their streams.<\/p>\n\n    <div class=\"ywtool-head-actions\">\n      <a class=\"ywtool-btn\" href=\"\/#download\">Go to download<\/a>\n      <a class=\"ywtool-link\" href=\"\/en\/yualivelog\/\">View advanced tool YuaLiveLog<\/a>\n      <a class=\"ywtool-link\" href=\"\/en\/stream-tools\/\">Back to Streaming Tools<\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"ywtool-section ywtool-note-section\">\n    <p class=\"ywtool-kicker\">POSITION<\/p>\n    <h2>A lightweight tool for stream support<\/h2>\n    <p>YuaTool is a lightweight streaming support tool designed to keep useful live operation features in one place.<\/p>\n    <p>Use YuaLiveLog if you want stream logs, listener history, OBS backup and restore, and YuaWorks Play integration. Use YuaTool if you mainly want simple support for singing streams, participation streams, and comment or overlay displays.<\/p>\n  <\/section>\n\n  <section class=\"ywtool-section\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">FEATURES<\/p>\n      <h2>Main features<\/h2>\n    <\/div>\n\n    <div class=\"ywtool-simple-grid\">\n      <article>\n        <h3>Singing streams<\/h3>\n        <p>Manage Now Singing, planned setlists, and singing history. Useful for stream display and progress support during singing streams.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Song requests<\/h3>\n        <p>Accept song requests from comments or manual entry, and organize them as waiting, currently singing, or completed.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Viewer participation<\/h3>\n        <p>Manage participation intake, waiting lists, active participants, and completion for participation-based streams.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Comment retrieval<\/h3>\n        <p>Supports comment retrieval from services such as YouTube, Niconico, and TwitCasting.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Overlay display<\/h3>\n        <p>Use OBS browser source URLs to display singing stream information, participation status, comments, and related information on your stream.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Stream support<\/h3>\n        <p>Use support features such as timers, word reactions, mini tools, and clip notes during streams.<\/p>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <section class=\"ywtool-section\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">CHOICE<\/p>\n      <h2>YuaTool or YuaLiveLog?<\/h2>\n      <p>YuaTool is a lighter tool for stream support. YuaLiveLog is the advanced tool for stream records and history management.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-compare-table\">\n      <div>\n        <strong>I want simple support for singing streams or participation streams<\/strong>\n        <span>YuaTool<\/span>\n      <\/div>\n      <div>\n        <strong>I want to keep comments and visit history by stream<\/strong>\n        <span>YuaLiveLog<\/span>\n      <\/div>\n      <div>\n        <strong>I want to display information with OBS browser sources<\/strong>\n        <span>YuaTool \/ YuaLiveLog<\/span>\n      <\/div>\n      <div>\n        <strong>I also want OBS backup and restore or YuaWorks Play integration<\/strong>\n        <span>YuaLiveLog<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ywtool-section ywtool-support\" id=\"support-plan\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">SUPPORT PLAN<\/p>\n      <h2>Support Plan<\/h2>\n      <p>YuaWorks streaming tools are basically free to use. The Support Plan is an optional plan for users who want to support ongoing development.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-free-note\">\n      <p><strong>Free use<\/strong><\/p>\n      <p>If you use the tools for free, please include credit in your stream description or a similar place. While subscribed to a Support Plan, credit is optional.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-plan-list\">\n      <article>\n        <p class=\"ywtool-plan-label\">SUPPORT<\/p>\n        <h3>Supporter<\/h3>\n        <p class=\"ywtool-price\">300 JPY \/ month<\/p>\n        <p>Your in-tool badge will become Supporter.<\/p>\n        <a class=\"ywtool-btn\" href=\"https:\/\/buy.stripe.com\/7sYfZh3Dw6YR4N12Nj0kE04\" target=\"_blank\" rel=\"noopener\">Become Supporter<\/a>\n      <\/article>\n\n      <article>\n        <p class=\"ywtool-plan-label\">SUPPORT+<\/p>\n        <h3>Supporter Plus<\/h3>\n        <p class=\"ywtool-price\">500 JPY \/ month<\/p>\n        <p>Your in-tool badge will become Supporter Plus.<\/p>\n        <a class=\"ywtool-btn\" href=\"https:\/\/buy.stripe.com\/6oUdR90rkerjfrF73z0kE05\" target=\"_blank\" rel=\"noopener\">Become Supporter Plus<\/a>\n      <\/article>\n\n      <article>\n        <p class=\"ywtool-plan-label\">SUPPORT PRO<\/p>\n        <h3>Supporter Pro<\/h3>\n        <p class=\"ywtool-price\">1,000 JPY \/ month<\/p>\n        <p>Your in-tool badge will become Supporter Pro.<\/p>\n        <a class=\"ywtool-btn\" href=\"https:\/\/buy.stripe.com\/28EbJ15LE2IB1APfA50kE06\" target=\"_blank\" rel=\"noopener\">Become Supporter Pro<\/a>\n      <\/article>\n    <\/div>\n\n    <p class=\"ywtool-billing\">\n      You can manage or cancel your Support Plan from the\n      <a href=\"https:\/\/billing.stripe.com\/p\/login\/6oU6oH5LE2IBenBew10kE00\" target=\"_blank\" rel=\"noopener\">billing management page<\/a>.\n    <\/p>\n  <\/section>\n\n  <section class=\"ywtool-section\" id=\"download\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">DOWNLOAD<\/p>\n      <h2>Download<\/h2>\n      <p>YuaTool is currently available as v1.1.0-beta. Please test it before using it in an actual stream.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-download-line\">\n      <div>\n        <h3>YuaTool v1.1.0-beta<\/h3>\n        <p>Streaming support tool for Windows<\/p>\n        <p class=\"ywtool-muted\">Windows SmartScreen or security settings may show a warning when launching the app for the first time.<\/p>\n      <\/div>\n      <a class=\"ywtool-btn\" href=\"https:\/\/yuaworks.com\/wp-content\/uploads\/2026\/06\/YuaTool-v1.1.0-beta.zip\" target=\"_blank\" rel=\"noopener\">Download YuaTool v1.1.0-beta<\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"ywtool-section\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">OVERLAY PACK<\/p>\n      <h2>Overlay Pack Creator Kit<\/h2>\n      <p>YuaTool supports custom Overlay Packs that can be imported from the Custom Template screen.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-download-line\">\n      <div>\n        <h3>YuaTool Overlay Pack Creator Kit v1.0.0<\/h3>\n        <p>This kit includes PNG image templates, configuration files, recommended size references, and a production guide.<\/p>\n        <p class=\"ywtool-muted\">No programming or HTML \/ CSS knowledge is required. If you only want to use YuaTool normally, you only need the main YuaTool app.<\/p>\n      <\/div>\n      <a class=\"ywtool-btn secondary\" href=\"https:\/\/yuaworks.com\/wp-content\/uploads\/2026\/06\/YuaTool-Overlay-Pack-SDK.zip\" target=\"_blank\" rel=\"noopener\">Download Creator Kit<\/a>\n    <\/div>\n  <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>YUAWORKS LIGHT TOOL YuaTool YuaTool is a simple streaming support tool that brings together useful live operation features such as singing streams, song requests, viewer participation, overlay displays, and comment retrieval. It is suitable for users who do not need the full set of YuaLiveLog features and want a lighter way to support their streams. Go to download View advanced tool YuaLiveLog Back to Streaming Tools POSITION A lightweight tool for stream support YuaTool is a lightweight streaming support tool&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_locale":"en_US","_original_post":"https:\/\/yuaworks.com\/?page_id=513","footnotes":""},"class_list":["post-920002","page","type-page","status-publish","hentry","en-US"],"_links":{"self":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/920002","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/comments?post=920002"}],"version-history":[{"count":1,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/920002\/revisions"}],"predecessor-version":[{"id":920005,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/920002\/revisions\/920005"}],"wp:attachment":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/media?parent=920002"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}