<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>白上賞一「しらかみしょういち」</name>
  </author>
  <generator uri="https://hexo.io/">Hexo</generator>
  <id>https://blog.syouiti.com/</id>
  <link href="https://blog.syouiti.com/" rel="alternate"/>
  <link href="https://blog.syouiti.com/atom.xml" rel="self"/>
  <rights>All rights reserved 2026, 白上賞一「しらかみしょういち」</rights>
  <subtitle>运气永在身🎲 | 就爱瞎折腾💯</subtitle>
  <title>白上賞一</title>
  <updated>2026-08-20T15:30:52.000Z</updated>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <category term="Steam" scheme="https://blog.syouiti.com/tags/Steam/"/>
    <category term="Pirated Game" scheme="https://blog.syouiti.com/tags/Pirated-Game/"/>
    <category term="Epic" scheme="https://blog.syouiti.com/tags/Epic/"/>
    <category term="游戏" scheme="https://blog.syouiti.com/tags/%E6%B8%B8%E6%88%8F/"/>
    <category term="破解" scheme="https://blog.syouiti.com/tags/%E7%A0%B4%E8%A7%A3/"/>
    <content>
      <![CDATA[<div class="tag-plugin colorful note" color="blue"><div class="title"><strong><p>核心方案思路</p></strong></div><div class="body"><p>Steam 游戏的破解与联机修复思路主要分两类：</p><ol><li><strong>在线联机需求</strong>：使用 <strong>Unsteam</strong>（伪装免费占位游戏借助 Steam 联机）。</li><li><strong>单机/局域网需求</strong>：使用 <strong>GBE Fork</strong>（完全离线独立运行模拟器）。</li><li><strong>跨平台 EOS 联机</strong>：当游戏自带 Epic Online Services 时，配合 <strong>Nemirtingas Epic Emulator</strong> 处理 EOS 鉴权层。</li></ol></div></div><h2 id="前置准备"><a href="#前置准备" class="headerlink" title="前置准备"></a>前置准备</h2><ul><li><a href="https://cs.rin.ru/forum/viewtopic.php?f=29&amp;t=134707">Unsteam</a> —— 联机补丁（需 Steam 客户端运行）</li><li><a href="https://github.com/Detanup01/gbe_fork">GBE Fork</a> —— 离线/局域网模拟器</li><li><a href="https://github.com/atom0s/Steamless">Steamless</a> —— SteamDRM 移除工具</li><li><a href="https://cs.rin.ru/forum/viewtopic.php?f=29&amp;t=105551">Nemirtingas Epic Emulator</a> —— EOS 联机模拟器</li></ul><p>干净的 Steam 游戏文件可在 <a href="https://cs.rin.ru/forum">CS.RIN.RU</a> 获取，获取方式见文末「工具与资源」。</p><h3 id="查找-Steam-AppID"><a href="#查找-Steam-AppID" class="headerlink" title="查找 Steam AppID"></a>查找 Steam AppID</h3><p>AppID 是游戏在 Steam 商店的编号，两个方案都用得到（Unsteam 的 <code>real_app_id</code>、GBE 的 <code>steam_appid.txt</code>），先查好备用。</p><ul><li><strong>方法一</strong>：打开游戏的 Steam 商店页，URL 里 <code>/app/</code> 后面那串数字就是。比如 <code>store.steampowered.com/app/3683770/</code> 的 AppID 是 <code>3683770</code>。</li><li><strong>方法二</strong>：在商店页地址栏直接搜索游戏名，或用 <a href="https://steamdb.info/">SteamDB</a> 按游戏名查。</li></ul><hr><div class="tag-plugin tabs" id="tab_2"><div class="nav-tabs"><div class="tab active"><a href="#tab_2-1">方案1：Unsteam（在线联机）</a></div><div class="tab"><a href="#tab_2-2">方案2：GBE Fork（离线 / 局域网）</a></div><div class="tab"><a href="#tab_2-3">EOS 联机（Epic 模拟器）</a></div></div><div class="tab-content"><div class="tab-pane active" id="tab_2-1"><p>Unsteam 让游戏伪装成 Steam 的免费占位标题 <strong>Spacewar（AppID 480）</strong> 运行，借 Steam 的官方网络联机。<strong>需要 Steam 客户端登录</strong>；联机对象不限破解玩家。</p><h4 id="1-（可选）用-Steamless-去-DRM"><a href="#1-（可选）用-Steamless-去-DRM" class="headerlink" title="1. （可选）用 Steamless 去 DRM"></a>1. （可选）用 Steamless 去 DRM</h4><p>只有游戏 exe 带 Steam Stub（SteamDRM 包装）才需要这一步。打开 <code>Steamless.exe</code>，拖入游戏可执行文件，点 <strong>Unpack File</strong>。</p><ul><li>提示 <code>This file dose not appear to be packed with steamstub!</code> 说明没有 Steam 加密，跳过。</li><li>成功会生成 <code>游戏名.unpacked.exe</code>。把原 exe 改名备份（如 <code>游戏名.exe.old</code>），再把 unpacked 版改名为原 exe 名。</li></ul><h4 id="2-部署-Unsteam-并配置"><a href="#2-部署-Unsteam-并配置" class="headerlink" title="2. 部署 Unsteam 并配置"></a>2. 部署 Unsteam 并配置</h4><p>把 <code>unsteam/{x64,x86}/*</code>（一般是 x64）复制到游戏目录，运行 <code>unsteam_loader64.exe</code>，生成 <code>unsteam.ini</code>。关键配置如下：</p><figure class="highlight ini"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><span class="line"><span class="section">[loader]</span></span><br><span class="line"><span class="attr">exe_file</span>=Game.exe            <span class="comment">; 【必改】游戏可执行文件名</span></span><br><span class="line"><span class="attr">dll_file</span>=unsteam64.dll</span><br><span class="line"></span><br><span class="line"><span class="section">[game]</span></span><br><span class="line"><span class="attr">offline_mode</span>=<span class="number">0</span>               <span class="comment">; 0 = 在线，1 = 强制离线</span></span><br><span class="line"><span class="attr">steam_id</span>=</span><br><span class="line"><span class="attr">player_name</span>=YourName         <span class="comment">; 默认是打包者的名字，建议改掉</span></span><br><span class="line"><span class="attr">real_app_id</span>=replace_that     <span class="comment">; 【必改】游戏的 Steam AppID，获取方法见「前置准备」</span></span><br><span class="line"><span class="attr">fake_app_id</span>=<span class="number">480</span>              <span class="comment">; Spacewar，不用改</span></span><br><span class="line"><span class="attr">language</span>=english</span><br><span class="line"><span class="attr">beta_name</span>=public</span><br><span class="line"><span class="attr">saves_path</span>=saves</span><br><span class="line">game_launch_options=</span><br></pre></td></tr></tbody></table></figure><h4 id="3-（可选）替换-EOS-SDK"><a href="#3-（可选）替换-EOS-SDK" class="headerlink" title="3. （可选）替换 EOS SDK"></a>3. （可选）替换 EOS SDK</h4><p>存在 <code>EOSSDK-Win64-Shipping.dll</code> 时，说明游戏用 EOS 联机，按「EOS 联机」标签页处理。</p><h4 id="4-启动与验证"><a href="#4-启动与验证" class="headerlink" title="4. 启动与验证"></a>4. 启动与验证</h4><p>确保 Steam 客户端已登录，两种方式任选：</p><ol><li>直接运行游戏可执行文件。失败一般是 unsteam 版本架构不对，换 x64/x86。</li><li>用 <code>unsteam_loader.exe</code> 启动。</li></ol><p><mark class="tag-plugin colorful mark" color="yellow">green 成功标志</mark>：Steam 个人状态栏显示正在玩 <strong>Spacewar</strong>。</p><!-- endtab --></div><div class="tab-pane" id="tab_2-2"><p>GBE Fork 直接替换游戏的 <code>steam_api(64).dll</code>，让游戏以为 Steam 在运行。<strong>不依赖 Steam 客户端，但无法在线公网匹配</strong>，只能局域网或同配置玩家间联机。</p><h4 id="1-（可选）用-Steamless-处理-exe"><a href="#1-（可选）用-Steamless-处理-exe" class="headerlink" title="1. （可选）用 Steamless 处理 exe"></a>1. （可选）用 Steamless 处理 exe</h4><p>同方案1第 1 步：Steamless 去掉 exe 上的 SteamDRM 包装。没 DRM 的文件安全跳过，不会损坏。</p><h4 id="2-查找-steam-api-64-dll"><a href="#2-查找-steam-api-64-dll" class="headerlink" title="2. 查找 steam_api(64).dll"></a>2. 查找 steam_api(64).dll</h4><p>在游戏目录搜索 <code>steam_api*.dll</code>，两种情况：</p><ul><li><strong>只有一个</strong>（通用/Unity 引擎）：替换这个 DLL，<code>steam_settings</code> 放它旁边。</li><li><strong>有两个</strong>（Unreal Engine 游戏）：</li></ul><figure class="highlight plaintext"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">&lt;GameDir&gt;\Engine\Binaries\ThirdParty\Steamworks\Steamv157\Win64\steam_api64.dll</span><br><span class="line">&lt;GameDir&gt;\&lt;GameName&gt;\Binaries\Win64\steam_api64.dll</span><br></pre></td></tr></tbody></table></figure><div class="tag-plugin colorful note" color="yellow"><div class="title"><strong><p>注意</p></strong></div><div class="body"><p>UE 引擎启动时从 <strong>Engine 目录</strong>加载 <code>steam_api64.dll</code>，不是游戏主目录。只替换 Engine 目录那个，<code>steam_settings</code> 也放 Engine 目录。游戏主目录的 DLL 保持原版不动。</p></div></div><h4 id="3-备份原版-DLL-并替换"><a href="#3-备份原版-DLL-并替换" class="headerlink" title="3. 备份原版 DLL 并替换"></a>3. 备份原版 DLL 并替换</h4><ol><li>复制要替换的 DLL，重命名成 <code>steam_api64.dll.old</code>（后续生成接口文件备用）。</li><li>从 GBE Fork 发布包（<code>emu-win-release</code>）复制对应架构的 DLL 覆盖：<ul><li>64 位游戏：<code>regular\x64\steam_api64.dll</code></li><li>32 位游戏：<code>regular\x86\steam_api.dll</code><br><em>(模拟器 DLL 约 7–11MB，原版约 200–400KB，大小一眼能区分)</em></li></ul></li></ol><h4 id="4-创建配置目录与-AppID"><a href="#4-创建配置目录与-AppID" class="headerlink" title="4. 创建配置目录与 AppID"></a>4. 创建配置目录与 AppID</h4><ol><li>在模拟器 DLL 同级建 <code>steam_settings</code> 文件夹。</li><li>新建 <code>steam_settings\steam_appid.txt</code>，只写纯数字 AppID。</li></ol><h4 id="5-生成-steam-interfaces-txt（推荐）"><a href="#5-生成-steam-interfaces-txt（推荐）" class="headerlink" title="5. 生成 steam_interfaces.txt（推荐）"></a>5. 生成 steam_interfaces.txt（推荐）</h4><p>接口版本不匹配会导致崩溃。用 GBE Fork 里的 <code>generate_interfaces_x64.exe</code> 对<strong>备份的原版 DLL</strong> 跑一次，将生成的 <code>steam_interfaces.txt</code> 移入 <code>steam_settings\</code>。</p><h4 id="6-（可选）配置-INI"><a href="#6-（可选）配置-INI" class="headerlink" title="6. （可选）配置 INI"></a>6. （可选）配置 INI</h4><p><code>steam_settings.EXAMPLE\</code> 有模板，按需复制到 <code>steam_settings\</code> 并去掉 <code>.EXAMPLE</code> 中缀：</p><ul><li><code>configs.user.ini</code>：<code>local_save_path=./saves</code>（将存档保存在游戏目录）、<code>account_name=Player</code>（改名字）</li><li><code>configs.main.ini</code>：<code>offline=0</code></li><li><code>configs.app.ini</code>：<code>unlock_all=1</code>（解锁全部 DLC）</li></ul><!-- endtab --></div><div class="tab-pane" id="tab_2-3"><p>游戏自带的正版 <code>EOSSDK-Win64-Shipping.dll</code>（通常十几 MB）会连接 Epic 服务器验证账号、所有权和 DLC。<strong>Nemirtingas Epic Emulator</strong> 把这些验证在本机模拟，绕过 Epic 登录与鉴权。</p><ul><li><strong>适用条件</strong>：游戏目录存在 <code>EOSSDK-Win64-Shipping.dll</code>（如 <code>binaries/win64/</code>）。</li></ul><h4 id="1-备份并替换"><a href="#1-备份并替换" class="headerlink" title="1. 备份并替换"></a>1. 备份并替换</h4><p>搜索游戏内所有 <code>EOSSDK-Win64-Shipping.dll</code>，原版改名备份（如加 <code>.old</code> 后缀），再把 Nemirtingas 的 DLL 复制到原路径覆盖。不确定加载哪份就全部替换。</p><h4 id="2-启动生成配置"><a href="#2-启动生成配置" class="headerlink" title="2. 启动生成配置"></a>2. 启动生成配置</h4><p>直接启动游戏，模拟器会在游戏工作目录自动生成配置文件 <code>NemirtingasEpicEmu.json</code>。</p><h4 id="3-修改配置"><a href="#3-修改配置" class="headerlink" title="3. 修改配置"></a>3. 修改配置</h4><p>用记事本打开 <code>NemirtingasEpicEmu.json</code>，填入自定义用户名：</p><figure class="highlight json"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line"><span class="punctuation">{</span></span><br><span class="line">  <span class="attr">"username"</span><span class="punctuation">:</span> <span class="string">"MyAwesomeUsername"</span></span><br><span class="line"><span class="punctuation">}</span></span><br></pre></td></tr></tbody></table></figure><h4 id="常用字段对照表"><a href="#常用字段对照表" class="headerlink" title="常用字段对照表"></a>常用字段对照表</h4><div class="md-table-scroll"><table><thead><tr><th align="left">字段</th><th align="left">默认值</th><th align="left">说明</th></tr></thead><tbody><tr><td align="left"><code>username</code></td><td align="left"><code>DefaultName</code></td><td align="left">你的名字，用于生成唯一身份 ID，联机不串号</td></tr><tr><td align="left"><code>appid</code></td><td align="left">自动/留空</td><td align="left">匹配同款游戏的房间，房主与玩家需一致</td></tr><tr><td align="left"><code>savepath</code></td><td align="left">空（游戏目录）</td><td align="left">存档/成就保存位置；填 <code>appdata</code> 则存到 <code>%appdata%</code></td></tr><tr><td align="left"><code>disable_online_networking</code></td><td align="left"><code>false</code></td><td align="left"><code>true</code> 时禁用公网连接（仅局域网），崩溃则改回 <code>false</code></td></tr><tr><td align="left"><code>unlock_dlcs</code></td><td align="left"><code>false</code></td><td align="left"><code>true</code> 时尝试解锁全部 DLC</td></tr><tr><td align="left"><code>log_level</code></td><td align="left"><code>OFF</code></td><td align="left">排障时设 <code>DEBUG</code>，查看详细日志</td></tr></tbody></table></div><!-- endtab --></div></div></div><hr><details class="tag-plugin colorful folding" color="cyan"><summary><p>排障与常见问题排查</p></summary><div class="body"><ul> <li><strong>游戏崩溃或提示 EOS 初始化失败</strong>：<ol> <li>确认替换了实际加载的那份 DLL（有多份就全换）。</li> <li>删除 <code>NemirtingasEpicEmu.json</code> 让模拟器重新生成。</li> <li><code>disable_online_networking</code> 改回 <code>false</code>。</li> <li>将 <code>log_level</code> 改为 <code>DEBUG</code> 查看详细运行日志。</li> </ol> </li> <li><strong>查 EOS 游戏 appid</strong>：<br>打开 <a href="https://epicdata.info/items/">EpicData</a> 搜索游戏名，在条目 <code>releaseInfo</code> 的 <code>appId</code> 字段中获取。</li> <li><strong>多人联机身份冲突</strong>：<br>每个玩家填不同的 <code>username</code>。同一个人的多台电脑建议共用同一份配置文件，避免 ID 变动。</li> <li><strong>和其他 EOS 补丁冲突</strong>：<br>功能重叠的补丁二选一（本模拟器可完整替代 FreeTP 的 EpicFix）。</li> </ul> </div></details><hr><h2 id="工具与资源"><a href="#工具与资源" class="headerlink" title="工具与资源"></a>工具与资源</h2><h3 id="自动化补丁工具"><a href="#自动化补丁工具" class="headerlink" title="自动化补丁工具"></a>自动化补丁工具</h3><ul><li><strong><a href="https://github.com/KaladinDMP/ARMGDDN-Autocracker">ARMGDDN Autocracker</a></strong> —— 基于 GBE Fork，右键游戏文件夹一键自动打补丁</li><li><strong><a href="https://github.com/BigBoiCJ/SteamAutoCracker">SteamAutoCracker</a></strong> —— 封装 Steamless + Goldberg，一键去 DRM 和替换 DLL</li></ul><h3 id="其他补丁工具"><a href="#其他补丁工具" class="headerlink" title="其他补丁工具"></a>其他补丁工具</h3><ul><li><strong><a href="https://cs.rin.ru/forum/viewtopic.php?f=29&amp;t=103709">GreenLuma</a></strong> —— Steam 客户端补丁，支持在线联机（Windows 专用）</li><li><strong><a href="https://github.com/AceSLS/SLSsteam">SLSsteam</a></strong> —— Steam 客户端补丁，支持在线联机（Linux 专用）</li><li><strong><a href="https://github.com/k1tbyte/Wemod-Patcher">WeMod Patcher</a></strong> —— 游戏修改器 WeMod 破解工具</li></ul><h3 id="资源论坛"><a href="#资源论坛" class="headerlink" title="资源论坛"></a>资源论坛</h3><ul><li><strong><a href="https://cs.rin.ru/forum">CS.RIN.RU 论坛</a></strong> —— 破解工具与 STEAM 游戏资源的主论坛</li><li><strong><a href="https://rentry.org/pgames">Rentry 游戏导航</a></strong> &amp; <strong><a href="https://ripped.guide/PC-Software/Games/#cracking-tools">Ripped Guide</a></strong></li></ul><hr><blockquote><p>原文作者：<a href="https://www.nite07.com/zh-cn/">Nite</a><br>原文链接：<a href="https://www.nite07.com/zh-cn/posts/game-crack-tutorial/">https://www.nite07.com/zh-cn/posts/game-crack-tutorial/</a><br>授权许可：<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a></p></blockquote>]]>
    </content>
    <id>https://blog.syouiti.com/%E6%B8%B8%E6%88%8F%E7%A0%B4%E8%A7%A3%E6%8C%87%E5%8D%97/</id>
    <link href="https://blog.syouiti.com/%E6%B8%B8%E6%88%8F%E7%A0%B4%E8%A7%A3%E6%8C%87%E5%8D%97/"/>
    <published>2026-08-20T15:30:52.000Z</published>
    <summary>Windows 下 Steam 游戏补丁与联机修复的完整流程：Unsteam 方案（在线联机）与 GBE Fork 方案（离线/局域网），以及 EOS 联机的配置方法。</summary>
    <title>Steam 游戏破解与联机补丁指南</title>
    <updated>2026-08-20T15:30:52.000Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="开源项目" scheme="https://blog.syouiti.com/categories/%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE/"/>
    <category term="chrome" scheme="https://blog.syouiti.com/tags/chrome/"/>
    <category term="扩展" scheme="https://blog.syouiti.com/tags/%E6%89%A9%E5%B1%95/"/>
    <category term="书签" scheme="https://blog.syouiti.com/tags/%E4%B9%A6%E7%AD%BE/"/>
    <category term="typescript" scheme="https://blog.syouiti.com/tags/typescript/"/>
    <category term="vite" scheme="https://blog.syouiti.com/tags/vite/"/>
    <category term="开源" scheme="https://blog.syouiti.com/tags/%E5%BC%80%E6%BA%90/"/>
    <content>
      <![CDATA[<p>书签存得多了，Chrome 自带的书签管理器就开始力不从心：搜索不够顺手、移动和删除操作偏散、死链没人管、重复收藏越积越多，临时收藏的新页面也经常不知道该放到哪个文件夹。</p><p>于是我做了一个 Chrome 扩展：<strong>Curator（策书）</strong>。它的目标很明确，把书签的日常搜索、清理、归类和 AI 辅助整理都放在本地完成，尽量不把一个简单工具做成云服务。</p><p>项目地址：<a href="https://github.com/sy0u1ti/curator-bookmarks">https://github.com/sy0u1ti/curator-bookmarks</a></p><p>当前最新版本是 <strong>v1.3.1</strong>，已经提供可直接下载的 release zip，不想折腾 Node.js 的话可以直接安装。</p><h2 id="主要功能"><a href="#主要功能" class="headerlink" title="主要功能"></a>主要功能</h2><h3 id="弹窗：更快地找到和处理书签"><a href="#弹窗：更快地找到和处理书签" class="headerlink" title="弹窗：更快地找到和处理书签"></a>弹窗：更快地找到和处理书签</h3><p>点开扩展弹窗后，可以直接搜索 Chrome 书签，并对结果进行编辑、移动和删除。常见的书签处理不需要再打开 Chrome 自带的书签管理页。</p><p>弹窗里还有一个更实用的能力：<strong>为当前网页推荐收藏位置</strong>。当你在一个网页上点开 Curator，它可以根据已有书签结构和当前页面信息，给出更合适的保存文件夹建议，减少“先随便丢进未分类，以后再说”的情况。</p><h3 id="书签管理：清死链、改跳转、删重复"><a href="#书签管理：清死链、改跳转、删重复" class="headerlink" title="书签管理：清死链、改跳转、删重复"></a>书签管理：清死链、改跳转、删重复</h3><p>Curator 的管理页主要解决三类问题：</p><ul><li><strong>书签可用性检测</strong>：批量检测网页书签是否还能访问。</li><li><strong>重定向更新</strong>：如果一个旧链接已经跳转到新地址，可以把最终 URL 批量同步回原书签。</li><li><strong>重复书签清理</strong>：按 URL 找出重复收藏，统一处理。</li></ul><p>这部分适合处理用了很多年的收藏夹。老书签里经常会混着失效页面、短链、迁移后的项目地址，以及多个文件夹里重复保存的同一个链接，手动翻基本不现实。</p><h3 id="AI：命名、分类和自动分析"><a href="#AI：命名、分类和自动分析" class="headerlink" title="AI：命名、分类和自动分析"></a>AI：命名、分类和自动分析</h3><p>AI 功能支持自定义 OpenAI 兼容接口。你可以填自己的 base URL、模型和 API Key，用熟悉的渠道来跑分析。</p><p>目前主要有三类 AI 能力：</p><ul><li><strong>AI 智能命名</strong>：批量生成更清晰的书签标题建议，把默认标题、SEO 标题、仓库标题整理成更容易读的名字。</li><li><strong>弹窗智能分类</strong>：根据当前网页内容和现有文件夹结构，推荐应该收藏到哪个文件夹。</li><li><strong>自动分析</strong>：添加网页书签后，后台自动分析并尝试归类到合适位置。</li></ul><p>v1.3.1 里重点完善了自动分析和智能分类流程，也增强了后台队列，减少首次安装后任务被浏览器回收导致丢失的情况。</p><h2 id="隐私与权限"><a href="#隐私与权限" class="headerlink" title="隐私与权限"></a>隐私与权限</h2><p>这个扩展的取向是本地优先，所以数据默认都留在浏览器本地：</p><ul><li>书签、历史、忽略规则、回收站和 AI 设置保存在 <code>chrome.storage.local</code>。</li><li><code>API Key</code> 只保存在当前扩展的本地存储中。</li><li>只有在主动检测、AI 分析或智能分类时，才会请求访问相关网站或 AI 服务地址。</li><li>如果启用 Jina Reader 远程解析，目标网页 URL 会发送给 Jina Reader，所以隐私页面不要随便开这个能力。</li></ul><p>扩展用到的主要 Chrome 权限包括：</p><ul><li><code>bookmarks</code>：读取、移动、编辑、创建和删除书签。</li><li><code>storage</code>：保存设置、历史、忽略规则和回收站。</li><li><code>alarms</code>：后台自动分析任务被浏览器回收后，唤醒并继续处理。</li><li><code>activeTab</code>：读取当前标签页信息，用于弹窗智能分类。</li><li><code>webNavigation</code> / <code>webRequest</code>：执行可用性检测并收集主请求证据。</li><li><code>notifications</code>：自动分析完成后发送 Chrome 通知。</li><li><code>optional_host_permissions</code>：按需请求访问 <code>http://*/*</code>、<code>https://*/*</code> 或 AI 服务地址。</li></ul><h2 id="安装方式"><a href="#安装方式" class="headerlink" title="安装方式"></a>安装方式</h2><p>目前没有上 Chrome Web Store，可以通过开发者模式加载。</p><h3 id="方式一：下载发行版"><a href="#方式一：下载发行版" class="headerlink" title="方式一：下载发行版"></a>方式一：下载发行版</h3><p>这是最省事的方式，不需要安装 Node.js，也不需要自己构建。</p><ol><li>打开 <a href="https://github.com/sy0u1ti/curator-bookmarks/releases/latest">GitHub Releases</a></li><li>下载最新版本里的 <code>curator-bookmarks-*.zip</code></li><li>解压 zip 文件</li><li>打开 <code>chrome://extensions/</code></li><li>打开右上角的 <strong>开发者模式</strong></li><li>点击 <strong>加载已解压的扩展程序</strong></li><li>选择解压后的 <code>dist/</code> 文件夹</li></ol><h3 id="方式二：从源码构建"><a href="#方式二：从源码构建" class="headerlink" title="方式二：从源码构建"></a>方式二：从源码构建</h3><p>适合需要本地开发或修改源码的情况。需要 Node.js 18+。</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line">git <span class="built_in">clone</span> https://github.com/sy0u1ti/curator-bookmarks.git</span><br><span class="line"><span class="built_in">cd</span> curator-bookmarks</span><br><span class="line">npm install</span><br><span class="line">npm run build</span><br></pre></td></tr></tbody></table></figure><p>构建完成后会生成 <code>dist/</code> 目录，再到 <code>chrome://extensions/</code> 里加载这个目录。</p><h2 id="开发命令"><a href="#开发命令" class="headerlink" title="开发命令"></a>开发命令</h2><p>项目是一个 Manifest V3 扩展，技术栈比较直接：</p><ul><li>TypeScript</li><li>Vite 6</li><li><code>@crxjs/vite-plugin</code></li><li>Chrome Extensions API</li><li>原生 DOM + CSS</li><li>Node.js 内置测试工具</li></ul><p>常用命令：</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br><span class="line">16</span><br><span class="line">17</span><br></pre></td><td class="code"><pre><span class="line"><span class="comment"># 启动 Vite 开发模式</span></span><br><span class="line">npm run dev</span><br><span class="line"></span><br><span class="line"><span class="comment"># 类型检查</span></span><br><span class="line">npm run typecheck</span><br><span class="line"></span><br><span class="line"><span class="comment"># 运行测试</span></span><br><span class="line">npm <span class="built_in">test</span></span><br><span class="line"></span><br><span class="line"><span class="comment"># 类型检查、测试、版本一致性检查和构建</span></span><br><span class="line">npm run validate</span><br><span class="line"></span><br><span class="line"><span class="comment"># 构建并打包 release zip</span></span><br><span class="line">npm run pack:zip</span><br><span class="line"></span><br><span class="line"><span class="comment"># 普通构建</span></span><br><span class="line">npm run build</span><br></pre></td></tr></tbody></table></figure><h2 id="适合谁用"><a href="#适合谁用" class="headerlink" title="适合谁用"></a>适合谁用</h2><p>如果你的书签只有几十个，Chrome 自带管理器其实够用。Curator 更适合下面这些情况：</p><ul><li>书签数量很多，靠文件夹手动维护已经很烦。</li><li>收藏了很多 GitHub、文档、工具站，标题混乱。</li><li>老链接很多，想批量找出失效和重定向链接。</li><li>经常临时收藏网页，但不想每次都手动判断该放到哪个文件夹。</li><li>想用自己的 OpenAI 兼容渠道做本地书签整理。</li></ul><p>项目还在继续迭代，有 bug 或者想法可以提 issue，也欢迎直接 PR。</p>]]>
    </content>
    <id>https://blog.syouiti.com/curator-bookmarks-Chrome%E6%9C%AC%E5%9C%B0%E4%B9%A6%E7%AD%BE%E7%AE%A1%E7%90%86%E6%89%A9%E5%B1%95/</id>
    <link href="https://blog.syouiti.com/curator-bookmarks-Chrome%E6%9C%AC%E5%9C%B0%E4%B9%A6%E7%AD%BE%E7%AE%A1%E7%90%86%E6%89%A9%E5%B1%95/"/>
    <published>2026-04-21T06:00:00.000Z</published>
    <summary>
      <![CDATA[<p>书签存得多了，Chrome 自带的书签管理器就开始力不从心：搜索不够顺手、移动和删除操作偏散、死链没人管、重复收藏越积越多，临时收藏的新页面也经常不知道该放到哪个文件夹。</p>
<p>于是我做了一个 Chrome 扩展：<strong>Curator（策书）</stron]]>
    </summary>
    <title>Curator（策书）：本地优先的 Chrome 书签管理与 AI 整理扩展</title>
    <updated>2026-08-23T05:34:40.965Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="站主的瞎话" scheme="https://blog.syouiti.com/categories/%E7%AB%99%E4%B8%BB%E7%9A%84%E7%9E%8E%E8%AF%9D/"/>
    <category term="ai" scheme="https://blog.syouiti.com/tags/ai/"/>
    <category term="mac" scheme="https://blog.syouiti.com/tags/mac/"/>
    <category term="ollama" scheme="https://blog.syouiti.com/tags/ollama/"/>
    <content>
      <![CDATA[<p><em>前言：Ollama 默认将模型下载到其内部数据目录<code>~/.ollama/models</code>，但mac的存储空间又十分金贵，网上找了很久也没找到在mac上改ollama默认模型下载目录的办法，摸索了一个方法在 macOS 上使用 Ollama 将模型下载到外置硬盘</em></p><p><img src="https://cdn.jsdelivr.net/gh/sy0u1ti/picx-images-hosting@master/image.491atwtfvd.webp" alt="image"></p><h3 id="使用符号链接-Symbolic-Link"><a href="#使用符号链接-Symbolic-Link" class="headerlink" title="使用符号链接 (Symbolic Link)"></a>使用符号链接 (Symbolic Link)</h3><ul><li><p><strong>步骤 1：将 Ollama 默认模型目录移动到外置硬盘</strong></p><ol><li>找到 Ollama 的默认模型目录。通常位于 <code>~/.ollama/models</code>。</li><li>将 <code>models</code> 目录复制或移动到你的外置硬盘上。例如，假设你的外置硬盘挂载在 <code>/Volumes/ExternalDrive</code>，你可以将 <code>models</code> 目录移动到 <code>/Volumes/ExternalDrive/ollama_models</code>。</li></ol></li><li><p><strong>步骤 2：创建符号链接</strong></p><ol><li><p>打开终端。</p></li><li><p>使用 <code>ln -s</code> 命令创建符号链接。命令格式如下：</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">ln</span> -s &lt;目标路径&gt; &lt;链接路径&gt;</span><br></pre></td></tr></tbody></table></figure></li><li><p>在你的例子中，命令应该是：</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">ln</span> -s /Volumes/ExternalDrive/ollama_models ~/.ollama/models</span><br></pre></td></tr></tbody></table></figure></li></ol><p>这会在 <code>~/.ollama</code> 目录下创建一个名为 <code>models</code> 的符号链接，指向外置硬盘上的 <code>ollama_models</code> 目录。</p></li><li><p><strong>步骤 3：验证</strong></p><p>现在，当你使用 Ollama 下载模型时，它会认为模型被下载到了 <code>~/.ollama/models</code>，但实际上文件会被保存到外置硬盘上的 <code>/Volumes/ExternalDrive/ollama_models</code>。</p></li></ul>]]>
    </content>
    <id>https://blog.syouiti.com/%E5%9C%A8%20macOS%20%E4%B8%8A%E4%BD%BF%E7%94%A8%20Ollama%20%E5%B0%86%E6%A8%A1%E5%9E%8B%E4%B8%8B%E8%BD%BD%E5%88%B0%E5%A4%96%E7%BD%AE%E7%A1%AC%E7%9B%98/</id>
    <link href="https://blog.syouiti.com/%E5%9C%A8%20macOS%20%E4%B8%8A%E4%BD%BF%E7%94%A8%20Ollama%20%E5%B0%86%E6%A8%A1%E5%9E%8B%E4%B8%8B%E8%BD%BD%E5%88%B0%E5%A4%96%E7%BD%AE%E7%A1%AC%E7%9B%98/"/>
    <published>2024-11-16T11:11:56.592Z</published>
    <summary>
      <![CDATA[<p><em>前言：Ollama 默认将模型下载到其内部数据目录<code>~/.ollama/models</code>，但mac的存储空间又十分金贵，网上找了很久也没找到在mac上改ollama默认模型下载目录的办法，摸索了一个方法在 macOS 上使用 Ollama 将模型]]>
    </summary>
    <title>在 macOS 上使用 Ollama 将模型下载保存到外置硬盘</title>
    <updated>2024-11-24T08:30:33.335Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <category term="ai" scheme="https://blog.syouiti.com/tags/ai/"/>
    <category term="openai" scheme="https://blog.syouiti.com/tags/openai/"/>
    <category term="anthropic" scheme="https://blog.syouiti.com/tags/anthropic/"/>
    <category term="elon musk" scheme="https://blog.syouiti.com/tags/elon-musk/"/>
    <category term="xai" scheme="https://blog.syouiti.com/tags/xai/"/>
    <content>
      <![CDATA[<p>今天仿佛是过节，上午Elon musk宣布xAI API正式上线，晚上Anthropic 宣布推出新模型</p><p><img src="https://cdn.jsdelivr.net/gh/sy0u1ti/picx-images-hosting@master/image.6t7474n424.webp" alt="image"></p><div class="twitter-wrapper"><blockquote class="twitter-tweet"><a href="https://twitter.com/elonmusk/status/1848398370219364385"></a></blockquote></div><script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script><div class="twitter-wrapper"><blockquote class="twitter-tweet"><a href="https://twitter.com/AnthropicAI/status/1848742740420341988"></a></blockquote></div><script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script><p>Anthropic 宣布推出改进版的 Claude 3.5 Sonnet、全新的 Claude 3.5 Haiku， 以及一项新“模拟计算机访问”的新功能<br>也就是Claude 模仿人类的方式使用计算机，例如查看屏幕、移动光标、点击按钮、输入文本等。<br>开发者可以利用这项功能自动化重复任务、开发和测试软件、进行开放式任务（如研究），甚至在复杂的应用场景中进行交互。<br>Claude 3.5 Haiku：<br>Claude 3.5 Haiku 是速度最快的新一代模型，在多项测试中超越了上一代的 Claude 3 Opus，同时保持了低延迟和高指令跟随能力。 该模型适用于用户界面任务、个性化体验生成等需求。<br>Claude 3.5 Sonnet：<br>• 该版本在多项行业基准测试中表现优异，尤其在编程和工具使用任务上有显著提升。<br>• 在编程测试（SWE-bench Verified）中表现提高到49%，在零售领域的工具使用测试（TAU-bench）中提升至69.2%，航空领域则达到了46%。<br>• 新版 Sonnet 与其前代版本保持相同的价格和速度，并在多步开发过程中提高了推理和编程能力。<br><a href="https://www.anthropic.com/news/3-5-models-and-computer-use">更多详细</a></p>]]>
    </content>
    <id>https://blog.syouiti.com/xAI%20api%E4%B8%8A%E7%BA%BF%20Anthropic%E9%87%8D%E5%A4%A7%E6%9B%B4%E6%96%B0/</id>
    <link href="https://blog.syouiti.com/xAI%20api%E4%B8%8A%E7%BA%BF%20Anthropic%E9%87%8D%E5%A4%A7%E6%9B%B4%E6%96%B0/"/>
    <published>2024-10-22T16:16:36.997Z</published>
    <summary>
      <![CDATA[<p>今天仿佛是过节，上午Elon musk宣布xAI API正式上线，晚上Anthropic 宣布推出新模型</p>
<p><img src="https://cdn.jsdelivr.net/gh/sy0u1ti/picx-images-hosting@master/imag]]>
    </summary>
    <title>xAI API 上线与 Anthropic 重大更新</title>
    <updated>2024-10-22T16:25:28.545Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="站主的瞎话" scheme="https://blog.syouiti.com/categories/%E7%AB%99%E4%B8%BB%E7%9A%84%E7%9E%8E%E8%AF%9D/"/>
    <category term="ai" scheme="https://blog.syouiti.com/tags/ai/"/>
    <content>
      <![CDATA[<p><del>想用站主的lobechat请在任何社交媒体跟站主沟通</del></p><p>更新：添加了NVIDIA渠道，现在支持<strong>llama-3.1-nemotron-70b</strong></p><p>meta的新模型<strong>llama-3.1-nemotron-70b</strong>击败 <strong>4o 05-13</strong>和<strong>Claude 3.5 Sonnet</strong></p><p><img src="https://cdn.jsdelivr.net/gh/sy0u1ti/picx-images-hosting@master/image_2024-10-18_00-31-49.9kg682cmtk.webp" alt="image_2024-10-18_00-31-49"></p><p>01万物的<strong>yi-lighting</strong>超越4o4o 05-13。过几天渠道上<strong>yi-lighting</strong></p><p><img src="https://cdn.jsdelivr.net/gh/sy0u1ti/picx-images-hosting@master/image_2024-10-18_00-23-37.4n7pe7wyzk.webp" alt="image_2024-10-18_00-23-37"></p>]]>
    </content>
    <id>https://blog.syouiti.com/10-18-ai%20chat%E6%94%AF%E6%8C%81%E6%A8%A1%E5%9E%8B%E6%9B%B4%E6%96%B0/</id>
    <link href="https://blog.syouiti.com/10-18-ai%20chat%E6%94%AF%E6%8C%81%E6%A8%A1%E5%9E%8B%E6%9B%B4%E6%96%B0/"/>
    <published>2024-10-17T16:34:58.620Z</published>
    <summary>
      <![CDATA[<p><del>想用站主的lobechat请在任何社交媒体跟站主沟通</del></p>
<p>更新：添加了NVIDIA渠道，现在支持<strong>llama-3.1-nemotron-70b</strong></p>
<p>meta的新模型<strong>llama-3.1-]]>
    </summary>
    <title>AI Chat 支持模型更新</title>
    <updated>2024-10-18T12:31:08.302Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="站主的瞎话" scheme="https://blog.syouiti.com/categories/%E7%AB%99%E4%B8%BB%E7%9A%84%E7%9E%8E%E8%AF%9D/"/>
    <category term="ai" scheme="https://blog.syouiti.com/tags/ai/"/>
    <category term="雷军" scheme="https://blog.syouiti.com/tags/%E9%9B%B7%E5%86%9B/"/>
    <content>
      <![CDATA[<p>转载自：<a href="https://link.syouiti.com/leijunvits">https://link.syouiti.com/leijunvits</a></p><h1 id="需要下载的"><a href="#需要下载的" class="headerlink" title="需要下载的"></a>需要下载的</h1><p><a href="https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e/dkxgpiy9zb96hob4">1.整合包</a><br>2.语音模型(<a href="https://www.123865.com/s/KAzUVv-CQHl3">123网盘</a> <a href="https://pan.baidu.com/s/1nxiAtzLcbykx5rpgN5jFyA?pwd=7du7">百度网盘</a>)<br>3.Python PyTorch CUDA（可忽略）自己去官网下</p><h1 id="使用"><a href="#使用" class="headerlink" title="使用"></a>使用</h1><h2 id="安装"><a href="#安装" class="headerlink" title="安装"></a>安装</h2><p>安装好整合包后在整合包内打开cmd输入</p><figure class="highlight css"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">pip install -<span class="attribute">r</span> requirements<span class="selector-class">.txt</span> -<span class="selector-tag">i</span> https://pypi.tuna.tsinghua.edu.cn/simple</span><br></pre></td></tr></tbody></table></figure><p>Copy</p><p>安装依赖。<br>然后把网盘链接内的2个weights文件夹内的文件放到整合包内对应的weights文件夹内</p><h2 id="打开"><a href="#打开" class="headerlink" title="打开"></a>打开</h2><p>然后打开整合包目录内的go-webui.bat。<br>浏览器自动打开后（如没有自动打开可手动输入<a href="http://localhost:9874/%EF%BC%89">http://localhost:9874/）</a><br>点击1-GPT-SOVITS-TTS→勾选‘启用并行推理版本(推理速度更快)’（可选）→开启TTS推理webui</p><h2 id="使用-1"><a href="#使用-1" class="headerlink" title="使用"></a>使用</h2><p>新浏览器页面内先切换模型（建议左边选14，右边选12），然后上传参考音频（在我给的网盘包的output\denoise_opt中选择，对应的中文在output\asr_opt\denoise_opt.list文件内，注意时长不要超过10s）<br>下面的参数不是很建议大改（建议speed_factor=0.95，分段间隔(秒)=0.25，更像雷总本人。如果你显存大（cpu跑的话内存大）可以适当拉高batch_size，实测2060 6G可以拉到60，不过速度貌似没啥明显变化）<br>’需要合成的文本‘内就添加自己想要的文本，同一行的文本不要太多，可以使用回车换行，比如<br>正确示范</p><figure class="highlight plaintext"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line">不觉得这很酷吗</span><br><span class="line">这真的太酷了</span><br><span class="line">科技并伴有趣味</span><br><span class="line">很符合我对未来的想象。</span><br></pre></td></tr></tbody></table></figure><p>Copy</p><p>错误示范</p><figure class="highlight plaintext"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">不觉得这很酷吗，这真的太酷了，科技并伴有趣味，很符合我对未来的想象。</span><br></pre></td></tr></tbody></table></figure><p>Copy</p><p>然后点下面的合成就好，想要保存就直接点击下载，也可以翻文件夹，但合成的语音多了你很容易找不见想要的。<br>最下面自带切分工具</p><h1 id="视频教程"><a href="#视频教程" class="headerlink" title="视频教程"></a>视频教程</h1><p><a href="https://www.bilibili.com/video/BV13s1yYeEqa/?share_source=copy_web&amp;vd_source=8e4482664da3677d49ae62e44cb0cdd9">我（给个三连，别逼我求你）</a><br><a href="https://www.bilibili.com/video/BV1P541117yn/?share_source=copy_web&amp;vd_source=8e4482664da3677d49ae62e44cb0cdd9">痕迹科技（强烈推荐）</a><br><a href="https://www.bilibili.com/video/BV12g4y1m7Uw/?spm_id_from=333.337.search-card.all.click&amp;vd_source=8347eab20847d3fc8a9d2c736b3797d7">花儿不哭（项目作者）</a></p><h1 id="附加链接"><a href="#附加链接" class="headerlink" title="附加链接"></a>附加链接</h1><p><a href="https://github.com/RVC-Boss/GPT-SoVITS">原项目GitHub，可以点个star</a><br><a href="https://www.python.org/">python官网</a><br><a href="https://pytorch.org/">PyTorch官网（这个requirement.txt里面有，pip会自动装）</a><br><a href="https://developer.nvidia.com/cuda-downloads">CUDA</a></p>]]>
    </content>
    <id>https://blog.syouiti.com/%E5%BC%80%E6%BA%90%EF%BC%81%E5%85%8D%E8%B4%B9%EF%BC%81%E6%9C%AC%E5%9C%B0%E9%83%A8%E7%BD%B2%E7%9A%84%E9%9B%B7%E6%80%BB%E5%A3%B0%E7%BA%BF%EF%BC%81/</id>
    <link href="https://blog.syouiti.com/%E5%BC%80%E6%BA%90%EF%BC%81%E5%85%8D%E8%B4%B9%EF%BC%81%E6%9C%AC%E5%9C%B0%E9%83%A8%E7%BD%B2%E7%9A%84%E9%9B%B7%E6%80%BB%E5%A3%B0%E7%BA%BF%EF%BC%81/"/>
    <published>2024-10-07T10:52:38.845Z</published>
    <summary>
      <![CDATA[<p>转载自：<a href="https://link.syouiti.com/leijunvits">https://link.syouiti.com/leijunvits</a></p>
<h1 id="需要下载的"><a href="#需要下载的" class="head]]>
    </summary>
    <title>开源免费：本地部署雷总声线语音模型 (VITS)</title>
    <updated>2024-10-07T10:53:56.301Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="站主的瞎话" scheme="https://blog.syouiti.com/categories/%E7%AB%99%E4%B8%BB%E7%9A%84%E7%9E%8E%E8%AF%9D/"/>
    <category term="cloudflare" scheme="https://blog.syouiti.com/tags/cloudflare/"/>
    <category term="反代" scheme="https://blog.syouiti.com/tags/%E5%8F%8D%E4%BB%A3/"/>
    <content>
      <![CDATA[<p>转载自 <a href="https://link.syouiti.com/cf-origin-rules"><code>https://link.syouiti.com/cf-origin-rules</code></a><br><mark color="green">归档</mark></p><p>通过添加Cloudflare的Origin Rules回源规则，可以将源服务器上的某个端口服务交由Cloudflare所绑定的自定义域名的CDN所反代，实现指定端口转发。</p><p>这里使用docker在源服务器上部署了Vocechat服务，而docker对外访问端口是3019。在没有绑定域名的情况下，默认只能使用ip+监听端口的方式来访问服务。</p><p><img src="https://hyrikuma-akari.top/images/cf-origin-rules/docker-port.png"></p><p>要想通过访问自定域的方式来访问源端口服务，可以利用Cloudflare的Origin Rules来实现。</p><p>首先准备一个已经解析到Cloudflare DNS上的域名，进入到域名的管理界面，点击DNS管理，选择<strong>添加记录</strong>，设定域名前缀（不想设置可以直接填入@，这里填入的是chat），<strong>将源服务器的ip地址正确填入到内容栏中</strong>，开启CDN代理，然后保存。</p><p><img src="https://hyrikuma-akari.top/images/cf-origin-rules/dns-setting.png"></p><p>此时创建的域名<a href="https://chat.hyrikuma-akari.top/">chat.hyrikuma-akari.top </a>指向的是默认的web端口80或443。要想指定的docker-proxy端口3019和这个域名绑定，就需要添加Origin Rules回源规则。</p><p>在左侧边栏点击规则，选择Origin Rules，并点击创建规则，进入规则配置界面。自定规则名称，下面选择<strong>自定义筛选表达式</strong>。</p><p><img src="https://hyrikuma-akari.top/images/cf-origin-rules/rule1.png"></p><p>然后定义配置表达式，字段选择<strong>主机名</strong>，令其等于<strong>刚才创建的域名值</strong>，在目标端口设置上选择<strong>重写到</strong>，并填入指定的端口（这里是3019），然后保存部署。</p><p><img src="https://hyrikuma-akari.top/images/cf-origin-rules/rule2.png"></p><p>此时再次访问域名<a href="https://chat.hyrikuma-akari.top/">chat.hyrikuma-akari.top </a>，可以看到已经成功解析到对应的源服务器端口服务上了。</p>]]>
    </content>
    <id>https://blog.syouiti.com/%E5%88%A9%E7%94%A8Cloudflare%E7%9A%84Origin%20Rules%E5%AE%9E%E7%8E%B0%E8%87%AA%E5%AE%9A%E5%9F%9F%E5%9B%9E%E6%BA%90%E6%8C%87%E5%AE%9A%E7%AB%AF%E5%8F%A3/</id>
    <link href="https://blog.syouiti.com/%E5%88%A9%E7%94%A8Cloudflare%E7%9A%84Origin%20Rules%E5%AE%9E%E7%8E%B0%E8%87%AA%E5%AE%9A%E5%9F%9F%E5%9B%9E%E6%BA%90%E6%8C%87%E5%AE%9A%E7%AB%AF%E5%8F%A3/"/>
    <published>2024-10-06T16:19:53.853Z</published>
    <summary>
      <![CDATA[<p>转载自 <a href="https://link.syouiti.com/cf-origin-rules"><code>https://link.syouiti.com/cf-origin-rules</code></a><br><mark color="green">归]]>
    </summary>
    <title>利用 Cloudflare Origin Rules 实现自定义域名回源指定端口</title>
    <updated>2024-10-06T16:26:23.754Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="站主的瞎话" scheme="https://blog.syouiti.com/categories/%E7%AB%99%E4%B8%BB%E7%9A%84%E7%9E%8E%E8%AF%9D/"/>
    <category term="apple" scheme="https://blog.syouiti.com/tags/apple/"/>
    <category term="mac" scheme="https://blog.syouiti.com/tags/mac/"/>
    <content>
      <![CDATA[<h1 id="日常软件"><a href="#日常软件" class="headerlink" title="日常软件"></a>日常软件</h1><h2 id="前置工作"><a href="#前置工作" class="headerlink" title="前置工作"></a>前置工作</h2><h3 id="允许安装任意来源的-App"><a href="#允许安装任意来源的-App" class="headerlink" title="允许安装任意来源的 App"></a>允许安装任意来源的 App</h3><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">sudo</span> spctl --master-disable</span><br></pre></td></tr></tbody></table></figure><p>然后前往系统偏好设置👉安全性与隐私👉点击左下角的小锁</p><p><img src="https://image.3001.net/images/20220123/16429464344952.png#center" alt="Image"></p><h3 id="安装-Xcode-Command-Line-Tools"><a href="#安装-Xcode-Command-Line-Tools" class="headerlink" title="安装 Xcode Command Line Tools"></a>安装 Xcode Command Line Tools</h3><p>工具依赖</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">xcode-select --install</span><br></pre></td></tr></tbody></table></figure><h2 id="HomeBrew"><a href="#HomeBrew" class="headerlink" title="HomeBrew"></a>HomeBrew</h2><h3 id="安装"><a href="#安装" class="headerlink" title="安装"></a>安装</h3><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">/bin/bash -c <span class="string">"<span class="subst">$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)</span>"</span></span><br></pre></td></tr></tbody></table></figure><p>国内环境安装命令</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">/bin/bash -c <span class="string">"<span class="subst">$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)</span>"</span></span><br></pre></td></tr></tbody></table></figure><p>❗注意</p><blockquote><p>如果命令执行中卡在下面信息： （来源于<a href="https://brew.idayer.com/guide/start/#part3">https://brew.idayer.com/guide/start/#part3</a>）<br>==&gt; Tapping homebrew/core<br>Cloning into ‘/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core’…<br><code>Control + C</code> 中断脚本执行如下命令：</p></blockquote><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">cd</span> <span class="string">"<span class="subst">$(brew --repo)</span>/Library/Taps/"</span></span><br><span class="line"><span class="built_in">mkdir</span> homebrew &amp;&amp; <span class="built_in">cd</span> homebrew</span><br><span class="line">git <span class="built_in">clone</span> https://mirrors.ustc.edu.cn/homebrew-core.git</span><br></pre></td></tr></tbody></table></figure><p>然后再执行</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">/bin/bash -c <span class="string">"<span class="subst">$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)</span>"</span></span><br></pre></td></tr></tbody></table></figure><p>安装完成后根据提示，运行下面的命令</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">echo</span> <span class="string">'eval "$(/opt/homebrew/bin/brew shellenv)"'</span> &gt;&gt; ~/.zprofile</span><br><span class="line"><span class="built_in">eval</span> <span class="string">"<span class="subst">$(source /opt/homebrew/bin/brew shellenv)</span>"</span></span><br></pre></td></tr></tbody></table></figure><p>安装一下 cask 便于后面软件的安装</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install cask</span><br></pre></td></tr></tbody></table></figure><h3 id="常用命令"><a href="#常用命令" class="headerlink" title="常用命令"></a>常用命令</h3><p>更新Homebrew</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew update</span><br></pre></td></tr></tbody></table></figure><p>搜索相关包</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew search keyword</span><br></pre></td></tr></tbody></table></figure><p>卸载软件</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew uninstall keyword</span><br></pre></td></tr></tbody></table></figure><p>查看已安装的软件</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew list</span><br></pre></td></tr></tbody></table></figure><h3 id="卸载Homebrew"><a href="#卸载Homebrew" class="headerlink" title="卸载Homebrew"></a>卸载Homebrew</h3><p>官方脚本</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">/bin/bash -c <span class="string">"<span class="subst">$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)</span>"</span></span><br></pre></td></tr></tbody></table></figure><p>国内脚本</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">/bin/bash -c <span class="string">"<span class="subst">$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/uninstall.sh)</span>"</span></span><br></pre></td></tr></tbody></table></figure><h2 id="软件商店"><a href="#软件商店" class="headerlink" title="软件商店"></a>软件商店</h2><ul><li><a href="https://appstorrent.ru/">appstorrent</a> - 俄罗斯的网站</li><li><a href="https://www.macyy.cn/">MacYY</a> - 国人运营的良心网站</li><li><a href="https://xmac.app/app?page=2">xmac.app</a> - 第一个网站的资源，便于搜索下载</li></ul><h2 id="防火墙"><a href="#防火墙" class="headerlink" title="防火墙"></a>防火墙</h2><p>首先要安装的就是防火墙，Mac 自带的防火墙只能防御进入 Mac 的流量，但是遇到流氓软件向服务器上传我们的隐私数据就防御不了。同时也可以过滤广告哦。<br>我们可以选择两个软件，二选一即可</p><h3 id="Little-Snitch（许可证一次收费）"><a href="#Little-Snitch（许可证一次收费）" class="headerlink" title="Little Snitch（许可证一次收费）"></a>Little Snitch（许可证一次收费）</h3><p><a href="https://www.obdev.at/products/littlesnitch/download.html">官网下载地址</a></p><p><img src="https://cdn.ipfsscan.io/ipfs/QmYmH1EAKgWTY95Uo5wuosFtyEMFcw1ahkVXxviiWqPKQj?filename=monitor-screenshot@2x.png" alt="Image"></p><p>许可证可以在淘宝进行购买，按需购入</p><h3 id="LuLu（开源，免费）"><a href="#LuLu（开源，免费）" class="headerlink" title="LuLu（开源，免费）"></a>LuLu（开源，免费）</h3><p>LuLu 是一个开源的防火墙工具<br>安装也很简单</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask lulu</span><br></pre></td></tr></tbody></table></figure><p>保持默认选项</p><p><img src="https://objective-see.org/images/LL/configure.png" alt="Image"></p><p>有程序发起请求时，会跳出弹窗，我们只需要选择放行或者阻止即可，设置过一次或者配置好规则就可以一劳永逸<br>附上常见的阻止🚫规则 <a href="https://ceadd.ca/blockyouxlist.txt">blockyouxlist</a>，勾选然后粘贴链接即可</p><p><img src="https://preview.cloud.189.cn/image/imageAction?param=028C7CF9BF729D133EF05EBE8C46E685BB211BA56E80A271C2A4B23A2E78ADA3D81189E32757F92EC778E29916D7365FED77C78F1F135F14D88151BF9FB3A8E423BE76389E5093AEBAC473AEEFCF860079E97163EAB3DE8498D289F0E26D2D5B5CFB5EE2EF945EADD5E1B43EA98A3F57" alt="Image"></p><h2 id="1Password"><a href="#1Password" class="headerlink" title="1Password"></a>1Password</h2><p>非常值得入手的密码管理工具，只需要记住一个密码就可以自动保存、保存填写网站、SSH 密钥、加密钱包等密码<br>淘宝购入年费会员也不贵，安全性也不错，全平台通用</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask 1password</span><br></pre></td></tr></tbody></table></figure><p><a href="https://1password.com/zh-cn">官网链接</a></p><h2 id="Raycast"><a href="#Raycast" class="headerlink" title="Raycast"></a>Raycast</h2><p>Raycast 是一个启动器，可以高效打开文件、软件、网站并执行各种便捷操作，可以代替 Mac 自带的「焦点（Spotlight）」<br>同样 brew 安装</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask raycast</span><br></pre></td></tr></tbody></table></figure><p>也可以官网下载 dmg 文件<br><a href="https://www.raycast.com/">官网下载地址</a></p><h3 id="教程"><a href="#教程" class="headerlink" title="教程"></a>教程</h3><p><a href="https://blog.goalonez.site/blog/Raycast%E6%8A%98%E8%85%BE%E4%B9%8B%E8%B7%AF%EF%BC%88%E5%B8%B8%E7%94%A8%E5%8A%9F%E8%83%BD%E7%AF%87%EF%BC%89.html">goalonez(常用功能)</a></p><h3 id="插件"><a href="#插件" class="headerlink" title="插件"></a>插件</h3><p>以下是一些推荐的插件<br><a href="raycast://extensions/khasbilegt/1password?source=webstore">1password</a></p><p><a href="raycast://extensions/abielzulio/chatgpt?source=webstore">chatgpt</a><br>Chatgpt 免费 API 申请</p><p><img src="https://github-readme-stats.xaoxuu.com/api/pin/?username=chatanywhere&amp;repo=GPT_API_free&amp;&amp;show_owner=true" alt="Image"></p><p><a href="https://github.com/XInTheDark/raycast-g4f">Raycast-G4F (GPT4Free)</a><br>免费使用 GPT4，Llama-3 等等，无需 API 密钥</p><p><img src="https://github-readme-stats.xaoxuu.com/api/pin/?username=XInTheDark&amp;repo=raycast-g4f&amp;&amp;show_owner=true" alt="Image"></p><p><a href="raycast://extensions/thomas/visual-studio-code?source=webstore">Raycast 插件</a><br><a href="raycast://extensions/rolandleth/kill-process?source=webstore">Kill Process</a></p><h2 id="🔋-Battery-AlDente-Pro-免费平替"><a href="#🔋-Battery-AlDente-Pro-免费平替" class="headerlink" title="🔋 Battery(AlDente Pro 免费平替)"></a>🔋 Battery(AlDente Pro 免费平替)</h2><p>一个开源的电池保护工具<br>AlDente Pro 免费平替🆓</p><p><img src="https://github-readme-stats.xaoxuu.com/api/pin/?username=actuallymentor&amp;repo=battery&amp;&amp;show_owner=true" alt="Image"></p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask battery</span><br></pre></td></tr></tbody></table></figure><p>使用方法<br>电池充到 80 停止</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">battery maintain 80</span><br></pre></td></tr></tbody></table></figure><h2 id="PrettyClean"><a href="#PrettyClean" class="headerlink" title="PrettyClean"></a>PrettyClean</h2><p>好用的 macOS 磁盘清理工具<br><a href="https://www.prettyclean.cc/zh">https://www.prettyclean.cc/zh</a><br><a href="https://www.prettyclean.cc/zh/download?t=auto">点击下载</a></p><h2 id="Keka"><a href="#Keka" class="headerlink" title="Keka"></a>Keka</h2><p>压缩解压工具</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask keka</span><br></pre></td></tr></tbody></table></figure><p><a href="https://d.keka.io/">官网下载</a></p><h2 id="IINA"><a href="#IINA" class="headerlink" title="IINA"></a>IINA</h2><p>视频播放器</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask iina</span><br></pre></td></tr></tbody></table></figure><h2 id="Vidhub"><a href="#Vidhub" class="headerlink" title="Vidhub"></a>Vidhub</h2><p>可挂载阿里云盘、百度网盘、SMB、WebDAV 等资源，并支持直连 Emby、Jellyfin、Plex 媒体库。<br>可以播放 4K 视频，HDR 效果目前不如 <code>Infuse</code>。<br>免费🆓！还能生成精美的海报墙，要什么自行车🚲<br><a href="https://apps.apple.com/cn/app/vidhub-%E9%AB%98%E6%B8%85%E5%BD%B1%E7%89%87%E8%A7%86%E9%A2%91%E6%92%AD%E6%94%BE%E5%99%A8-%E7%9B%B4%E8%BF%9E%E9%98%BF%E9%87%8C%E4%BA%91%E7%9B%98-%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98/id1659622164">App Store 下载</a></p><h2 id="XPTV"><a href="#XPTV" class="headerlink" title="XPTV"></a>XPTV</h2><p>美区软件，支持添加阿里云盘、夸克网盘，<psw>可以添加 tvbox 的源！</psw>，IPTV 源<br><a href="https://apps.apple.com/us/app/xptv/id6459409368">App Store 下载</a></p><h2 id="Shottr"><a href="#Shottr" class="headerlink" title="Shottr"></a>Shottr</h2><p>纯净的截屏工具<br>长截图，ocr，智能打码，贴图，取色等功能</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask shottr</span><br></pre></td></tr></tbody></table></figure><p><a href="https://shottr.cc/">官网下载</a></p><h2 id="ishot"><a href="#ishot" class="headerlink" title="ishot"></a>ishot</h2><p>国产多功能截屏工具<br>长截图，录音，录屏，ocr，贴图，取色等功能<br><a href="https://www.better365.cn/ishot.html">官方下载</a></p><h2 id="QuickRecorder"><a href="#QuickRecorder" class="headerlink" title="QuickRecorder"></a>QuickRecorder</h2><p>多功能、轻量化、高性能的 macOS 屏幕录制工具</p><ul><li>使用 SwiftUI 编写, 体积小巧轻量化. 软件大小仅 4MB 左右, 无任何累赘功能.</li><li>支持窗口录制, App 录制等模式; 支持窗口声音内录, 鼠标高亮, 隐藏桌面文件等功能.</li><li>QuickRecorder 启动后直接显示主功能面板, 关闭后可以点击 Dock 栏图标再次呼出.</li></ul><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install lihaoyun6/tap/quickrecorder</span><br></pre></td></tr></tbody></table></figure><h2 id="Bob-or-TTime"><a href="#Bob-or-TTime" class="headerlink" title="Bob or TTime"></a>Bob or TTime</h2><p>两款都是优秀的翻译软件，可以划词翻译和截图翻译<br><a href="https://bobtranslate.com/">Bob</a> <a href="https://ttime.timerecord.cn/">TTime</a><br>Bob 是老牌 mac 工具，目前在 App Store 可以下载，而 GitHub 版本已停止维护<br>可以下载免费的 bob 插件使用</p><p><img src="https://github-readme-stats.xaoxuu.com/api/pin/?username=akl7777777&amp;repo=bob-plugin-akl-deepl-free-translate&amp;&amp;show_owner=true" alt="Image"></p><p>TTime 是新晋的开源工具，可以自己配置 ocr 和翻译的 api，可以申请大厂的 api 接口，都有免费额度，足够个人使用了</p><h2 id="Ice"><a href="#Ice" class="headerlink" title="Ice"></a>Ice</h2><p>菜单栏管理工具<br>只需 <code>Command + 拖动菜单栏项目</code> 即可重新排列</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install jordanbaird-ice</span><br></pre></td></tr></tbody></table></figure><h2 id="Qspace"><a href="#Qspace" class="headerlink" title="Qspace"></a>Qspace</h2><p>一款多窗口布局的文件管理工具<br><a href="https://qspace.awehunt.com/zh-cn/index.html#editions">官方下载</a> 免费版与专业版的区别</p><p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAAaADAAQAAAABAAAAAQAAAADa6r/EAAAAC0lEQVQIHWNgAAIAAAUAAY27m/MAAAAASUVORK5CYII=" alt="Image"></p><h2 id="Rectangle"><a href="#Rectangle" class="headerlink" title="Rectangle"></a>Rectangle</h2><p>快捷键分屏</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask rectangle</span><br></pre></td></tr></tbody></table></figure><h2 id="Obsidian"><a href="#Obsidian" class="headerlink" title="Obsidian"></a>Obsidian</h2><p>优秀的笔记工具<br>可以更改主题，安装各种插件<br>同步可以用 GitHub<br><a href="https://obsidian.md/">官网下载</a></p><h2 id="KeyboardHolder"><a href="#KeyboardHolder" class="headerlink" title="KeyboardHolder"></a>KeyboardHolder</h2><p>有些时候我们会遇到总是频繁切换中英文输入法，或者标点的场景<br>使用这款工具就可以记住场景，自动切换</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask keyboardholder</span><br></pre></td></tr></tbody></table></figure><h2 id="Mac-Mouse-Fix"><a href="#Mac-Mouse-Fix" class="headerlink" title="Mac Mouse Fix"></a>Mac Mouse Fix</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install mac-mouse-fix</span><br></pre></td></tr></tbody></table></figure><h2 id="Motrix"><a href="#Motrix" class="headerlink" title="Motrix"></a>Motrix</h2><p>开源的下载器，支持 HTTP, FTP, BitTorrent, Magnet 等</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask motrix</span><br></pre></td></tr></tbody></table></figure><h2 id="PDF-Expert"><a href="#PDF-Expert" class="headerlink" title="PDF Expert"></a>PDF Expert</h2><p>Mac 上非常优秀的 PDF 编辑、查看、管理工具<br><a href="https://pdfexpert.com/">官网</a></p><h2 id="PDFGear"><a href="#PDFGear" class="headerlink" title="PDFGear"></a>PDFGear</h2><p>免费的 PDF 编辑、阅读工具<br>自带 AI 阅读 PDF，OCR 识别<br><a href="https://www.pdfgear.com/pdfgear-for-mac/">官网</a></p><h2 id="Wechat-微信"><a href="#Wechat-微信" class="headerlink" title="Wechat 微信"></a>Wechat 微信</h2><p><a href="https://apps.apple.com/cn/app/%E5%BE%AE%E4%BF%A1/id836500024?mt=12">App Store 下载</a><br><a href="https://weixin.qq.com/cgi-bin/readtemplate?t=mac&amp;lang=zh_CN">官网下载</a></p><h2 id="Telegram"><a href="#Telegram" class="headerlink" title="Telegram"></a>Telegram</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask telegram</span><br></pre></td></tr></tbody></table></figure><h2 id="Discord"><a href="#Discord" class="headerlink" title="Discord"></a>Discord</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask discord</span><br></pre></td></tr></tbody></table></figure><h2 id="NetNewsWire"><a href="#NetNewsWire" class="headerlink" title="NetNewsWire"></a>NetNewsWire</h2><p>RSS 阅读器</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask netnewswire</span><br></pre></td></tr></tbody></table></figure><h2 id="鼠须管-Squirrel-输入法"><a href="#鼠须管-Squirrel-输入法" class="headerlink" title="鼠须管 Squirrel 输入法"></a>鼠须管 Squirrel 输入法</h2><p>Rime 输入法<br>开源，高度自定义</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask squirrel</span><br></pre></td></tr></tbody></table></figure><h3 id="配置"><a href="#配置" class="headerlink" title="配置"></a>配置</h3><p>自动化配置脚本👉 <a href="https://github.com/Mark24Code/rime-auto-deploy/tree/main">https://github.com/Mark24Code/rime-auto-deploy/tree/main</a></p><ol><li>安装依赖<br>ruby3</li></ol><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install ruby</span><br></pre></td></tr></tbody></table></figure><ol start="2"><li>执行下面的代码</li></ol><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">git <span class="built_in">clone</span> --depth=1 https://github.com/Mark24Code/rime-auto-deploy.git --branch latest</span><br><span class="line"><span class="built_in">cd</span> rime-auto-deploy</span><br><span class="line">./installer.rb</span><br></pre></td></tr></tbody></table></figure><br><br><br><br><br><h1 id="渗透工具"><a href="#渗透工具" class="headerlink" title="渗透工具"></a>渗透工具</h1><blockquote><p>注意因为渗透测试考虑到安全性，工具配置在虚拟机中更加合适，所以本文只介绍少数工具</p></blockquote><h2 id="主机探测"><a href="#主机探测" class="headerlink" title="主机探测"></a>主机探测</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">brew install nmap</span><br><span class="line">brew install arp-scan</span><br></pre></td></tr></tbody></table></figure><h2 id="抓包工具"><a href="#抓包工具" class="headerlink" title="抓包工具"></a>抓包工具</h2><h3 id="Burpsuite"><a href="#Burpsuite" class="headerlink" title="Burpsuite"></a>Burpsuite</h3><p>首先 <a href="https://portswigger.net/burp/releases">官网下载</a><br>点开 dmg 文件安装，将注册 jar 将其放入到 BP Jar 包的同级目录下：<br><a href="/assets/wiki/mac/BurpLoaderKeygen.jar">注册 jar 下载</a></p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">cd</span> /Applications/Burp\ Suite\ Professional.app/Contents/Resources/app &amp;&amp; <span class="string">"/Applications/Burp Suite Professional.app/Contents/Resources/jre.bundle/Contents/Home/bin/java"</span> <span class="string">"--add-opens=java.desktop/javax.swing=ALL-UNNAMED"</span> <span class="string">"--add-opens=java.base/java.lang=ALL-UNNAMED"</span> <span class="string">"--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED"</span> <span class="string">"--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED"</span> <span class="string">"--add-opens=java.base/jdk.internal.org.objectweb.asm.Opcodes=ALL-UNNAMED"</span> <span class="string">"-javaagent:BurpLoaderKeygen.jar"</span>  <span class="string">"-jar"</span> <span class="string">"/Applications/Burp Suite Professional.app/Contents/Resources/app/burpsuite_pro.jar"</span></span><br></pre></td></tr></tbody></table></figure><p>显示激活窗口</p><p>另外打开一个终端</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">/Applications/Burp\ Suite\ Professional.app/Contents/Resources/jre.bundle/Contents/Home/bin/java -jar /Applications/Burp\ Suite\ Professional.app/Contents/Resources/app/BurpLoaderKeygen.jar</span><br></pre></td></tr></tbody></table></figure><p>再运行下面的命令</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">echo</span> <span class="string">"--add-opens=java.desktop/javax.swing=ALL-UNNAMED"</span> &gt;&gt; /Applications/Burp\ Suite\ Professional.app/Contents/vmoptions.txt</span><br><span class="line"><span class="built_in">echo</span> <span class="string">"--add-opens=java.base/java.lang=ALL-UNNAMED"</span> &gt;&gt; /Applications/Burp\ Suite\ Professional.app/Contents/vmoptions.txt</span><br><span class="line"><span class="built_in">echo</span> <span class="string">"--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED"</span> &gt;&gt; /Applications/Burp\ Suite\ Professional.app/Contents/vmoptions.txt</span><br><span class="line"><span class="built_in">echo</span> <span class="string">"--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED"</span> &gt;&gt; /Applications/Burp\ Suite\ Professional.app/Contents/vmoptions.txt</span><br><span class="line"><span class="built_in">echo</span> <span class="string">"--add-opens=java.base/jdk.internal.org.objectweb.asm.Opcodes=ALL-UNNAMED"</span> &gt;&gt; /Applications/Burp\ Suite\ Professional.app/Contents/vmoptions.txt</span><br><span class="line"><span class="built_in">echo</span> <span class="string">"-javaagent:BurpLoaderKeygen.jar"</span> &gt;&gt; /Applications/Burp\ Suite\ Professional.app/Contents/vmoptions.txt</span><br><span class="line"><span class="built_in">echo</span> <span class="string">"-Xmx2048m"</span> &gt;&gt; /Applications/Burp\ Suite\ Professional.app/Contents/vmoptions.txt</span><br></pre></td></tr></tbody></table></figure><p>那么激活完成，可以在应用程序中直接打开</p><h3 id="Yakit"><a href="#Yakit" class="headerlink" title="Yakit"></a>Yakit</h3><p><a href="https://yaklang.io/">Yakit 官网</a><br>选择 macOS (Apple Sillion)</p><h3 id="Wireshark"><a href="#Wireshark" class="headerlink" title="Wireshark"></a>Wireshark</h3><p>网络数据包分析<br><a href="https://www.wireshark.org/download.html">官网下载</a></p><h2 id="承影"><a href="#承影" class="headerlink" title="承影"></a>承影</h2><p>一款安全工具箱,集成了目录扫描、JWT、Swagger 测试、编/解码、轻量级 BurpSuite、杀软辅助功能<br><a href="https://github.com/yhy0/ChYing">Github 下载</a></p><h2 id="SQL-注入"><a href="#SQL-注入" class="headerlink" title="SQL 注入"></a>SQL 注入</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install sqlmap</span><br></pre></td></tr></tbody></table></figure><h2 id="文件分析"><a href="#文件分析" class="headerlink" title="文件分析"></a>文件分析</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">brew install binwalk</span><br><span class="line">brew install exiftool</span><br></pre></td></tr></tbody></table></figure><h3 id="Hex-Fiend"><a href="#Hex-Fiend" class="headerlink" title="Hex Fiend"></a>Hex Fiend</h3><p>小巧的 Hex 文件查看器，支持自定义高亮选中展示<br><a href="https://apps.apple.com/cn/app/hex-fiend/id1342896380?mt=12">应用商店下载</a></p><h2 id="Shambles"><a href="#Shambles" class="headerlink" title="Shambles"></a>Shambles</h2><p>次世代嵌入式逆向工程神器<br>智能扫描漏洞，固件对比，环境模拟<br><a href="https://www.liansecurity.com/#/main/product/info?productId=2">官网</a></p><h2 id="Cutter"><a href="#Cutter" class="headerlink" title="Cutter"></a>Cutter</h2><p>Cutter 是由 rizin 支持的免费开源逆向工程平台。</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask cutter</span><br></pre></td></tr></tbody></table></figure><h2 id="冰蝎"><a href="#冰蝎" class="headerlink" title="冰蝎"></a>冰蝎</h2><p>动态二进制加密网站（WebShell）管理客户端<br><a href="https://kgithub.com/rebeyond/Behinder">Github 下载</a></p><h2 id="SiteSucker-Pro"><a href="#SiteSucker-Pro" class="headerlink" title="SiteSucker Pro"></a>SiteSucker Pro</h2><p>下载网站<br><a href="https://appstorrent.ru/634-sitesucker.html">下载链接</a></p><h2 id="Metasploit"><a href="#Metasploit" class="headerlink" title="Metasploit"></a>Metasploit</h2><p>下载最新版本的安装包：<a href="https://osx.metasploit.com/metasploitframework-latest.pkg">https://osx.metasploit.com/metasploitframework-latest.pkg</a><br>双击点开安装<br>安装路径为/opt/metasploit-framework/bin<br>配置环境变量</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">echo</span> <span class="string">'export PATH="$PATH:/opt/metasploit-framework/bin/"'</span> &gt;&gt; ~/.zshrc</span><br></pre></td></tr></tbody></table></figure><p>重新打开终端</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">msfconsole</span><br><span class="line"><span class="comment"># 输入 y 确定初始化一个新的数据库</span></span><br><span class="line">Would you like to use and setup a new database (recommended)? y</span><br></pre></td></tr></tbody></table></figure><h2 id="Hashcat"><a href="#Hashcat" class="headerlink" title="Hashcat"></a>Hashcat</h2><p>密码破解神器</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install hashcat</span><br></pre></td></tr></tbody></table></figure><br><br><br><br><br><h1 id="开发配置"><a href="#开发配置" class="headerlink" title="开发配置"></a>开发配置</h1><h2 id="iTerm2"><a href="#iTerm2" class="headerlink" title="iTerm2"></a>iTerm2</h2><p>没有一个好看的终端怎么行 😂</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask iterm2</span><br></pre></td></tr></tbody></table></figure><h3 id="终端美化"><a href="#终端美化" class="headerlink" title="终端美化"></a>终端美化</h3><p>Starship<br>安装</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install starship</span><br></pre></td></tr></tbody></table></figure><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">echo</span> <span class="string">'eval "$(starship init zsh)"'</span> &gt;&gt; ~/.zshrc</span><br></pre></td></tr></tbody></table></figure><p>配置文件</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">mkdir</span> -p ~/.config</span><br><span class="line"><span class="built_in">cd</span> ~/.config</span><br><span class="line">wget https://raw.githubusercontent.com/44maker/kaliinit/main/starship.toml</span><br><span class="line"><span class="built_in">cd</span> ~</span><br></pre></td></tr></tbody></table></figure><p>卸载 Starship</p><ol><li>删除 shell 配置中 <code>~/.zshrc</code><br>用于初始化 Starship 的所有行</li><li>删除 Starship</li></ol><h2 id="Kitty"><a href="#Kitty" class="headerlink" title="Kitty"></a>Kitty</h2><p>迅速、轻量化的终端</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask kitty</span><br></pre></td></tr></tbody></table></figure><h2 id="Tmux"><a href="#Tmux" class="headerlink" title="Tmux"></a>Tmux</h2><h3 id="安装-1"><a href="#安装-1" class="headerlink" title="安装"></a>安装</h3><p>终端复用神器</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install tmux</span><br></pre></td></tr></tbody></table></figure><p>教程<br><a href="https://www.ruanyifeng.com/blog/2019/10/tmux.html">Tmux 使用教程- 阮一峰的网络日志</a><br><a href="http://louiszhai.github.io/2017/09/30/tmux/">Tmux使用手册</a></p><h3 id="配置文件"><a href="#配置文件" class="headerlink" title="配置文件"></a>配置文件</h3><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">nano ~/.tmux.conf</span><br></pre></td></tr></tbody></table></figure><figure class="highlight plaintext"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><span class="line">#tmux attach 如果无分离终端则新建</span><br><span class="line">new-session</span><br><span class="line"># split panes using | and -</span><br><span class="line">bind | split-window -h</span><br><span class="line">bind - split-window -v</span><br><span class="line">unbind ' " '</span><br><span class="line">unbind %</span><br><span class="line">bind -r k select-pane -U # 绑定k为↑</span><br><span class="line">bind -r j select-pane -D # 绑定j为↓</span><br><span class="line">bind -r h select-pane -L # 绑定h为←</span><br><span class="line">bind -r l select-pane -R # 绑定l为→</span><br><span class="line"># reload config file (change file location to your the tmux.conf you want to use)</span><br><span class="line">bind r source-file ~/.tmux.conf; display-message "Config reloaded.."</span><br><span class="line">bind V source-file ~/.tmux/layout1</span><br></pre></td></tr></tbody></table></figure><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">mkdir</span> ~/.tmux</span><br><span class="line">nano ~/.tmux/layout1</span><br></pre></td></tr></tbody></table></figure><figure class="highlight plaintext"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line">selectp -t 0 # select the first (0) pane</span><br><span class="line">splitw -v -p 50 # split it into two halves</span><br><span class="line">selectp -t 1 # select the new, second (1) pane</span><br><span class="line">splitw -h -p 50 # split it into two halves</span><br><span class="line">selectp -t 0 # go back to the first pane</span><br></pre></td></tr></tbody></table></figure><p>完成后</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">source</span> ~/.zshrc</span><br></pre></td></tr></tbody></table></figure><p>之后使用的话，在终端输入 <code>tmux</code><br>然后 Ctrl + B 再按  Shift + V<br>就可以分屏了</p><h3 id="常用命令-1"><a href="#常用命令-1" class="headerlink" title="常用命令"></a>常用命令</h3><p>最大化</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">Ctrl+b z</span><br></pre></td></tr></tbody></table></figure><p>复制模式  q退出</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">Ctrl+b [</span><br></pre></td></tr></tbody></table></figure><p>窗口列表</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">Ctrl+b w</span><br></pre></td></tr></tbody></table></figure><p>切换窗口</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">Ctrl+b 0~9</span><br></pre></td></tr></tbody></table></figure><p>会话列表</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">Ctrl+b s</span><br></pre></td></tr></tbody></table></figure><p>挂起</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">Ctrl+b Ctrl+z</span><br></pre></td></tr></tbody></table></figure><h2 id="Git"><a href="#Git" class="headerlink" title="Git"></a>Git</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line"><span class="comment"># 配置邮箱</span></span><br><span class="line">git config --global user.email <span class="string">"xxxxx@xxx.com"</span></span><br><span class="line"></span><br><span class="line"><span class="comment"># 配置用户名</span></span><br><span class="line">git config --global user.name <span class="string">"xxx"</span></span><br></pre></td></tr></tbody></table></figure><h2 id="Python"><a href="#Python" class="headerlink" title="Python"></a>Python</h2><p>在调试 Python 的时候可能遇到不同的环境问题，在这里先使用 pyenv 进行本地环境配置，后面如果做机器学习、深度学习等使用 conda 虚拟环境配置</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install pyenv</span><br></pre></td></tr></tbody></table></figure><p>配置 shell 环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">echo</span> <span class="string">'eval "$(pyenv init -)"'</span> &gt;&gt; ~/.zshrc</span><br></pre></td></tr></tbody></table></figure><p>查看可安装的版本</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">pyenv install -l</span><br></pre></td></tr></tbody></table></figure><p>安装与卸载</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">pyenv install 具体版本</span><br><span class="line">pyenv uninstall 具体版本</span><br></pre></td></tr></tbody></table></figure><p>查看已安装的版本</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line"><span class="comment"># 当前版本</span></span><br><span class="line">pyenv version</span><br><span class="line"><span class="comment"># 查看已经安装的 Python 版本</span></span><br><span class="line">pyenv versions</span><br></pre></td></tr></tbody></table></figure><p>版本切换</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br></pre></td><td class="code"><pre><span class="line"><span class="comment"># shell 会话设置 只影响当前的shell会话</span></span><br><span class="line">pyenv shell &lt;python版本&gt;</span><br><span class="line"><span class="comment"># 取消 shell 会话的设置</span></span><br><span class="line">pyenv shell --<span class="built_in">unset</span></span><br><span class="line"><span class="comment"># local 本地设置 只影响所在文件夹</span></span><br><span class="line">pyenv <span class="built_in">local</span> &lt;python版本&gt;</span><br><span class="line"><span class="comment"># global 全局设置 一般不建议改变全局设置</span></span><br><span class="line">pyenv global &lt;python版本&gt;</span><br></pre></td></tr></tbody></table></figure><blockquote><p>注意：pyenv 的 global、local、shell 的优先级关系是：shell &gt; local &gt; global</p></blockquote><h2 id="JAVA"><a href="#JAVA" class="headerlink" title="JAVA"></a>JAVA</h2><p><a href="https://www.oracle.com/java/technologies/downloads/#java8-mac">JDK8</a><br><a href="https://www.123pan.com/s/L9uDVv-QQu7H.html">https://www.123pan.com/s/L9uDVv-QQu7H.html</a><br><a href="https://www.oracle.com/java/technologies/downloads/#java11-mac">JDK11</a><br><a href="https://www.123pan.com/s/L9uDVv-9Qu7H.html">https://www.123pan.com/s/L9uDVv-9Qu7H.html</a><br><a href="https://download.oracle.com/java/17/latest/jdk-17_macos-aarch64_bin.dmg">JDK17</a></p><p>下载安装之后<br>再安装 jenv 便于切换环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew instal jenv</span><br></pre></td></tr></tbody></table></figure><p>配置 zshrc 环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">echo</span> <span class="string">'export PATH="$HOME/.jenv/bin:$PATH"'</span> &gt;&gt; ~/.zshrc</span><br><span class="line"><span class="built_in">echo</span> <span class="string">'eval "$(jenv init -)"'</span> &gt;&gt; ~/.zshrc</span><br></pre></td></tr></tbody></table></figure><p>安装完成后</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br><span class="line">16</span><br><span class="line">17</span><br><span class="line">18</span><br><span class="line">19</span><br><span class="line">20</span><br></pre></td><td class="code"><pre><span class="line"><span class="comment"># 查看当前的 Java 版本</span></span><br><span class="line">jenv version</span><br><span class="line"><span class="comment"># 列出目前 jenv 所有可切换管理的版本</span></span><br><span class="line">jenv versions</span><br><span class="line"></span><br><span class="line"><span class="comment"># 手动添加本地的 Java Home 路径</span></span><br><span class="line">jenv add /Library/Java/JavaVirtualMachines/jdk-20.jdk/Contents/Home/</span><br><span class="line">jenv add /Library/Java/JavaVirtualMachines/jdk1.8.0_291.jdk/Contents/Home/</span><br><span class="line">jenv add /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home/</span><br><span class="line"></span><br><span class="line"><span class="comment"># global 全局设置 一般不建议改变全局设置</span></span><br><span class="line">jenv global &lt;java 版本&gt;</span><br><span class="line"></span><br><span class="line"><span class="comment"># shell 会话设置 只影响当前的shell会话</span></span><br><span class="line">jenv shell &lt;java 版本&gt;</span><br><span class="line"><span class="comment"># 取消 shell 会话的设置</span></span><br><span class="line">jenv shell --<span class="built_in">unset</span></span><br><span class="line"></span><br><span class="line"><span class="comment"># local 本地设置 只影响所在文件夹</span></span><br><span class="line">jenv <span class="built_in">local</span> &lt;java 版本&gt;</span><br></pre></td></tr></tbody></table></figure><h2 id="Docker"><a href="#Docker" class="headerlink" title="Docker"></a>Docker</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask docker</span><br></pre></td></tr></tbody></table></figure><h3 id="OrbStack"><a href="#OrbStack" class="headerlink" title="OrbStack"></a>OrbStack</h3><p>OrbStack 是一种在 macOS 上运行 Docker 容器和 Linux 机器的快速、轻便且简单的方法。可以将其视为强大的 WSL 和 Docker Desktop 替代方案，全部集成在一个易于使用的应用程序中</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install orbstack</span><br></pre></td></tr></tbody></table></figure><p>Docker 切换 OrbStack</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">docker context use orbstack</span><br></pre></td></tr></tbody></table></figure><p>在设置中可以进行换源</p><figure class="highlight json"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><span class="line"><span class="punctuation">{</span></span><br><span class="line">    <span class="attr">"ipv6"</span><span class="punctuation">:</span> <span class="literal"><span class="keyword">true</span></span><span class="punctuation">,</span></span><br><span class="line">    <span class="attr">"registry-mirrors"</span><span class="punctuation">:</span> <span class="punctuation">[</span></span><br><span class="line">        <span class="string">"http://hub-mirror.c.163.com"</span><span class="punctuation">,</span></span><br><span class="line">        <span class="string">"https://registry.docker-cn.com"</span><span class="punctuation">,</span></span><br><span class="line">        <span class="string">"https://mirror.baidubce.com"</span><span class="punctuation">,</span></span><br><span class="line">        <span class="string">"https://kn77wnbv.mirror.aliyuncs.com"</span><span class="punctuation">,</span></span><br><span class="line">        <span class="string">"https://0dj0t5fb.mirror.aliyuncs.com"</span><span class="punctuation">,</span></span><br><span class="line">        <span class="string">"https://docker.nju.edu.cn"</span><span class="punctuation">,</span></span><br><span class="line">        <span class="string">"https://kuamavit.mirror.aliyuncs.com"</span><span class="punctuation">,</span></span><br><span class="line">        <span class="string">"https://y0qd3iq.mirror.aliyuncs.com"</span><span class="punctuation">,</span></span><br><span class="line">        <span class="string">"https://docker.mirrors.ustc.edu.cn"</span></span><br><span class="line">    <span class="punctuation">]</span></span><br><span class="line"><span class="punctuation">}</span></span><br></pre></td></tr></tbody></table></figure><h2 id="Parallels-Desktop"><a href="#Parallels-Desktop" class="headerlink" title="Parallels Desktop"></a>Parallels Desktop</h2><p>Mac 上性能最好的虚拟化工具</p><h2 id="UTM"><a href="#UTM" class="headerlink" title="UTM"></a>UTM</h2><p>UTM 是一个功能齐全的系统模拟器和虚拟机主机，适用于 iOS 和 macOS。它基于 QEMU。所以可以模拟 x86、ARM64 和 RISC-V。</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask utm</span><br></pre></td></tr></tbody></table></figure><h3 id="Vulnhub"><a href="#Vulnhub" class="headerlink" title="Vulnhub"></a>Vulnhub</h3><p>kali 攻击机上官网下载 iso 文件导入即可<br><a href="https://www.kali.org/get-kali/#kali-installer-images">官网下载</a><br>然后到 vulnhub 查找自己想要练习的靶机，并下载 ova<br><a href="https://www.vulnhub.com/">vulnhub</a> <a href="https://file.vulnhub.cn/">vulnhub 国内镜像</a></p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">cd</span> Downloads</span><br><span class="line">tar xvf xxx.ova</span><br></pre></td></tr></tbody></table></figure><p>解压完成后安装一下 qemu</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install qemu</span><br></pre></td></tr></tbody></table></figure><p>转换成 qcow2 格式</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">qemu-img convert -O qcow2 xxx-disk001.vmdk xxx.qcow2</span><br></pre></td></tr></tbody></table></figure><p>打开 UTM，选择左上角➕，新建<br>选择 <code>模拟</code> -&gt; <code>其他</code> -&gt; 勾选 <code>跳过ISO启动</code> -&gt; 选择内存等 -&gt; 继续 -&gt; 填写名字 -&gt; 保存<br>在主页面能看到新建的机器 -&gt; 右击编辑 -&gt; 选择 <code>QEMU</code> -&gt; 取消勾选 <code>UEFI启动</code><br>右击 <code>IDE Drive</code> 删除<br>再点击驱动器下方的新建 -&gt; 导入 -&gt; 选择刚刚生成的 qcow2 文件即可</p><h3 id="x86"><a href="#x86" class="headerlink" title="x86"></a>x86</h3><p>在网上下载你想要模拟的 x86 系统的 iso 文件<br>打开 UTM -&gt; 左上角➕ -&gt; 选择模拟 -&gt; linux(或者windows) -&gt; 调整内存 -&gt; 驱动器大小 -&gt; 名字 -&gt; 完成<br>之后就可以正常打开使用了</p><h2 id="VirtualBox"><a href="#VirtualBox" class="headerlink" title="VirtualBox"></a>VirtualBox</h2><p>Virtualbox 是一个开源的虚拟机工具<br>可以在官网下载安装<br><a href="https://www.virtualbox.org/wiki/Downloads">官网下载</a><br>Virtualbox 更加适用于打靶机的情况，比如 <a href="https://hackmyvm.eu/">hackmyvm 靶场</a> 中大部分的靶机都是适配 Virtualbox 的</p><h2 id="Vmware-Fusion"><a href="#Vmware-Fusion" class="headerlink" title="Vmware Fusion"></a>Vmware Fusion</h2><p>Vmware 是除了 PD 以外非常优秀的虚拟机工具，如果觉得 PD 收费太高，那么可以选择 Vmware<br><a href="https://customerconnect.vmware.com/cn/downloads/info/slug/desktop_end_user_computing/vmware_fusion/13_0">官网下载</a></p><h2 id="Firefox"><a href="#Firefox" class="headerlink" title="Firefox"></a>Firefox</h2><p>开源浏览器</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask firefox</span><br></pre></td></tr></tbody></table></figure><h2 id="Arc"><a href="#Arc" class="headerlink" title="Arc"></a>Arc</h2><p>非常好看的浏览器，垂直标签栏能更好的保存网站分类</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask arc</span><br></pre></td></tr></tbody></table></figure><blockquote><p>注意：需要加入愿望单，获取名额</p></blockquote><h2 id="Electerm"><a href="#Electerm" class="headerlink" title="Electerm"></a>Electerm</h2><p>支持 ssh/sftp 的客户端<br>支持 GitHub，gitee 同步</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask electerm</span><br></pre></td></tr></tbody></table></figure><h2 id="Insomnia"><a href="#Insomnia" class="headerlink" title="Insomnia"></a>Insomnia</h2><p>一个用于 GraphQL、REST、WebSockets、SSE 和 gRPC 的开源、跨平台 API 客户端</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask insomnia</span><br></pre></td></tr></tbody></table></figure><h2 id="Vscode"><a href="#Vscode" class="headerlink" title="Vscode"></a>Vscode</h2><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">brew install --cask visual-studio-code</span><br></pre></td></tr></tbody></table></figure><p><a href="https://code.visualstudio.com/">官网下载</a></p><h2 id="Miniconda"><a href="#Miniconda" class="headerlink" title="Miniconda"></a>Miniconda</h2><h3 id="安装-2"><a href="#安装-2" class="headerlink" title="安装"></a>安装</h3><p>下载安装包<br><a href="https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh">官方链接</a> <a href="https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-MacOSX-arm64.sh">清华镜像</a></p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh</span><br><span class="line">sh Miniconda3-latest-MacOSX-arm64.sh</span><br></pre></td></tr></tbody></table></figure><p>在安装的最后会出现</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">Do you wish the installer to initialize Miniconda3 by running conda init? [<span class="built_in">yes</span>|no]</span><br><span class="line">[<span class="built_in">yes</span>] &gt;&gt;&gt;</span><br></pre></td></tr></tbody></table></figure><p>输入 yes<br>此时安装包会向当前 SHELL 的配置文件（~/.zshrc）中写入 conda 初始化语句<br>查看 conda 版本，检查是否安装成功</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda -V</span><br></pre></td></tr></tbody></table></figure><h3 id="配置-1"><a href="#配置-1" class="headerlink" title="配置"></a>配置</h3><h4 id="取消激活-base-环境"><a href="#取消激活-base-环境" class="headerlink" title="取消激活 base 环境"></a>取消激活 base 环境</h4><p>因为我们之前已经配置了本地 python 环境，为了区分用途 [pyenv 管理的 python 用于 python 开发等，conda 用于机器学习、深度学习等]<br>以上是我个人的习惯，如果只有单方面需求，使用对应的 python 配置方法即可<br>安装 Miniconda 后，打开终端默认会激活 base 环境<br>所以通过命令取消掉</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda config --<span class="built_in">set</span> auto_activate_base False</span><br></pre></td></tr></tbody></table></figure><p>想要在终端激活 conda 中的虚拟环境的时候</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda activate base[虚拟环境名]</span><br></pre></td></tr></tbody></table></figure><p>想要恢复默认激活 base 环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda config --<span class="built_in">set</span> auto_activate_base True</span><br></pre></td></tr></tbody></table></figure><h4 id="conda-forge"><a href="#conda-forge" class="headerlink" title="conda-forge"></a>conda-forge</h4><p>conda-forge 是一个由社区维护的大量 Python 包的通道。 为 conda 增加 conda-forge 通道，可以安装更多的软件包</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda config --add channels conda-forge</span><br></pre></td></tr></tbody></table></figure><p>设置通道优先级为 strict。当一个包同时位于 conda-forge 和 main 通道时，总是使用 conda-forge 提供的包</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda config --<span class="built_in">set</span> channel_priority <span class="literal">true</span></span><br></pre></td></tr></tbody></table></figure><p>显示通道 URL</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda config --<span class="built_in">set</span> show_channel_urls <span class="literal">true</span></span><br></pre></td></tr></tbody></table></figure><h4 id="conda-换源"><a href="#conda-换源" class="headerlink" title="conda 换源"></a>conda 换源</h4><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">conda config --add default_channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main</span><br><span class="line">conda config --<span class="built_in">set</span> <span class="string">'custom_channels.conda-forge'</span> https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud</span><br></pre></td></tr></tbody></table></figure><p>设置 conda 使用更快的 libmamab solver</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">conda install -n base conda-libmamba-solver</span><br><span class="line">conda config --<span class="built_in">set</span> solver libmamba</span><br></pre></td></tr></tbody></table></figure><h4 id="conda-虚拟环境"><a href="#conda-虚拟环境" class="headerlink" title="conda 虚拟环境"></a>conda 虚拟环境</h4><p>创建虚拟环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda create -n py38 python=3.8</span><br></pre></td></tr></tbody></table></figure><p>激活虚拟环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda activate py38</span><br></pre></td></tr></tbody></table></figure><p>查看已创建的虚拟环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda <span class="built_in">env</span> list</span><br></pre></td></tr></tbody></table></figure><p>退出当前环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">deactivate 环境名字</span><br></pre></td></tr></tbody></table></figure><p>删除环境</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda remove -n 环境名字 --all</span><br></pre></td></tr></tbody></table></figure><p>删除环境中的某个包</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda remove -n 环境名字 包名</span><br></pre></td></tr></tbody></table></figure><h2 id="TensorFlow"><a href="#TensorFlow" class="headerlink" title="TensorFlow"></a>TensorFlow</h2><h3 id="安装-3"><a href="#安装-3" class="headerlink" title="安装"></a>安装</h3><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">conda install -c apple tensorflow-deps</span><br><span class="line">pip install tensorflow-macos</span><br><span class="line">pip install tensorflow-metal</span><br></pre></td></tr></tbody></table></figure><h3 id="测试"><a href="#测试" class="headerlink" title="测试"></a>测试</h3><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line">conda activate py38</span><br><span class="line">python</span><br><span class="line">import tensorflow as tf</span><br><span class="line"><span class="built_in">print</span>(<span class="string">"tf version"</span>,tf.__version__)</span><br><span class="line"><span class="built_in">print</span>(<span class="string">"tf gpu"</span>,tf.test.is_gpu_available())</span><br></pre></td></tr></tbody></table></figure><h2 id="Pytorch"><a href="#Pytorch" class="headerlink" title="Pytorch"></a>Pytorch</h2><h3 id="安装-4"><a href="#安装-4" class="headerlink" title="安装"></a>安装</h3><p>Anaconda</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">conda install pytorch torchvision torchaudio -c pytorch-nightly</span><br></pre></td></tr></tbody></table></figure><p>pip</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu</span><br></pre></td></tr></tbody></table></figure><h3 id="测试-1"><a href="#测试-1" class="headerlink" title="测试"></a>测试</h3><figure class="highlight python"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line"><span class="keyword">import</span> torch</span><br><span class="line"><span class="keyword">if</span> torch.backends.mps.is_available():</span><br><span class="line">    mps_device = torch.device(<span class="string">"mps"</span>)</span><br><span class="line">    x = torch.ones(<span class="number">1</span>, device=mps_device)</span><br><span class="line">    <span class="built_in">print</span> (x)</span><br><span class="line"><span class="keyword">else</span>:</span><br><span class="line">    <span class="built_in">print</span> (<span class="string">"MPS device not found."</span>)</span><br></pre></td></tr></tbody></table></figure><p>The output should show:</p><figure class="highlight plaintext"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">tensor([1.], device='mps:0')</span><br></pre></td></tr></tbody></table></figure><p>安装一些常用的库</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">pip install pandas matplotlib glob2 tqdm opencv-python scipy scikit-learn mlx</span><br></pre></td></tr></tbody></table></figure><h2 id="Adobe-全家桶"><a href="#Adobe-全家桶" class="headerlink" title="Adobe 全家桶"></a>Adobe 全家桶</h2><p><a href="https://www.yuque.com/yihulaojiu-gsfg9/zz2qv5/vixkf6">https://www.yuque.com/yihulaojiu-gsfg9/zz2qv5/vixkf6</a></p><h2 id="MATLAB"><a href="#MATLAB" class="headerlink" title="MATLAB"></a>MATLAB</h2><p><a href="https://www.mathworks.com/support/requirements/apple-silicon.html">官方文档</a><br>安装 Amazon Corretto 8</p><blockquote><p>对于 Apple silicon Mac 上的 MATLAB，MathWorks 仅支持 Amazon Corretto 8 附带的 Java 8 JRE。<br><a href="https://corretto.aws/downloads/latest/amazon-corretto-8-aarch64-macos-jdk.pkg">下载 Amazon Corretto 8</a><br><a href="https://www.mathworks.com/downloads/web_downloads/">官网下载链接🔗</a></p></blockquote><h2 id="Pinokio"><a href="#Pinokio" class="headerlink" title="Pinokio"></a>Pinokio</h2><p>在 AI 蓬勃发展的阶段，有许多 AI 应用出现，但配置的过程对于很多人来说比较复杂<br><code>Pinokio</code> 就可以一键安装 LobeChat，Stable Diffusion web UI 等等<br><a href="https://docs.pinokio.computer/download/applemac.html">下载链接</a></p><h2 id="LM-Studio"><a href="#LM-Studio" class="headerlink" title="LM Studio"></a>LM Studio</h2><p><a href="https://lmstudio.ai/">下载链接</a></p><h2 id="Ollama"><a href="#Ollama" class="headerlink" title="Ollama"></a>Ollama</h2><p><a href="https://www.ollama.com/download/mac">下载链接</a></p><br><br><br><br><br><h1 id="常见问题"><a href="#常见问题" class="headerlink" title="常见问题"></a>常见问题</h1><h2 id="xxx-app-已损坏，无法打开，你应该将它移到废纸篓-打不开-xxx，因为它来自身份不明的开发者解决方法"><a href="#xxx-app-已损坏，无法打开，你应该将它移到废纸篓-打不开-xxx，因为它来自身份不明的开发者解决方法" class="headerlink" title="xxx.app 已损坏，无法打开，你应该将它移到废纸篓/打不开 xxx，因为它来自身份不明的开发者解决方法"></a>xxx.app 已损坏，无法打开，你应该将它移到废纸篓/打不开 xxx，因为它来自身份不明的开发者解决方法</h2><h3 id="方法1-开启任何来源"><a href="#方法1-开启任何来源" class="headerlink" title="方法1 开启任何来源"></a>方法1 开启任何来源</h3><ol><li>先打开 系统偏好设置 -&gt; 安全与隐私 -&gt; 通用 选项卡，检查是否已经启用了 任何来源 选项。</li><li>如果没有这个选项，复制以下面的命令：</li></ol><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">sudo</span> spctl --master-disable</span><br></pre></td></tr></tbody></table></figure><ol start="3"><li>重新安装文件</li></ol><h3 id="方法2-应用签名"><a href="#方法2-应用签名" class="headerlink" title="方法2 应用签名"></a>方法2 应用签名</h3><p>安装 Command Line Tools 工具<br>打开终端工具输入如下命令：</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">xcode-select --install</span><br></pre></td></tr></tbody></table></figure><p>打开终端工具输入并执行如下命令对应用签名：</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">sudo</span> codesign --force --deep --sign - (应用路径)</span><br></pre></td></tr></tbody></table></figure><p>应用路径：打开访达（Finder），点击左侧导航栏的 应用程序，找到相关应用，将它拖进终端命令- 的后面，然后按下回车即可，注意最后一个 - 后面有一个空格。<br>正常情况下只有一行提示，即成功：<br><code>/文件位置 : replacing existing signature</code></p><p>如遇如下错误：<br><code>/文件位置 : replacing existing signature /文件位置 : resource fork,Finder information,or similar detritus not allowed</code><br>先在终端执行：</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">xattr -cr /文件位置（直接将应用拖进去即可）</span><br></pre></td></tr></tbody></table></figure><p>然后再次执行如下指令即可：</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">codesign --force --deep --sign - /文件位置（直接将应用拖进去即可）</span><br></pre></td></tr></tbody></table></figure><h3 id="绕过公证"><a href="#绕过公证" class="headerlink" title="绕过公证"></a>绕过公证</h3><p>打开终端，输入以下命令：</p><figure class="highlight bash"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">sudo</span> xattr -rd com.apple.quarantine /Applications/xxxxxx.app</span><br></pre></td></tr></tbody></table></figure><p>将上面的 xxxxxx.app 换成 App 名称，比如 Sketch.app<br><code>sudo xattr -rd com.apple.quarantine /Applications/Sketch.app</code><br>然后按键盘的回车键（return），输入密码，再按回车键，完成。</p>]]>
    </content>
    <id>https://blog.syouiti.com/Mac%EF%BC%9A%E7%BB%88%E6%9E%81%E9%85%8D%E7%BD%AE%E6%95%99%E7%A8%8B/</id>
    <link href="https://blog.syouiti.com/Mac%EF%BC%9A%E7%BB%88%E6%9E%81%E9%85%8D%E7%BD%AE%E6%95%99%E7%A8%8B/"/>
    <published>2024-10-06T12:13:45.885Z</published>
    <summary>
      <![CDATA[<h1 id="日常软件"><a href="#日常软件" class="headerlink" title="日常软件"></a>日常软件</h1><h2 id="前置工作"><a href="#前置工作" class="headerlink" title="前置工作"></a]]>
    </summary>
    <title>Mac 终极配置与装机优化教程</title>
    <updated>2024-10-06T12:40:13.418Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h2 id="1-Savvyshot"><a href="#1-Savvyshot" class="headerlink" title="1. Savvyshot"></a><a href="https://www.producthunt.com/posts/savvyshot?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. Savvyshot</a></h2><p><strong>标语</strong>：在Windows和MacOS上简化的美丽截图<br><strong>介绍</strong>：用惊艳的截图吸引眼球！Savvyshot是一款轻量级的Windows和MacOS应用，让你能够瞬间编辑、自动对齐并创建可分享的截图——完全不需要设计技能或复杂工具。轻松让你的截图闪耀吧！✨🚀<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/A43RJ6QBPXEPXH?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/savvyshot?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/fe48094d-1b60-42e6-8bed-d9bd6bd3496b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Savvyshot"></p><p><strong>关键词</strong>：Savvyshot, 截图工具, Windows, MacOS, 简化截图, 编辑截图, 自动对齐, 可分享截图, 轻量级应用, 无需设计技能, 精美截图, 屏幕截图,<br><strong>票数</strong>: 🔺319<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="2-Meta-Movie-Gen"><a href="#2-Meta-Movie-Gen" class="headerlink" title="2. Meta Movie Gen"></a><a href="https://www.producthunt.com/posts/meta-movie-gen?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Meta Movie Gen</a></h2><p><strong>标语</strong>：先进的媒体基础AI模型。<br><strong>介绍</strong>：由Meta的AI研究团队开发的Movie Gen，展现了多种强大的功能。我们对这一研究方向的潜力感到兴奋，它有望为普通创作者和专业创意人士带来全新的可能性。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/56AJKRLMEVGMUZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/meta-movie-gen?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/aaca860c-53da-428b-9056-e34233d65134.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Meta Movie Gen"></p><p><strong>关键词</strong>：Meta Movie Gen, 媒体基础, 人工智能模型, AI研究, 电影生成, 创意专业人士, 创作者, 新可能性, 先进技术, 媒体创新<br><strong>票数</strong>: 🔺298<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="3-Trillion"><a href="#3-Trillion" class="headerlink" title="3. Trillion"></a><a href="https://www.producthunt.com/posts/trillion-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. Trillion</a></h2><p><strong>标语</strong>：用人工智能简化财务管理、预算规划和资金追踪<br><strong>介绍</strong>：Trillion是一款一体化的预算应用，旨在简化您的财务管理。它可以帮助您记录开支、管理账户，并通过人工智能规划、数据分析和分类来设定目标。此外，Trillion还支持多种货币，提供免费的预算工具，并支持多语言使用。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4QILENX6E4PE7U?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/trillion-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/18892c6b-e127-4306-8da1-0b1ad2065a48.webp?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Trillion"></p><p><strong>关键词</strong>：Trillion, 财务管理, 预算规划, 资金追踪, 人工智能, 支出跟踪, 账户管理, 目标设定, 多币种支持, 免费预算工具, 多语言访问, AI规划,<br><strong>票数</strong>: 🔺211<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="4-Zegashop"><a href="#4-Zegashop" class="headerlink" title="4. Zegashop"></a><a href="https://www.producthunt.com/posts/zegashop?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Zegashop</a></h2><p><strong>标语</strong>：带有增长策略的人工智能电商网站建设工具<br><strong>介绍</strong>：通过一款经过完全优化的开箱即用软件解决方案，并且在移动端和桌面端都达到了97分以上的谷歌核心网页指标，您可以轻松吸引自然流量，提供卓越的用户体验，同时利用内置的增长策略，专注于业务增长。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JJWJIMHA2YMJWB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/zegashop?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9dd68752-9967-43a6-8368-c90c1fed4168.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Zegashop"></p><p><strong>关键词</strong>：Zegashop, AI电商网站构建器, 增长策略, 优化软件解决方案, Google核心网页指标, 移动端, 桌面端, 自然流量, 用户体验, 商业增长<br><strong>票数</strong>: 🔺199<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="5-Selfletter"><a href="#5-Selfletter" class="headerlink" title="5. Selfletter"></a><a href="https://www.producthunt.com/posts/selfletter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. Selfletter</a></h2><p><strong>标语</strong>：用人工智能将复杂目标分解为简单的日常任务<br><strong>介绍</strong>：快速达成目标的关键在于规划、从错误中学习，以及如果可能的话，接受指导。你规划得越准确、任务越细致，完成的事情就越多。我们利用人工智能来帮助你进行规划，支持将任务导出到日历，或者获取最新动态的通讯。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/E66UIY6AEX6A6U?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/selfletter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/647f50eb-edc7-4d9a-9931-685a588788d9.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Selfletter"></p><p><strong>关键词</strong>：自信信, 目标管理, AI助手, 任务规划, 日常任务, 快速实现目标, 学习与反馈, 任务导出, 日历整合, 新闻通讯<br><strong>票数</strong>: 🔺147<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="6-devActivity"><a href="#6-devActivity" class="headerlink" title="6. devActivity"></a><a href="https://www.producthunt.com/posts/devactivity?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. devActivity</a></h2><p><strong>标语</strong>：利用人工智能和游戏化进行代码贡献分析<br><strong>介绍</strong>：这款由人工智能驱动的代码贡献分析应用，提供了性能评估、回顾会议洞察、警报、游戏化等多种功能，帮助团队更高效地管理和提升代码质量！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/IZQABFVIF76RZE?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/devactivity?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/7cd53b3a-5948-45c1-94db-7e7a30b5abff.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="devActivity"></p><p><strong>关键词</strong>：devActivity, 代码贡献分析, 人工智能, 游戏化, 性能评估, 复盘会议洞察, 警报, 应用程序, 代码分析工具, 团队协作, 生产力<br><strong>票数</strong>: 🔺145<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="7-LinkStorm"><a href="#7-LinkStorm" class="headerlink" title="7. LinkStorm"></a><a href="https://www.producthunt.com/posts/linkstorm?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. LinkStorm</a></h2><p><strong>标语</strong>：轻松构建相关的内部链接<br><strong>介绍</strong>：通过利用人工智能驱动的建议来优化内部链接，从而实现显著的搜索引擎优化（SEO）提升。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/CUWKSIRDXCWPF6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/linkstorm?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/49d2bb8c-77e4-4378-b30c-e532f7226d4f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="LinkStorm"></p><p><strong>关键词</strong>：LinkStorm, 内部链接, SEO优化, 人工智能, 链接建议, 网站优化, 搜索引擎优化, 提升流量, 相关链接, 助力SEO<br><strong>票数</strong>: 🔺130<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="8-SEO-Keyword-Strategist"><a href="#8-SEO-Keyword-Strategist" class="headerlink" title="8. SEO Keyword Strategist"></a><a href="https://www.producthunt.com/posts/seo-keyword-strategist?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. SEO Keyword Strategist</a></h2><p><strong>标语</strong>：利用人工智能驱动的关键词洞察，实现十倍的SEO增长！<br><strong>介绍</strong>：这个人工智能助手根据选定的搜索意图和竞争对手的数据，识别出高影响力的关键词，帮助你制定有效的内容策略，提升博客和着陆页的整体搜索排名！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/OFYELQJMRP4FWW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/seo-keyword-strategist?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/01f69daa-2f00-431f-a1fa-473be0df06f7.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="SEO Keyword Strategist"></p><p><strong>关键词</strong>：SEO关键词策略师, 人工智能, 关键词洞察, 搜索引擎优化, 内容策略, 搜索意图, 竞争对手数据, 提升排名, 博客优化, 着陆页优化, 高<br><strong>票数</strong>: 🔺114<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="9-Haiva-Analytics-for-SQL-Databases"><a href="#9-Haiva-Analytics-for-SQL-Databases" class="headerlink" title="9. Haiva Analytics for SQL Databases"></a><a href="https://www.producthunt.com/posts/haiva-analytics-for-sql-databases?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. Haiva Analytics for SQL Databases</a></h2><p><strong>标语</strong>：与您的数据对话——无需移动数据或调整模型！<br><strong>介绍</strong>：Haiva Analytics Agent 让企业能够实时获取、格式化并以美观的方式呈现数据，支持多语言的语音交互，无需迁移数据或调整AI模型。只需连接数据源，开始对话即可！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/MMZGT57ERJ3GD2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/haiva-analytics-for-sql-databases?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2c8b3364-b90a-4b25-bc97-6914377a7189.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Haiva Analytics for SQL Databases"></p><p><strong>关键词</strong>：Haiva Analytics, SQL数据库, 实时数据, 数据交互, 多语言支持, 数据可视化, 语音互动, 数据源连接, 无需移动数据, AI模型调优<br><strong>票数</strong>: 🔺107<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="10-KardsAI-Flashcard-Maker"><a href="#10-KardsAI-Flashcard-Maker" class="headerlink" title="10. KardsAI: Flashcard Maker"></a><a href="https://www.producthunt.com/posts/kardsai-flashcard-maker?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. KardsAI: Flashcard Maker</a></h2><p><strong>标语</strong>：几秒钟内开始学习，而不是几个小时！<br><strong>介绍</strong>：将任何文档（PDF、Word、PowerPoint、Excel）、粘贴的文本、图片或提示快速转化为闪卡，几秒钟内完成，省去数小时的准备时间。利用间隔重复法，随时随地快速学习任何内容。支持iOS、Android和网页使用。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KPOWNRZ5AGAD2J?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/kardsai-flashcard-maker?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c442bd5e-15e5-46e7-8362-5dc6b8f9ae91.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="KardsAI: Flashcard Maker"></p><p><strong>关键词</strong>：KardsAI, 学习, 闪卡制作, 快速学习, 文档转闪卡, PDF, Word, Powerpoint, Excel, 文字, 图片, 提示, 闪卡, 准备时间, 间<br><strong>票数</strong>: 🔺93<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="11-Gurpz"><a href="#11-Gurpz" class="headerlink" title="11. Gurpz"></a><a href="https://www.producthunt.com/posts/gurpz?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Gurpz</a></h2><p><strong>标语</strong>：销售自动化与客户线索管理工具<br><strong>介绍</strong>：Gurpz 提供销售自动化服务，包括即时潜在客户提醒、个性化内容和便捷的后续跟进。让你的销售流程更加顺畅，有效管理潜在客户。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/2LU63VBQTEODRZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/gurpz?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/91c7f37d-9b49-4e8a-9799-60a5ade4521a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Gurpz"></p><p><strong>关键词</strong>：Gurpz, 销售自动化, 潜在客户管理工具, 销售流程, 实时潜在客户提醒, 个性化内容, 简便跟进, 高效管理潜在客户<br><strong>票数</strong>: 🔺92<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="12-Censorfy-AI-Content-Moderation"><a href="#12-Censorfy-AI-Content-Moderation" class="headerlink" title="12. Censorfy - AI Content Moderation"></a><a href="https://www.producthunt.com/posts/censorfy-ai-content-moderation?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. Censorfy - AI Content Moderation</a></h2><p><strong>标语</strong>：在一次HTTP请求中进行内容审核<br><strong>介绍</strong>：- 一次HTTP请求即可进行内容审核 通过一次HTTP请求，让你的平台更加安全。别再浪费时间进行手动审核，让人工智能来帮忙。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZUU3SJ6FARES6T?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/censorfy-ai-content-moderation?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/dfcb5856-fc19-4c35-bc4e-26454506bc2a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Censorfy - AI Content Moderation"></p><p><strong>关键词</strong>：Censorfy, AI内容审核, 内容审核, 安全平台, HTTP请求, 自动化审核, 人工智能, 内容管理, 在线安全, 高效审核<br><strong>票数</strong>: 🔺89<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="13-Link-Shortener-URL-Shortener-in-browser"><a href="#13-Link-Shortener-URL-Shortener-in-browser" class="headerlink" title="13. Link Shortener: URL Shortener in browser"></a><a href="https://www.producthunt.com/posts/link-shortener-url-shortener-in-browser?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. Link Shortener: URL Shortener in browser</a></h2><p><strong>标语</strong>：在浏览器中，瞬间将长网址转换为短链接。<br><strong>介绍</strong>：长长的链接让你抓狂吗？没问题！有了这个浏览器扩展，你可以在几秒钟内将这些麻烦的链接缩短！想要一个方便分享的简短网址，用于聊天和邮件？轻松搞定！想象一下那种便利！还等什么呢？快来把你的链接缩短、简洁，随时可以分享！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NHC2ANSOUBEG2W?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/link-shortener-url-shortener-in-browser?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c238fccb-da12-46c3-997c-323d2ad05fcc.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Link Shortener: URL Shortener in browser"></p><p><strong>关键词</strong>：链接缩短器, 浏览器扩展, 短链接, URL缩短, 便捷分享, 简化链接, 在线工具, 快速链接, 电子邮件链接, 聊天链接, 实时缩短,<br><strong>票数</strong>: 🔺86<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="14-Amewz-me"><a href="#14-Amewz-me" class="headerlink" title="14. Amewz.me"></a><a href="https://www.producthunt.com/posts/amewz-me-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. Amewz.me</a></h2><p><strong>标语</strong>：与AI配对进行一对一聊天，可能会出现什么问题呢？<br><strong>介绍</strong>：与AI智能匹配的自发视频或文字聊天。它会问你几个问题，然后将你与拥有相似兴趣、爱好和个性的人匹配在一起。一旦匹配成功，你可以通过在聊天中一起玩一些有趣的语言模型游戏来打破僵局，或者直接聊天！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/2BSGC7V7OBTWXD?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/amewz-me-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6dbeac2d-b383-488a-ace9-c61287ea283d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Amewz.me"></p><p><strong>关键词</strong>：Amewz.me, AI 匹配, 视频聊天, 文本聊天, 兴趣匹配, 爱好匹配, 个性匹配, LLM 游戏, 随机聊天, 社交平台, 破冰游戏,<br><strong>票数</strong>: 🔺69<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="15-Synth-Resume"><a href="#15-Synth-Resume" class="headerlink" title="15. Synth Resume"></a><a href="https://www.producthunt.com/posts/synth-resume?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Synth Resume</a></h2><p><strong>标语</strong>：让人工智能为你的简历量身定制每一个工作机会！<br><strong>介绍</strong>：使用我们的人工智能应用程序，优化你的求职申请。上传简历，获取反馈，生成新的简历，并通过关键词跟踪和定制的求职信来管理你的职位申请。轻松提高通过ATS系统的机会。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/EKMFVOO63DHXIB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/synth-resume?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6890485a-bbab-4f5c-9e93-e31927e64a3d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Synth Resume"></p><p><strong>关键词</strong>：简历优化, AI简历助手, 求职应用, 上传简历, 简历反馈, 生成新简历, 求职申请跟踪, 关键词跟踪, 定制求职信, ATS系统, 增加<br><strong>票数</strong>: 🔺35<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="16-GPT-2000-Built-with-Dualite"><a href="#16-GPT-2000-Built-with-Dualite" class="headerlink" title="16. GPT 2000 - Built with Dualite"></a><a href="https://www.producthunt.com/posts/gpt-2000-built-with-dualite?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. GPT 2000 - Built with Dualite</a></h2><p><strong>标语</strong>：怀旧的GPT - 采用Dualite技术构建<br><strong>介绍</strong>：GPT 2000：复古界面与尖端人工智能的完美结合！我们受经典美学的启发，打造了一个像素风格的GPT，并集成了Dualite和Gemini API，性能飞快。带你体验2000年代的怀旧，同时享受现代AI的强大功能！💾✨<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/RKVI27LKM44OQN?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/gpt-2000-built-with-dualite?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2ee31958-62ba-4d3b-9d41-7fecc6fc845c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="GPT 2000 - Built with Dualite"></p><p><strong>关键词</strong>：GPT 2000, Dualite, 复古界面, 现代人工智能, 2000年代怀旧, 像素风格, 快速性能, Gemini API, 创新科技, 复古美学<br><strong>票数</strong>: 🔺34<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="17-Fast-Domain"><a href="#17-Fast-Domain" class="headerlink" title="17. Fast Domain"></a><a href="https://www.producthunt.com/posts/fast-domain?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. Fast Domain</a></h2><p><strong>标语</strong>：快速找到你理想的域名。<br><strong>介绍</strong>：在几分钟内找到您的完美域名。我们的人工智能工具可以为您的品牌或主题生成独特且易于记忆的名称。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/CUQ6BGUL4XOMHN?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fast-domain?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/15dab4c2-7e86-41f6-9956-b339aa5cd8a0.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Fast Domain"></p><p><strong>关键词</strong>：快速域名, 理想域名, 域名生成工具, AI工具, 独特域名, 记忆深刻的名字, 品牌名称, 主题域名, 快速查找域名, 域<br><strong>票数</strong>: 🔺29<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="18-Startup-Growth-Syndicate"><a href="#18-Startup-Growth-Syndicate" class="headerlink" title="18. Startup Growth Syndicate"></a><a href="https://www.producthunt.com/posts/startup-growth-syndicate?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. Startup Growth Syndicate</a></h2><p><strong>标语</strong>：免费课程助力营销初创社区<br><strong>介绍</strong>：我采访了100位创业公司的创始人，为了实现“创业增长联盟”的目标。在这个联盟中，你将获得：免费的市场营销课程和市场营销工作表，免费社区会员资格。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KTIDYVG4GNAZLJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/startup-growth-syndicate?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9b44ba17-3db7-4019-a776-974a6cdf0b85.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Startup Growth Syndicate"></p><p><strong>关键词</strong>：初创企业, 成长联盟, 营销初创社区, 免费课程, 初创企业创始人, 市场营销, 社区会员, 营销工作表, 免费资源, 创业支持<br><strong>票数</strong>: 🔺27<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="19-Kwik"><a href="#19-Kwik" class="headerlink" title="19. Kwik"></a><a href="https://www.producthunt.com/posts/kwik-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Kwik</a></h2><p><strong>标语</strong>：轻松打造你的完美着陆页！<br><strong>介绍</strong>：Kwik是创作者和企业家们快速启动的终极着陆页套件，帮助他们轻松创建专业的着陆页。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/PG2W243C27PJKY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/kwik-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9ffddda1-81a5-4282-bb16-e7b100d7dc34.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Kwik"></p><p><strong>关键词</strong>：Kwik, 登陆页面, 快速创建, 创作者, 企业家, 专业登陆页面, 启动包, 营销工具, 网站设计, 创业工具<br><strong>票数</strong>: 🔺22<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="20-WickdLab"><a href="#20-WickdLab" class="headerlink" title="20. WickdLab"></a><a href="https://www.producthunt.com/posts/wickdlab?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. WickdLab</a></h2><p><strong>标语</strong>：人工智能资产 + 动画工作室 &#x3D; 超棒的动画效果<br><strong>介绍</strong>：WickdLab 是专为 2.5D 动画设计的工具。它简化了资产创建的过程，能够将这些资产拆分成不同的层，并提供了一种定制化的工作流程来进行动画制作！而且这一切都可以在你的浏览器中完成！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JEH5VMJ7CC5PVB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/wickdlab?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c3383007-2a09-4c5b-ae4b-5afea955879b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="WickdLab"></p><p><strong>关键词</strong>：WickdLab, 2.5D动画, AI资产, 动画工作室, 动画制作, 自定义工作流程, 资产创建, 图层拆分, 浏览器动画, 动画简化<br><strong>票数</strong>: 🔺19<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="21-Linguogram"><a href="#21-Linguogram" class="headerlink" title="21. Linguogram"></a><a href="https://www.producthunt.com/posts/linguogram?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. Linguogram</a></h2><p><strong>标语</strong>：在Telegram上学习语言，丰富你的词汇量。<br><strong>介绍</strong>：通过翻译逐渐引入新单词的句子，学习语言并建立活跃的词汇量。结合间隔重复、语音信息帮助学习发音，以及实时回答问题的功能。所有这一切都可以直接在Telegram上进行。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/XVJLSUBLG3OCR6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/linguogram?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1182f33f-686e-4cc3-9d16-c690ec5e116f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Linguogram"></p><p><strong>关键词</strong>：语言学习, 词汇增长, Telegram, 翻译句子, 新单词, 间隔重复, 发音学习, 语音消息, 实时答疑, 语言工具<br><strong>票数</strong>: 🔺15<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="22-PostPad-Share-With-Partners"><a href="#22-PostPad-Share-With-Partners" class="headerlink" title="22. PostPad- Share With Partners"></a><a href="https://www.producthunt.com/posts/postpad-share-with-partners?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. PostPad- Share With Partners</a></h2><p><strong>标语</strong>：情侣公告板『共享活动、待办事项、开支』<br><strong>介绍</strong>：“PostPad”让情侣们能够通过创建“约会、待办事项和费用备忘录”的便签来进行沟通，并将这些便签张贴在公告板上。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WSY2VRJES5CVDE?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/postpad-share-with-partners?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4b91aaa8-e0f2-4bac-b675-9f7de9f3e12a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="PostPad- Share With Partners"></p><p><strong>关键词</strong>：情侣公告板, 共享事件, 待办事项, 费用记录, 沟通工具, 亲密关系, 生活助手, 情侣互动, 便利工具, 日程安排<br><strong>票数</strong>: 🔺13<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="23-Scritika"><a href="#23-Scritika" class="headerlink" title="23. Scritika"></a><a href="https://www.producthunt.com/posts/scritika?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. Scritika</a></h2><p><strong>标语</strong>：我们帮助作者将他们的故事变为现实。<br><strong>介绍</strong>：Scritika是为作家打造的终极工具包，让创作故事变得简单而强大。无论你是在写小说、短篇故事还是史诗般的传奇，Scritika都能简化创作过程，提供让你轻松构建身临其境的世界所需的工具。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HYUHNGQRIHSGYY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/scritika?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/35968ce5-4e39-4954-abba-5fbefef6acda.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Scritika"></p><p><strong>关键词</strong>：Scritika, 写作工具, 故事创作, 小说, 短篇故事, 史诗, 故事构建, 世界构建, 写作辅助, 创意写作<br><strong>票数</strong>: 🔺12<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="24-Infologer"><a href="#24-Infologer" class="headerlink" title="24. Infologer"></a><a href="https://www.producthunt.com/posts/infologer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. Infologer</a></h2><p><strong>标语</strong>：自我提升的社交网络，配备人工智能反馈<br><strong>介绍</strong>：一个可以分享你日常知识并获得人工智能反馈的社交网络。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/U3UOH4D7WN45PW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/infologer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c4e8d3e6-3343-42d1-8dbf-2ce04c647bec.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Infologer"></p><p><strong>关键词</strong>：Infologer, 自我提升, 社交网络, AI反馈, 日常知识, 知识分享, 人工智能, 社交媒体, 学习平台, 互动反馈<br><strong>票数</strong>: 🔺11<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="25-PairPoint-The-IRL-Social-App"><a href="#25-PairPoint-The-IRL-Social-App" class="headerlink" title="25. PairPoint - The IRL Social App"></a><a href="https://www.producthunt.com/posts/pairpoint-the-irl-social-app?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. PairPoint - The IRL Social App</a></h2><p><strong>标语</strong>：旨在让你与现实生活中见过的人建立联系。<br><strong>介绍</strong>：PairPoint是一款基于真实生活场景的社交应用，它的使用范围仅限于35米的半径。这个应用旨在帮助你与那些在生活中曾经见过的人建立联系，比如你们之间共享过的瞬间，比如一个微笑、一个匆匆的眼神，或者一起参加过的活动。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HV5NNAUEJXU7VB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/pairpoint-the-irl-social-app?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d9c5727a-8b3f-4c49-a37d-d045cbc10f81.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="PairPoint - The IRL Social App"></p><p><strong>关键词</strong>：社交应用, 现实生活, 位置基础, 连接, 见过的人, 瞬间交流, 共同活动, 35米范围, 互动, 实际社交<br><strong>票数</strong>: 🔺11<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="26-MoneyWave"><a href="#26-MoneyWave" class="headerlink" title="26. MoneyWave"></a><a href="https://www.producthunt.com/posts/moneywave?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. MoneyWave</a></h2><p><strong>标语</strong>：你关心的所有财经新闻，统统一站搞定！<br><strong>介绍</strong>：MoneyWave是金融爱好者获取最新股票、加密货币和商品新闻的最简单途径，帮助你随时掌握来自网络的最新动态。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/64MIFFLQ6SGA2V?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/moneywave?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/52ca9285-8276-4ccd-b755-6d631c061cef.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="MoneyWave"></p><p><strong>关键词</strong>：MoneyWave, 财经新闻, 股票新闻, 加密货币新闻, 大宗商品新闻, 金融爱好者, 最新资讯, 一站式平台, 财经资讯, 投资动态<br><strong>票数</strong>: 🔺11<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="27-I-love-MP4"><a href="#27-I-love-MP4" class="headerlink" title="27. I love MP4"></a><a href="https://www.producthunt.com/posts/i-love-mp4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. I love MP4</a></h2><p><strong>标语</strong>：快速在线视频转换器<br><strong>介绍</strong>：免费的在线视频格式转换器。可以将视频转换成您想要的任何格式，比如MP4、MKV、MP3、MA4等。您可以在自己的设备上进行转换，也可以选择让ilovemp4的服务器来处理转换工作。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/EASCPECOTNNLUL?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/i-love-mp4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/84cfcaf6-2249-49a7-b040-1360624754a6.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="I love MP4"></p><p><strong>关键词</strong>：I love MP4, 快速视频转换器, 在线转换, 免费视频文件转换, 视频格式转换, MP4转换, MKV转换, MP3转换, MA4转换, 本地转换, 服务器转换<br><strong>票数</strong>: 🔺11<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="28-DecLegacy-com"><a href="#28-DecLegacy-com" class="headerlink" title="28. DecLegacy.com "></a><a href="https://www.producthunt.com/posts/declegacy-com?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. DecLegacy.com </a></h2><p><strong>标语</strong>：你的数字资产应该在需要时传递给你所爱的人。<br><strong>介绍</strong>：确保在意外去世的情况下，您的机密信息能够可靠地传递给您所爱的人。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/K3K2LXAFGNY7N4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/declegacy-com?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ecfb16f0-8fd2-452d-ae19-0ad8a7001c58.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="DecLegacy.com "></p><p><strong>关键词</strong>：数字资产, 遗产传承, 机密信息, 意外死亡, 亲人, 信息传递, 在线遗产管理, 数字遗产, 安全传承, 资产保护<br><strong>票数</strong>: 🔺10<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:14 (北京时间)</p><hr><h2 id="29-Code-to-Image"><a href="#29-Code-to-Image" class="headerlink" title="29. Code to Image"></a><a href="https://www.producthunt.com/posts/code-to-image-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. Code to Image</a></h2><p><strong>标语</strong>：将代码片段转换为高质量图像<br><strong>介绍</strong>：使用我们的工具，轻松将您的代码转换为美观的图像。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VMWEZKSWPMYNJJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/code-to-image-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5a2cbf30-e349-44a3-b89f-023c8de7bf17.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Code to Image"></p><p><strong>关键词</strong>：代码转图片, 高质量图片, 代码片段, 视觉美观, 轻松转换, 工具, 编程, 图像生成<br><strong>票数</strong>: 🔺10<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr><h2 id="30-Ridebuddy"><a href="#30-Ridebuddy" class="headerlink" title="30. Ridebuddy"></a><a href="https://www.producthunt.com/posts/ridebuddy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. Ridebuddy</a></h2><p><strong>标语</strong>：现在就用RideBuddy改变你的通勤方式吧！🌆🚘<br><strong>介绍</strong>：在寻找更高效的城市出行方式吗？使用 RideBuddy，您就可以轻松、有趣又省钱地提升日常通勤体验！🌱💸<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AGJI5QFY7CKASR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/ridebuddy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8d0ececb-266b-48d3-91ad-fcfbb63f4fc0.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Ridebuddy"></p><p><strong>关键词</strong>：骑伴, 通勤, 城市出行, 高效交通, 便捷出行, 经济实惠, 轻松通勤, 交通工具, 城市交通, 日常通勤<br><strong>票数</strong>: 🔺9<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月05日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-10-06/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-10-06/"/>
    <published>2024-10-06T07:25:24.095Z</published>
    <summary>
      <![CDATA[<h2 id="1-Savvyshot"><a href="#1-Savvyshot" class="headerlink" title="1. Savvyshot"></a><a href="https://www.producthunt.com/posts/savvyshot]]>
    </summary>
    <title>PH今日热榜 | 2024-10-06</title>
    <updated>2024-10-06T07:25:25.873Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h2 id="1-JoggAI"><a href="#1-JoggAI" class="headerlink" title="1. JoggAI"></a><a href="https://www.producthunt.com/posts/joggai-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. JoggAI</a></h2><p><strong>标语</strong>：使用人工智能在几分钟内制作引人入胜的视频广告<br><strong>介绍</strong>：JoggAI是一款人工智能视频广告生成器，可以快速将网址或产品图片转变为视频广告，帮助提升销量和增加流量。它利用丰富的模板、AI头像和AI驱动的剪辑理解能力来实现这一点。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FWSJEELIBUCCDL?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/joggai-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5f7359ee-1397-42f2-b92d-d85bc8ba83a2.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="JoggAI"></p><p><strong>关键词</strong>：JoggAI, AI视频广告生成器, 视频广告, 产品视觉, 增强销售, 提升流量, 丰富模板, AI头像, AI剪辑理解, 快速生成视频广告<br><strong>票数</strong>: 🔺690<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="2-Podial"><a href="#2-Podial" class="headerlink" title="2. Podial"></a><a href="https://www.producthunt.com/posts/podial?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Podial</a></h2><p><strong>标语</strong>：从任何文档生成引人入胜的教育播客<br><strong>介绍</strong>：将文档转化为引人入胜的播客讨论，让复杂的主题变得简单易懂。想要学习新知识，但没时间阅读几个小时？只需将文件上传到Podial，生成一段五分钟的讨论，通过对话来学习吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZUQUCD3PDNIOQI?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/podial?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/303bf1bc-9c09-4332-ace3-2d9a642d950e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Podial"></p><p><strong>关键词</strong>：Podial, 教育播客, 文件转播, 互动讨论, 学习新知识, 快速学习, 复杂主题, 上传文件, 生成播客, 5分钟讨论<br><strong>票数</strong>: 🔺661<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM11:21 (北京时间)</p><hr><h2 id="3-Redcar"><a href="#3-Redcar" class="headerlink" title="3. Redcar"></a><a href="https://www.producthunt.com/posts/redcar?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. Redcar</a></h2><p><strong>标语</strong>：AI销售代表 - B2B获取销售会议的最快方式<br><strong>介绍</strong>：Redcar 是忙碌的 B2B 销售人员和创始人获取销售会议的最快捷方式！它的人工智能销售代表可以将匿名网站访客转化为潜在客户，并主动联系新的线索。拥有超过 2.75 亿个联系人和 7000 万家企业的信息，Redcar 是获取新客户的最简单途径。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/IMK3TYFFJGLANW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/redcar?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/62ea4097-b2e0-4b56-b18c-62c61e32c961.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Redcar"></p><p><strong>关键词</strong>：Redcar, AI销售代表, B2B销售, 销售会议, 网站访客转化, 新客户获取, 联系人数据库, 商业联系, 自动化销售, 销售工具<br><strong>票数</strong>: 🔺645<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="4-Graphy-AI"><a href="#4-Graphy-AI" class="headerlink" title="4. Graphy AI"></a><a href="https://www.producthunt.com/posts/graphy-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Graphy AI</a></h2><p><strong>标语</strong>：利用人工智能将你的数据转化为故事<br><strong>介绍</strong>：只需添加你的数据，Graphy AI 就会为你生成图表，并解释关键见解。准备好用于演示文稿，或者直接粘贴到 Slack 中。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/MW3O5GU7YQRTHI?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/graphy-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e3f3a1eb-5d36-43c8-bc7c-ac9dd0370396.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Graphy AI"></p><p><strong>关键词</strong>：Graphy AI, 数据可视化, 人工智能, 数据故事, 图表生成, 关键洞察, 演示文稿, Slack整合, 数据分析, 智能图表<br><strong>票数</strong>: 🔺604<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="5-ChatGPT-canvas"><a href="#5-ChatGPT-canvas" class="headerlink" title="5. ChatGPT canvas"></a><a href="https://www.producthunt.com/posts/chatgpt-canvas?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. ChatGPT canvas</a></h2><p><strong>标语</strong>：OpenAI推出了与ChatGPT一起编写和编码的新方式。<br><strong>介绍</strong>：Canvas在一个独立的窗口中打开，让你和ChatGPT可以共同合作一个项目。这个早期测试版引入了一种全新的合作方式——不仅仅是通过对话，而是可以并肩创建和完善想法。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WDQKI3HVPUD7U7?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/chatgpt-canvas?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/990b7043-9cf5-4fee-8b58-452aab40565f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ChatGPT canvas"></p><p><strong>关键词</strong>：ChatGPT画布, OpenAI, 写作, 编程, 协作, 项目, 创作, 精炼, 互动, 新方式, 早期测试版<br><strong>票数</strong>: 🔺370<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="6-VEXA"><a href="#6-VEXA" class="headerlink" title="6. VEXA"></a><a href="https://www.producthunt.com/posts/vexa?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. VEXA</a></h2><p><strong>标语</strong>：智能会议，无干扰体验<br><strong>介绍</strong>：Vexa 是一款专为 GMeet 设计的 GPT 会议助手，能够在你的浏览器中静默工作。它可以为你提供定制的会议总结、行动事项和可搜索的会议记录，而且不会带来隐私风险。Vexa 会从会议中学习，使得讨论更加高效，洞察内容也更容易找到。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5VG2S5IUAPRZ6O?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/vexa?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6727322d-8ba2-4072-a100-f093048c7602.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="VEXA"></p><p><strong>关键词</strong>：VEXA, 智能会议, 零干扰, GPT会议助手, GMeet, 浏览器插件, 自定义摘要, 行动项目, 可搜索的转录, 隐私保护, 会议学习, 提高<br><strong>票数</strong>: 🔺281<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="7-WorkBot"><a href="#7-WorkBot" class="headerlink" title="7. WorkBot"></a><a href="https://www.producthunt.com/posts/workbot?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. WorkBot</a></h2><p><strong>标语</strong>：一个用于客户服务和数据洞察的人工智能平台<br><strong>介绍</strong>：一个由人工智能驱动的客户服务平台，能够自动处理客户沟通，利用AI代理自动化流程，并从客户数据中挖掘更深层次的洞见。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WXQKBZV6BVNB65?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/workbot?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b6cc9989-cc0b-4ea9-8314-ae335f4dbd50.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="WorkBot"></p><p><strong>关键词</strong>：WorkBot, 人工智能平台, 客户服务, 数据洞察, AI客服, 自动化流程, AI代理, 客户沟通, 深度洞察, 客户数据<br><strong>票数</strong>: 🔺253<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="8-TrailMate"><a href="#8-TrailMate" class="headerlink" title="8. TrailMate"></a><a href="https://www.producthunt.com/posts/trailmate?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. TrailMate</a></h2><p><strong>标语</strong>：离线人工智能，专为徒步旅行者、露营者和户外探险者设计<br><strong>介绍</strong>：TrailMate是一款为远足者、露营者和户外探险者设计的离线AI助手。无需连接互联网，只需下载即可在旅途中获得实时的安全提示、医疗建议和生存指导。无论你身处何地，TrailMate都是你值得信赖的AI伴侣，陪伴你探索大自然！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/OV5D7HZO4CC6ZB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/trailmate?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c2ae31d3-ec94-438e-b02a-497a635e6826.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="TrailMate"></p><p><strong>关键词</strong>：TrailMate, 离线AI, 登山者, 野营, 户外探险, 实时帮助, 安全提示, 医疗建议, 生存指导, 自然, 可信赖的AI助手<br><strong>票数</strong>: 🔺185<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="9-AI-Content-Optimizer"><a href="#9-AI-Content-Optimizer" class="headerlink" title="9. AI Content Optimizer"></a><a href="https://www.producthunt.com/posts/ai-content-optimizer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. AI Content Optimizer</a></h2><p><strong>标语</strong>：通过AI文本升级和关键词匹配分析提升你的SEO效果<br><strong>介绍</strong>：试试我们的免费内容优化工具吧！只需输入你的目标关键词和网址，工具就会评估现有页面的相关性，并生成符合搜索引擎优化（SEO）要求的文本，帮助提升你的内容质量。将优化后的内容添加到你的页面上，看看你的自然流量如何增长！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/OPTKZHK2TXTJSH?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/ai-content-optimizer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c7988f64-cbf4-4c2a-986b-e5e4697f997d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="AI Content Optimizer"></p><p><strong>关键词</strong>：AI内容优化器, SEO提升, 文本升级, 关键词匹配分析, 免费内容优化工具, 页面相关性评估, SEO友好文本, 增强内容, 有机流量增长, 目标关键词, URL<br><strong>票数</strong>: 🔺181<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="10-Extrovert"><a href="#10-Extrovert" class="headerlink" title="10. Extrovert"></a><a href="https://www.producthunt.com/posts/extrovert?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. Extrovert</a></h2><p><strong>标语</strong>：在领英上热身并培养潜在客户<br><strong>介绍</strong>：Extrovert是你在LinkedIn上的关系建立助手。它的设计目的是在你联系潜在客户之前，先帮助你与他们建立良好的关系，并在演示之后维持这些社交联系，从而显著缩短你的销售周期。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/Y3QNO6NJNLAOXT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/extrovert?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/75f78f36-4eb1-4896-b5f7-a35b32fc69d7.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Extrovert"></p><p><strong>关键词</strong>：Extrovert, LinkedIn, 关系建立, 潜在客户, 社交连接, 销售周期, 客户关系管理, 营销工具, 提升销售, 互动助手<br><strong>票数</strong>: 🔺180<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="11-Oura-Ring-4"><a href="#11-Oura-Ring-4" class="headerlink" title="11. Oura Ring 4"></a><a href="https://www.producthunt.com/posts/oura-ring-4-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Oura Ring 4</a></h2><p><strong>标语</strong>：更纤薄的设计、提升的准确性以及更多的尺寸选择。<br><strong>介绍</strong>：这款下一代智能戒指配备了专有的传感平台，提供一流的准确性和个性化体验，设计精美，佩戴更加舒适，同时为所有Oura会员带来了全新的应用体验。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/B3XD5RMG3VO75A?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/oura-ring-4-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d280c965-ace7-4e50-8f84-e651417949e6.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Oura Ring 4"></p><p><strong>关键词</strong>：Oura Ring 4, 智能戒指, 高精度, 舒适设计, 个性化, 先进传感平台, 多种尺寸, 应用体验, 下一代科技<br><strong>票数</strong>: 🔺156<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="12-Hability"><a href="#12-Hability" class="headerlink" title="12. Hability"></a><a href="https://www.producthunt.com/posts/hability?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. Hability</a></h2><p><strong>标语</strong>：帮助办公人员缓解颈部和下背部疼痛<br><strong>介绍</strong>：Hability是一款专为办公室工作者设计的健康应用，旨在帮助缓解久坐带来的不良影响。它会定期提醒用户进行简单有效的锻炼，帮助提高日常活动量，减轻颈部和背部的疼痛。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DBUBY6B3JGRQ7N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hability?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1e4ac3ce-7bee-4910-af85-57a416ea32c0.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Hability"></p><p><strong>关键词</strong>：Hability, 办公室健康应用, 办公桌工人, 颈部疼痛, 腰部疼痛, 久坐行为, 定期提醒, 快速有效锻炼, 增加活动量<br><strong>票数</strong>: 🔺155<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="13-alt"><a href="#13-alt" class="headerlink" title="13. alt."></a><a href="https://www.producthunt.com/posts/alt-4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. alt.</a></h2><p><strong>标语</strong>：一个可扩展的发射器<br><strong>介绍</strong>：从启动器到自动化。在一个应用程序中搜索应用、访问生产力工具以及实现工作流程自动化。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AMYQVPUK2DSMTA?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/alt-4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0d32ca0c-9be2-44d5-bd8a-114e4423886f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="alt."></p><p><strong>关键词</strong>：alt., 可扩展启动器, 应用搜索, 生产力工具, 工作流程自动化, 一体化应用<br><strong>票数</strong>: 🔺154<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="14-Queva-Health-Behavior-V1"><a href="#14-Queva-Health-Behavior-V1" class="headerlink" title="14. Queva Health + Behavior V1"></a><a href="https://www.producthunt.com/posts/queva-health-behavior-v1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. Queva Health + Behavior V1</a></h2><p><strong>标语</strong>：狗狗健康与行为智能追踪器<br><strong>介绍</strong>：通过Queva，彻底改变您的宠物护理方式！Queva是终极的宠物健康与行为追踪技术。使用我们易于操作的设备，确保您毛茸茸的朋友的健康，实时监测健康趋势，跟踪行为，并提供可行的建议。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/P2PHY4JVJJ5JOY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/queva-health-behavior-v1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/289dfc10-e9cd-466d-ba02-7869cf0d5546.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Queva Health + Behavior V1"></p><p><strong>关键词</strong>：宠物健康, 行为追踪, 智能追踪器, Queva, 宠物护理, 健康监测, 行为监测, 宠物科技, 宠物福祉, 可穿戴<br><strong>票数</strong>: 🔺139<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="15-Stager-AI"><a href="#15-Stager-AI" class="headerlink" title="15. Stager AI"></a><a href="https://www.producthunt.com/posts/stager-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Stager AI</a></h2><p><strong>标语</strong>：家居虚拟布置与图像编辑器<br><strong>介绍</strong>：人工智能驱动的虚拟布景、图像增强和编辑工具。受到房地产经纪人的信赖，用于美化照片，从而以更高的价格出售房产。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZKLUOUR47VHLL3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/stager-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1a3a8448-82a9-4f0b-9460-f43dbd28f7a7.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Stager AI"></p><p><strong>关键词</strong>：Stager AI, 家庭虚拟布置, 图像编辑器, 人工智能, 虚拟布置, 图像增强, 编辑工具, 房地产代理, 房产销售, 提升照片价值<br><strong>票数</strong>: 🔺133<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="16-Rephrasy"><a href="#16-Rephrasy" class="headerlink" title="16. Rephrasy"></a><a href="https://www.producthunt.com/posts/rephrasy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. Rephrasy</a></h2><p><strong>标语</strong>：保证绕过率<br><strong>介绍</strong>：保证生成的AI内容不会被检测到。我们使用先进的AI人性化技术，可以绕过像Copyleaks和Turnitin这样的AI检测工具。现在就可以免费试用。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HM7UDNTAVM5UWU?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/rephrasy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ec3471ed-3aaa-4e94-b4a9-4c4e24f3dca5.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Rephrasy"></p><p><strong>关键词</strong>：Rephrasy, 绕过率保证, 无法检测的AI内容, 高级AI人性化, 绕过AI检测, Copyleaks, Turnitin, 免费试用<br><strong>票数</strong>: 🔺123<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="17-GiddyUp-Sports"><a href="#17-GiddyUp-Sports" class="headerlink" title="17. GiddyUp Sports"></a><a href="https://www.producthunt.com/posts/giddyup-sports?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. GiddyUp Sports</a></h2><p><strong>标语</strong>：如果你不是第一，那就是最后。<br><strong>介绍</strong>：在GiddyUp Sports，我们的目标是成为全球最易于访问和用户友好的幻想体育搜索引擎。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/TO7JNJYPTD5SBC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/giddyup-sports?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8408c0ea-6460-4308-82bc-7b2b22558fc6.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="GiddyUp Sports"></p><p><strong>关键词</strong>：GiddyUp Sports, 体育, 幻想体育, 搜索引擎, 用户友好, 可访问性, 体育爱好者, 运动, 竞技, 体育赛事<br><strong>票数</strong>: 🔺112<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="18-LinkedIn-Carousel-generator"><a href="#18-LinkedIn-Carousel-generator" class="headerlink" title="18. LinkedIn Carousel generator"></a><a href="https://www.producthunt.com/posts/linkedin-carousel-generator-4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. LinkedIn Carousel generator</a></h2><p><strong>标语</strong>：免费创建炫酷的轮播图！<br><strong>介绍</strong>：轻松创建精彩的LinkedIn图文轮播！使用我们的生成器，您可以在几分钟内轻松制作高度个性化的轮播，无需费力。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ROXPDFJ2OH35E4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/linkedin-carousel-generator-4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4a6df54d-bb91-46e3-8daf-806add0dedb1.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="LinkedIn Carousel generator"></p><p><strong>关键词</strong>：LinkedIn 旋转木马生成器, 免费旋转木马, 创建旋转木马, 个性化旋转木马, 简单易用, 快速生成, 社交媒体工具, 内容创作, LinkedIn<br><strong>票数</strong>: 🔺105<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="19-Landings"><a href="#19-Landings" class="headerlink" title="19. Landings"></a><a href="https://www.producthunt.com/posts/landings-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Landings</a></h2><p><strong>标语</strong>：设计灵感的落地页示例<br><strong>介绍</strong>：寻找最佳的着陆页示例以激发你的设计灵感<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/PLCBXPYOXBZVMW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/landings-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ac5ffda5-ab75-4ee1-ac31-8438272a1b14.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Landings"></p><p><strong>关键词</strong>：着陆页, 设计灵感, 着陆页面示例, 设计参考, 网页设计, 用户体验, 创意设计, 营销页面, 视觉设计, 网站优化<br><strong>票数</strong>: 🔺48<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="20-IntelliOptima"><a href="#20-IntelliOptima" class="headerlink" title="20. IntelliOptima"></a><a href="https://www.producthunt.com/posts/intellioptima?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. IntelliOptima</a></h2><p><strong>标语</strong>：与人工智能合作<br><strong>介绍</strong>：IntelliOptima提供了一个协作环境，用户可以与多个AI模型进行互动，AI模型和用户之间能够保持充分的上下文意识。IntelliOptima是一个一站式平台，您可以与团队或单独使用您喜欢的AI模型。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/3EZ6NYMTCONTLC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/intellioptima?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5333d7b8-bd6c-4c30-bd0f-d1a6fbf98e00.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="IntelliOptima"></p><p><strong>关键词</strong>：IntelliOptima, 人工智能, 协作平台, 多用户, AI模型, 上下文意识, 一站式平台, 团队合作, 智能应用, 用户体验<br><strong>票数</strong>: 🔺41<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="21-SuperText"><a href="#21-SuperText" class="headerlink" title="21. SuperText"></a><a href="https://www.producthunt.com/posts/supertext?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. SuperText</a></h2><p><strong>标语</strong>：IA拼写和语法纠错应用程序<br><strong>介绍</strong>：SuperText是一款智能拼写和语法纠错应用，旨在提升你的写作质量，无论是求职信、重要邮件还是社交媒体帖子。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/LIPSE6SYL2UXTW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/supertext?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8818d522-86a5-431c-bbe8-0f92d3a5e295.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="SuperText"></p><p><strong>关键词</strong>：智能拼写, 语法纠正, 写作质量提升, 应用程序, 求职信, 重要邮件, 社交媒体帖子, SuperText, 英语写作助手<br><strong>票数</strong>: 🔺38<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="22-Kalory-AI-Calorie-Counter"><a href="#22-Kalory-AI-Calorie-Counter" class="headerlink" title="22. Kalory: AI Calorie Counter"></a><a href="https://www.producthunt.com/posts/kalory-ai-calorie-counter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. Kalory: AI Calorie Counter</a></h2><p><strong>标语</strong>：Kalory通过人工智能为用户设定个性化的目标并追踪饮食。<br><strong>介绍</strong>：Kalory通过文本或照片输入来设置个性化的卡路里目标，并提供详细的营养信息。它会计算基础代谢率（BMR），为你的日常摄入量提供指导，并在分析后给出个性化建议，帮助你保持健康和达到减重目标。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/L33YOM3LBQNQ25?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/kalory-ai-calorie-counter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6c5f6fa0-4ff4-4d31-afc6-7548c4f07243.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Kalory: AI Calorie Counter"></p><p><strong>关键词</strong>：卡路里计数器, AI, 个性化目标, 饮食追踪, 营养信息, 基础代谢率, 每日摄入, 健康管理, 体重目标, 个性化建议<br><strong>票数</strong>: 🔺27<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="23-Slice-Mobile"><a href="#23-Slice-Mobile" class="headerlink" title="23. Slice Mobile"></a><a href="https://www.producthunt.com/posts/slice-mobile?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. Slice Mobile</a></h2><p><strong>标语</strong>：推出英国首个纯eSIM移动网络<br><strong>介绍</strong>：我们在英国推出了一款以应用为主的虚拟移动网络运营商（MVNO），用户只需几次点击即可下载电子SIM卡并连接到EE网络。你可以与现有的服务同时使用，并获得1GB的免费数据，方便你在家和工作时测试网络。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GWWLANBCDADXNP?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/slice-mobile?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b2433be2-d692-4bc8-8bea-526abd3b5847.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Slice Mobile"></p><p><strong>关键词</strong>：Slice Mobile, 英国, eSIM, 移动网络, 应用优先, MVNO, 下载eSIM, EE网络, 免费流量, 1GB, 测试网络, 家庭, 工作<br><strong>票数</strong>: 🔺24<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="24-Convert-PDF-to-DOCX"><a href="#24-Convert-PDF-to-DOCX" class="headerlink" title="24. Convert PDF to DOCX"></a><a href="https://www.producthunt.com/posts/convert-pdf-to-docx?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. Convert PDF to DOCX</a></h2><p><strong>标语</strong>：通过光学字符识别（OCR）技术<br><strong>介绍</strong>：一个简单的扩展程序，可以将PDF文档转换为DOCX&#x2F;Word格式。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/SN5SWOWNZPXPYT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/convert-pdf-to-docx?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b323207b-8f84-466c-a28b-dfeaef9db6af.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Convert PDF to DOCX"></p><p><strong>关键词</strong>：PDF转DOCX, 光学字符识别, 文件转换, PDF转换工具, Word文档, 简单扩展, 文档处理, OCR技术<br><strong>票数</strong>: 🔺24<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="25-Dev-Tools-Academy"><a href="#25-Dev-Tools-Academy" class="headerlink" title="25. Dev Tools Academy"></a><a href="https://www.producthunt.com/posts/dev-tools-academy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. Dev Tools Academy</a></h2><p><strong>标语</strong>：为开发者打造的特别博客。<br><strong>介绍</strong>：我想帮助你为你的SaaS或副项目选择合适的开发工具。我的诚实深入评测能够剔除杂音，给你提供所需的信息。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FAIPO5BY6DUTDS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/dev-tools-academy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/bbd4fc99-90a2-41c0-8622-6ac07960f523.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Dev Tools Academy"></p><p><strong>关键词</strong>：开发工具学院, 开发者, 博客, SaaS, 侧项目, 工具选择, 诚实评测, 深度评测, 信息, 开发者工具<br><strong>票数</strong>: 🔺21<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="26-UX-Jobs-Club"><a href="#26-UX-Jobs-Club" class="headerlink" title="26. UX Jobs Club"></a><a href="https://www.producthunt.com/posts/ux-jobs-club?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. UX Jobs Club</a></h2><p><strong>标语</strong>：为用户体验（UX）职位求职的Mobbin技巧<br><strong>介绍</strong>：寻找远程用户体验（UX）工作并不一定要痛苦。通过UX Jobs Club，你可以获得一个专为帮助你成功而设计的平台。UX Jobs Club强调质量而非数量，旨在为你提供更愉快和高效的求职体验。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WWLOC45GSFLWDS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/ux-jobs-club?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9f217fb1-e2a8-4e29-9bd9-8902e0779af9.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="UX Jobs Club"></p><p><strong>关键词</strong>：UX Jobs Club, 远程UX工作, 用户体验, 求职平台, 工作搜索, 质量优先, 招聘, UX求职, 求职体验, 设计工作<br><strong>票数</strong>: 🔺19<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="27-Micro-SaaS-Ideas"><a href="#27-Micro-SaaS-Ideas" class="headerlink" title="27. Micro SaaS Ideas"></a><a href="https://www.producthunt.com/posts/micro-saas-ideas-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. Micro SaaS Ideas</a></h2><p><strong>标语</strong>：寻找免费的微型SaaS创意<br><strong>介绍</strong>：使用我们的免费关键词分析工具，探索潜在的微型SaaS创意。寻找竞争较小、需求量大的机会，为您的下一个SaaS项目打下基础。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/A6JHZPZMXFYMQ3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/micro-saas-ideas-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/7de34122-f6d2-496a-ac3f-fd8acc147f32.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Micro SaaS Ideas"></p><p><strong>关键词</strong>：微型SaaS创意, 免费工具, 关键字分析, 低竞争, 高流量, SaaS项目机会, 创业灵感, 商业机会, SaaS市场分析, 产品开发建议<br><strong>票数</strong>: 🔺18<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="28-Tech-Relocation-Jobs-Tips-650-List"><a href="#28-Tech-Relocation-Jobs-Tips-650-List" class="headerlink" title="28. Tech Relocation Jobs: Tips &amp; 650+ List"></a><a href="https://www.producthunt.com/posts/tech-relocation-jobs-tips-650-list?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. Tech Relocation Jobs: Tips &amp; 650+ List</a></h2><p><strong>标语</strong>：快速获取全球科技岗位并享受赞助迁移服务<br><strong>介绍</strong>：你是一位渴望在国外工作的科技专业人士，却不知道从哪里开始吗？别担心！这份快速入门指南将帮助你轻松应对在新国家寻找和获得科技工作的复杂过程，我们还为你准备了超过650家公司的精选名单。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/YVZVUEWG4JKGE4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tech-relocation-jobs-tips-650-list?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/be006200-4b8f-4c61-a31d-4b2d10930d74.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Tech Relocation Jobs: Tips &amp; 650+ List"></p><p><strong>关键词</strong>：技术岗位, 海外就业, 工作移居, 全球科技工作, 技术专业人士, 职业发展, 求职指南, 公司列表, 移居建议, 国际工作, 技术行业, 职业机会, 快<br><strong>票数</strong>: 🔺18<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="29-Review-Buddy-ASO-search-tool"><a href="#29-Review-Buddy-ASO-search-tool" class="headerlink" title="29. Review Buddy: ASO search tool"></a><a href="https://www.producthunt.com/posts/review-buddy-aso-search-tool?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. Review Buddy: ASO search tool</a></h2><p><strong>标语</strong>：切换商店，比较评分，提升应用商店优化（ASO）<br><strong>介绍</strong>：通过我们的全球访问功能，你可以浏览任何国家的应用商店，这让你有机会发现本地商店中没有的应用和评论。无论你是开发者在分析反馈，这个工具都能提供宝贵的数据。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UGGYNPVHALATW7?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/review-buddy-aso-search-tool?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2fbbdb6a-590f-4f16-8c4e-60bb8cdfd17d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Review Buddy: ASO search tool"></p><p><strong>关键词</strong>：Review Buddy, ASO搜索工具, 应用商店, 比较评分, 改善ASO, 全球访问, 探索应用, 应用评价, 开发者分析, 数据分析<br><strong>票数</strong>: 🔺17<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr><h2 id="30-SaaSPack"><a href="#30-SaaSPack" class="headerlink" title="30. SaaSPack"></a><a href="https://www.producthunt.com/posts/saaspack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. SaaSPack</a></h2><p><strong>标语</strong>：Next.JS 模板：快速将你的想法变成最小可行产品（MVP）<br><strong>介绍</strong>：使用我们的Next.js基础模板，快速启动您的SaaS业务。它提供高转化率的登录页面、用户身份验证、数据库集成、电子邮件工具、现成的支付系统，以及适合搜索引擎优化的MDX博客。所有功能均已预先构建，助您轻松启动并扩展您的SaaS初创企业。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/B5QANYKL4VOJI2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/saaspack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/3c6ea0dc-112b-45f6-bad9-763cef470c5a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="SaaSPack"></p><p><strong>关键词</strong>：SaaSPack, Next.js, 快速启动, SaaS, MVP, 高转化率, 登录认证, 数据库集成, 邮件工具, 支付系统, SEO友好, MDX博客, 启动和<br><strong>票数</strong>: 🔺17<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月04日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-10-05/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-10-05/"/>
    <published>2024-10-05T07:29:16.157Z</published>
    <summary>
      <![CDATA[<h2 id="1-JoggAI"><a href="#1-JoggAI" class="headerlink" title="1. JoggAI"></a><a href="https://www.producthunt.com/posts/joggai-2?utm_campa]]>
    </summary>
    <title>PH今日热榜 | 2024-10-05</title>
    <updated>2024-10-05T07:29:17.277Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="站主的瞎话" scheme="https://blog.syouiti.com/categories/%E7%AB%99%E4%B8%BB%E7%9A%84%E7%9E%8E%E8%AF%9D/"/>
    <content>
      <![CDATA[<h1 id="Telegram-Warp群已废，如何获取Warp2000万GB免费流量"><a href="#Telegram-Warp群已废，如何获取Warp2000万GB免费流量" class="headerlink" title="Telegram Warp群已废，如何获取Warp2000万GB免费流量"></a>Telegram Warp群已废，如何获取Warp2000万GB免费流量</h1><p>步骤 1：注册 Replit 账号<br>前往 Replit 官网。<br><a href="https://replit.com/">https://replit.com/</a><br>点击 “Sign Up” 注册 Replit 账号，使用邮箱、Google、或 GitHub 账号登录。<br>注册完成后，登录你的 Replit 账号。</p><p><img src="https://ipfs.crossbell.io/ipfs/QmddcdgK4LJ5Sv7a8JjabrmDG7Bt6Upe1SjPxdbV2VmgLM?img-quality=75&img-format=auto&img-onerror=redirect&img-width=1920" alt="image"></p><p>步骤 2：Fork 项目<br>打开 Warp Key Generator 项目。<br>进入项目页面后，点击右上角的 “Fork” 按钮，将该项目 Fork 到你的 Replit 账户中。</p><p><img src="https://ipfs.crossbell.io/ipfs/QmUbnSqvgm96w6cSukot3mDHNzd2Pe2bvEY8ryN4suGiRD?img-quality=75&img-format=auto&img-onerror=redirect&img-width=1920" alt="image"></p><p>步骤 3：运行项目<br>在你的 Replit 账户中，点击 “Run” 按钮运行项目。<br>程序会生成一个 Warp 免费密钥，该密钥可以用于 Warp 的注册和使用。<br>运行成功后，你会看到生成的密钥，复制后即可用于 Warp 注册。</p>]]>
    </content>
    <id>https://blog.syouiti.com/%E8%8E%B7%E5%8F%96Warp2000%E4%B8%87GB%E5%85%8D%E8%B4%B9%E6%B5%81%E9%87%8F%E6%95%99%E7%A8%8B/</id>
    <link href="https://blog.syouiti.com/%E8%8E%B7%E5%8F%96Warp2000%E4%B8%87GB%E5%85%8D%E8%B4%B9%E6%B5%81%E9%87%8F%E6%95%99%E7%A8%8B/"/>
    <published>2024-10-04T19:37:57.337Z</published>
    <summary>
      <![CDATA[<h1 id="Telegram-Warp群已废，如何获取Warp2000万GB免费流量"><a href="#Telegram-Warp群已废，如何获取Warp2000万GB免费流量" class="headerlink" title="Telegram Warp群已废，如何获]]>
    </summary>
    <title>获取 Cloudflare Warp 2000万GB 免费流量教程</title>
    <updated>2024-10-04T20:00:49.173Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h2 id="1-buzzabout"><a href="#1-buzzabout" class="headerlink" title="1. buzzabout"></a><a href="https://www.producthunt.com/posts/buzzabout?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. buzzabout</a></h2><p><strong>标语</strong>：从超过10亿次在线讨论中提炼出的受众洞察，2分钟即可了解。<br><strong>介绍</strong>：通过了解客户的痛点、需求和想法，赢得更多客户。这个AI驱动的工具可以从数十亿次在线对话中提取实时洞察。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7TYJP2W2CUACRH?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/buzzabout?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/3fa1f2b4-c625-4e9d-a7d0-d42e84f71452.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="buzzabout"></p><p><strong>关键词</strong>：buzzabout, 受众洞察, 在线讨论, 客户获取, 理解客户需求, AI工具, 实时洞察, 在线对话, 客户痛点, 客户收益, 市场分析<br><strong>票数</strong>: 🔺906<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="2-FullEnrich-2-0"><a href="#2-FullEnrich-2-0" class="headerlink" title="2. FullEnrich 2.0"></a><a href="https://www.producthunt.com/posts/fullenrich-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. FullEnrich 2.0</a></h2><p><strong>标语</strong>：对电子邮件和电话号码进行逐步丰富处理<br><strong>介绍</strong>：FullEnrich 汇集了来自超过 15 家数据提供商的信息，用于 B2B 联系人数据的丰富和完善。通过“瀑布式”数据丰富方法，它为电子邮件和手机号码提供了最佳的丰富率，帮助你更好地接触到潜在客户。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KBUW4JDHFDGKGS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fullenrich-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/538ed249-eab1-4542-b34b-6e7434257232.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="FullEnrich 2.0"></p><p><strong>关键词</strong>：FullEnrich 2.0, 邮件丰富, 手机号码丰富, 数据聚合, B2B 联系人, 水fall 丰富, 数据提供商, 客户获取, 联系人增值, 信息增强<br><strong>票数</strong>: 🔺777<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="3-Afforai-Cite-Extension-for-MS-Word"><a href="#3-Afforai-Cite-Extension-for-MS-Word" class="headerlink" title="3. Afforai Cite Extension for MS Word"></a><a href="https://www.producthunt.com/posts/afforai-cite-extension-for-ms-word?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. Afforai Cite Extension for MS Word</a></h2><p><strong>标语</strong>：在你的写作中以一万种风格添加引用。<br><strong>介绍</strong>：使用 Afforai Cite 扩展，您可以将图书馆中的引用和参考文献直接插入到 Microsoft Word 文档中，支持超过 10,000 种引用格式。同时，您还可以利用 Afforai AI 研究助手来提升写作流畅度，功能丰富，且完全免费。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FG7W5C2DFVEGFX?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/afforai-cite-extension-for-ms-word?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d5af1751-a20e-44b2-afd6-f7cecac106bd.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Afforai Cite Extension for MS Word"></p><p><strong>关键词</strong>：Afforai Cite扩展, MS Word, 引用, 参考文献, 10,000种样式, AI研究助手, 写作流畅性, 免费使用, 文献管理, 插入引用<br><strong>票数</strong>: 🔺591<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="4-Lookie-AI"><a href="#4-Lookie-AI" class="headerlink" title="4. Lookie AI"></a><a href="https://www.producthunt.com/posts/lookie-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Lookie AI</a></h2><p><strong>标语</strong>：更快速地从YouTube获取知识的方法<br><strong>介绍</strong>：Lookie 是为在 YouTube 上获取知识而设计的工具，因为在 YouTube 上花费大量时间并且难以整理关键信息是常有的事。通过简单的分享，Lookie 让这一过程变得聪明了 100 倍，快速许多，将 YouTube 变成个人知识中心。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/INZNSPQNEDMXHY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/lookie-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2277b18d-2157-44e6-a264-438677d27125.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Lookie AI"></p><p><strong>关键词</strong>：Lookie AI, 知识吸收, YouTube, 快速学习, 信息整理, 个人知识中心, 智能分享, 高效学习, 视频学习, 知识管理<br><strong>票数</strong>: 🔺525<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="5-CostGPT-ai"><a href="#5-CostGPT-ai" class="headerlink" title="5. CostGPT.ai"></a><a href="https://www.producthunt.com/posts/costgpt-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. CostGPT.ai</a></h2><p><strong>标语</strong>：生成软件的成本、时间、功能、用户故事和网站地图。<br><strong>介绍</strong>：CostGPT帮助你估算软件项目的成本和开发所需时间。它还提供详细的功能拆解、全面的用户故事、网站地图以及里程碑规划。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/3CYDQGFB4HWVGU?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/costgpt-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b0267716-ea94-4c21-a1d2-5ef94215d0ad.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="CostGPT.ai"></p><p><strong>关键词</strong>：软件成本估算, 项目时间评估, 功能细分, 用户故事, 网站地图, 里程碑规划, 软件项目管理, 成本计算工具, 项目估算, 功能分析<br><strong>票数</strong>: 🔺522<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="6-Editapp"><a href="#6-Editapp" class="headerlink" title="6. Editapp"></a><a href="https://www.producthunt.com/posts/editapp?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. Editapp</a></h2><p><strong>标语</strong>：互动性强、反应灵敏且可追踪的演示文稿<br><strong>介绍</strong>：Editapp 是你全新的工具，可以创建真正吸引风险投资者的演示文稿！发送响应式幻灯片，轻松嵌入 Figma 演示、YouTube 视频、Calendly 日程安排、表单等等。摆脱“无回应”的困境，开始筹集资金吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/SFI3L3FZ2CAOYW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/editapp?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2136df5b-fceb-4f5d-9b42-01cf0eb00c05.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Editapp"></p><p><strong>关键词</strong>：Editapp, 互动演示文稿, 响应式幻灯片, 可追踪幻灯片, VCs, Figma演示, Youtube视频, Calendly, 表单, 筹款工具, 创业融资<br><strong>票数</strong>: 🔺349<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="7-Sent-dm"><a href="#7-Sent-dm" class="headerlink" title="7. Sent.dm"></a><a href="https://www.producthunt.com/posts/sent-dm-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. Sent.dm</a></h2><p><strong>标语</strong>：统一的API，用于发送短信、WhatsApp消息等多种信息渠道。<br><strong>介绍</strong>：统一的API可以通过短信以及WhatsApp和iMessage等应用发送A2P（应用对个人）消息。Sent instantly能够快速识别并将消息发送到联系人的主要消息渠道，从而优化投递，确保全球范围内的无缝连接，同时降低成本。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VPM7DDLY7N5VOU?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/sent-dm-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b71f4e5c-26f4-45eb-88e3-a1a033eaa53d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Sent.dm"></p><p><strong>关键词</strong>：统一API, 短信, WhatsApp, A2P消息, 即时发送, 消息通道, 全球覆盖, 成本优化, 消息传递, iMessage<br><strong>票数</strong>: 🔺307<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="8-HoundDog-ai-Static-Code-Scanner"><a href="#8-HoundDog-ai-Static-Code-Scanner" class="headerlink" title="8. HoundDog.ai Static Code Scanner"></a><a href="https://www.producthunt.com/posts/hounddog-ai-static-code-scanner-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. HoundDog.ai Static Code Scanner</a></h2><p><strong>标语</strong>：在代码中捕捉个人身份信息（PII）泄露，并保持你的个人身份信息清单更新。<br><strong>介绍</strong>：HoundDog.ai的静态代码扫描工具不仅能够检测日志、文件、cookie和令牌中以明文形式泄露的个人身份信息（PII），还可以追踪数据流向第三方集成，提前发现数据处理协议的违规情况，从而防止这些问题在生产环境中出现。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/6XPVILEF3G23ZX?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hounddog-ai-static-code-scanner-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/68deb2e3-cc05-484c-86af-a70f36ea541c.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="HoundDog.ai Static Code Scanner"></p><p><strong>关键词</strong>：HoundDog.ai, 静态代码扫描器, PII泄露, 数据流追踪, 第三方集成, 数据处理协议, 生产问题, 安全监测, 代码安全, 隐私保护<br><strong>票数</strong>: 🔺287<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="9-FastTrackr-AI"><a href="#9-FastTrackr-AI" class="headerlink" title="9. FastTrackr AI"></a><a href="https://www.producthunt.com/posts/fasttrackr-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. FastTrackr AI</a></h2><p><strong>标语</strong>：你的WhatsApp人工智能助理<br><strong>介绍</strong>：最精准的AI执行助理，能够通过WhatsApp创建邮件、安排会议、将语音转化为笔记等等。让你在更短的时间内完成更多工作！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZSRUIT3HRH6TQJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fasttrackr-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5139deef-4744-4c1f-895e-9cc127b03048.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="FastTrackr AI"></p><p><strong>关键词</strong>：FastTrackr AI, 人工智能助手, WhatsApp, 邮件创建, 会议安排, 语音转笔记, 高效工作, 时间管理, 助手应用, AI技术<br><strong>票数</strong>: 🔺233<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="10-Mermaid-Whiteboard"><a href="#10-Mermaid-Whiteboard" class="headerlink" title="10. Mermaid Whiteboard"></a><a href="https://www.producthunt.com/posts/mermaid-whiteboard?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. Mermaid Whiteboard</a></h2><p><strong>标语</strong>：拖放式白板，支持基于文本的图表绘制<br><strong>介绍</strong>：Mermaid的白板结合了Mermaid JS的强大功能和传统图表工具直观的拖放界面。你可以通过Mermaid AI生成图表，然后使用Mermaid白板轻松移动、调整大小和修改节点。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KD5MQWPVHECDPZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/mermaid-whiteboard?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ab0fa315-5a66-47bc-82c7-7ea99d1f6b58.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Mermaid Whiteboard"></p><p><strong>关键词</strong>：美人鱼白板, 拖拽白板, 文本图表, Mermaid JS, 直观界面, 传统图表工具, 生成图表, Mermaid AI, 移动节点, 调整节点,<br><strong>票数</strong>: 🔺232<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="11-Jammin"><a href="#11-Jammin" class="headerlink" title="11. Jammin"></a><a href="https://www.producthunt.com/posts/jammin-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Jammin</a></h2><p><strong>标语</strong>：浏览器中的协作音乐软件<br><strong>介绍</strong>：告别独自练习，迎接Jammin’——一个让全球音乐家实时合作的平台。拿起你的乐器，体验无限的音乐旅程。与Jammin’一起创作、即兴演奏和不断进步吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/QOHDYDVZ3U7HQU?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/jammin-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/bbd1abaf-e46a-4048-8573-7e1d1a93728f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Jammin"></p><p><strong>关键词</strong>：Jammin, 合作音乐软件, 浏览器音乐平台, 全球音乐家, 实时协作, 乐器, 音乐体验, 创作, 即兴演奏, 音乐进化<br><strong>票数</strong>: 🔺184<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="12-NVLM-1-0"><a href="#12-NVLM-1-0" class="headerlink" title="12. NVLM 1.0"></a><a href="https://www.producthunt.com/posts/nvlm-1-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. NVLM 1.0</a></h2><p><strong>标语</strong>：开放前沿级多模态大语言模型<br><strong>介绍</strong>：一系列前沿的多模态大型语言模型（LLMs），在视觉与语言任务上取得了顶尖的成绩，能够与领先的专有模型（例如 GPT-4o）和开放获取模型（例如 Llama 3-V 405B 和 InternVL 2）相抗衡。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/Y45CDO7ABUOPTO?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/nvlm-1-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/114f2e6c-22a0-4317-9546-b652413852a5.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="NVLM 1.0"></p><p><strong>关键词</strong>：NVLM 1.0, 多模态大语言模型, 前沿级, 视觉语言任务, 先进技术, 领先模型, 开放访问模型, GPT-4o, Llama 3-V 405B,<br><strong>票数</strong>: 🔺183<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="13-Cold-Email-generator"><a href="#13-Cold-Email-generator" class="headerlink" title="13. Cold Email generator"></a><a href="https://www.producthunt.com/posts/cold-email-generator-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. Cold Email generator</a></h2><p><strong>标语</strong>：撰写高效的冷邮件，提升转化率</p><p>冷邮件是指你主动联系潜在客户或合作伙伴，却没有事先建立关系的邮件。为了让这些邮件更具吸引力并提高转化率，可以遵循以下几个步骤：</p><ol><li><strong>引人注目的主题</strong>：主题是第一眼吸引读者的关键。保持简短且引人注意，比如“提升您业务效率的三个简单方法”。</li><li><strong>个性化问候</strong>：在开头使用收件人的名字，增加亲切感。例如，“你好，张先生”。</li><li><strong>展示价值</strong>：简洁明了地说明你能为对方带来什么好处。避免冗长的自我介绍，直接切入主题。例如，“我注意到您的公司在寻求提升市场营销效率，我有一些成功案例可以分享。”</li><li><strong>提供社交证明</strong>：引用一些客户的成功故事或数据，增加可信度。比如，“我们帮助类似的企业在三个月内将销售额提升了30%”。</li><li><strong>明确行动呼吁</strong>：告诉对方你希望他们采取什么行动，比如安排一次电话会议或回复邮件。示例：“您是否愿意在本周安排一个15分钟的电话，讨论如何帮助您的业务成长？”</li><li><strong>简短的结尾</strong>：感谢对方的时间，并保持礼貌。比如，“感谢您的关注，期待您的回复！”</li></ol><p>通过以上方法撰写的冷邮件，不仅可以吸引注意，还能有效地提高转化率。记得在发送前仔细检查邮件内容，确保没有错误，给对方留下专业的印象。<br><strong>介绍</strong>：尝试我们的免费邮件生成工具，帮助您撰写不那么生硬的冷邮件。我们的生成器能够生成更具人性化和易读性的内容，让您的邮件简洁明了，只需轻轻一按，就能将潜在客户转化为真实客户！以下是开始的步骤：<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7LCKVWHKZHPZLA?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/cold-email-generator-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/75fc625f-3c3a-4a28-ae0b-7aacfe6d7dfd.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Cold Email generator"></p><p><strong>关键词</strong>：冷邮件生成器, 冷邮件, 写邮件, 转化率, 免费工具, 人性化, 易读, 锐利邮件, 潜在客户, 客户转化, 简单操作, 电子邮件写作<br><strong>票数</strong>: 🔺163<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="14-ContentBees"><a href="#14-ContentBees" class="headerlink" title="14. ContentBees"></a><a href="https://www.producthunt.com/posts/contentbees-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. ContentBees</a></h2><p><strong>标语</strong>：🚀🍯 轻松发现精彩内容。<br><strong>介绍</strong>：ContentBees 是一个强大的内容整理平台，旨在帮助你发现、整理和分享最符合你兴趣和受众需求的优质内容。你可以将自己喜欢的 RSS 订阅源融入到内容整理的过程中。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7OW3CYB2UCPDHD?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/contentbees-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ee107149-552c-4b6f-a052-4ef30435035f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ContentBees"></p><p><strong>关键词</strong>：内容策划, 内容发现, 内容分享, RSS聚合, 平台, 内容组织, 用户兴趣, 受众, 内容管理, 高效工具, 内容推荐, 信息整合, 网络内容<br><strong>票数</strong>: 🔺163<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="15-Hello-API"><a href="#15-Hello-API" class="headerlink" title="15. Hello API"></a><a href="https://www.producthunt.com/posts/hello-api?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Hello API</a></h2><p><strong>标语</strong>：把你枯燥的API文档变成一个互动游乐场！<br><strong>介绍</strong>：Hello API 让你在几分钟内创建一个公开的、互动的 API 游乐场。你可以轻松添加端点，发布集合，并分享链接，方便用户直接在浏览器中探索和测试你的 API。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/3DR2AB7OWB5RZ5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hello-api?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/105c1204-9d80-44e9-90e6-91fc595874fc.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Hello API"></p><p><strong>关键词</strong>：Hello API, API文档, 互动游乐场, 公开API, 创建API, 添加接口, 发布集合, 分享链接, 探索API, 测试API, 用户体验, 浏览器测试<br><strong>票数</strong>: 🔺144<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="16-Word-Up"><a href="#16-Word-Up" class="headerlink" title="16. Word Up"></a><a href="https://www.producthunt.com/posts/word-up?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. Word Up</a></h2><p><strong>标语</strong>：AI键盘助手。提升沟通体验。<br><strong>介绍</strong>：欢迎使用 Word Up，您的 AI 键盘助手！它可以在任何应用程序中使用，帮助您生成新内容、回答各种问题、翻译超过50种语言、纠正拼写和语法错误，并将文本的语气调整得更加专业、友好、自信等等。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/666EUE4V76UNFF?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/word-up?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0007f5fd-4d10-4a3b-ab90-1cabea99e0f4.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Word Up"></p><p><strong>关键词</strong>：Word Up, AI键盘助手, 交流提升, 生成内容, 回答问题, 翻译, 多语言翻译, 拼写检查, 语法纠正, 文本语气调整, 专业化,<br><strong>票数</strong>: 🔺123<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="17-Pogo-Travel"><a href="#17-Pogo-Travel" class="headerlink" title="17. Pogo Travel"></a><a href="https://www.producthunt.com/posts/pogo-travel?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. Pogo Travel</a></h2><p><strong>标语</strong>：发现、保存和分享地点<br><strong>介绍</strong>：为您的旅行创建图板——在一个地方添加照片、笔记、清单、Instagram灵感以及搜索地点。借助个性化的人工智能行程建议，Pogo 是您理想的旅行伴侣，帮助您充分利用每一次出行。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/TSQCOQQYQMEUO3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/pogo-travel?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/805a11f5-d867-4207-8f32-7ebc9089bf3c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Pogo Travel"></p><p><strong>关键词</strong>：Pogo旅行, 发现, 保存, 分享地方, 旅行计划, 照片, 笔记, 清单, Instagram灵感, 地点搜索, 个性化行程建议, 人工智能旅行助手,<br><strong>票数</strong>: 🔺120<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="18-Chestly"><a href="#18-Chestly" class="headerlink" title="18. Chestly"></a><a href="https://www.producthunt.com/posts/chestly?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. Chestly</a></h2><p><strong>标语</strong>：帮助你管理你的物品<br><strong>介绍</strong>：“别再问‘亲爱的，我的…在哪儿了？’ Chestly会帮你记住，所以你无需操心！这个智能整理应用能轻松分类和查找你的物品。通过与Siri的整合，你只需问一句话，就能找到你的东西。非常适合健忘的人和忙碌的家庭。”<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/SLV3F2S2BYOEA6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/chestly?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0439445d-4964-4fec-96f3-7386d5738a49.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Chestly"></p><p><strong>关键词</strong>：Chestly, 智能组织应用, 物品管理, 记忆助手, Siri集成, 物品分类, 忘性大的人, 忙碌家庭, 物品查找, 生活助手<br><strong>票数</strong>: 🔺115<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="19-Foreground"><a href="#19-Foreground" class="headerlink" title="19. Foreground"></a><a href="https://www.producthunt.com/posts/foreground?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Foreground</a></h2><p><strong>标语</strong>：Windows上应用和网站的自动私人时间追踪<br><strong>介绍</strong>：Foregound 是一款尊重用户隐私的生产力工具，能够自动跟踪你在各种应用和网站上的时间。所有数据都储存在本地，从不共享或出售。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/N4U5ZXAB2SELNQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/foreground?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/234adc74-a9c2-4b39-a944-b55f857b8245.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Foreground"></p><p><strong>关键词</strong>：前台, 自动时间跟踪, 隐私保护, 生产力工具, 应用程序, 网站, Windows, 本地存储, 数据安全, 不共享, 不出售<br><strong>票数</strong>: 🔺99<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="20-Tevy"><a href="#20-Tevy" class="headerlink" title="20. Tevy"></a><a href="https://www.producthunt.com/posts/tevy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. Tevy</a></h2><p><strong>标语</strong>：将网红的Instagram帖子与您的Shopify产品连接起来。<br><strong>介绍</strong>：通过Tevy，您可以将网红的Instagram帖子直接连接到您的Shopify产品，实现评论自动化、增加销售额和更准确的追踪。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/LF6P34YUD3NW26?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tevy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8806955d-c3a0-41c6-9080-ae86c08178de.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Tevy"></p><p><strong>关键词</strong>：Tevy, 连接, 网红, Instagram, 帖子, Shopify, 产品, 评论自动化, 销售增长, 精准追踪<br><strong>票数</strong>: 🔺90<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="21-Cursor-Usage-Counter"><a href="#21-Cursor-Usage-Counter" class="headerlink" title="21. Cursor Usage Counter"></a><a href="https://www.producthunt.com/posts/cursor-usage-counter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. Cursor Usage Counter</a></h2><p><strong>标语</strong>：快速查看和跟踪你在Cursor中使用每个模型的情况。<br><strong>介绍</strong>：这个扩展可以帮助你跟踪在 Cursor Editor 中使用不同模型的情况。弹出窗口会显示每日和每月的总使用量，特别是对于那些每天使用次数有限制的模型。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/YA7LXN454EC6GR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/cursor-usage-counter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ff7f5bca-a425-4b32-bbe8-cecd8d7c7954.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Cursor Usage Counter"></p><p><strong>关键词</strong>：光标使用计数器, 使用追踪, 模型使用情况, Cursor编辑器, 日常使用, 月度使用, 使用限制, 插件, 统计工具, 使用监控<br><strong>票数</strong>: 🔺82<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="22-Tombot-X"><a href="#22-Tombot-X" class="headerlink" title="22. Tombot X"></a><a href="https://www.producthunt.com/posts/tombot-x?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. Tombot X</a></h2><p><strong>标语</strong>：X的增长黑客服务<br><strong>介绍</strong>：X的增长黑客服务 - 自动化增长机器人，利用对话式营销进行社交推广、潜在客户生成等多种功能。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FI4ONKUAIARPSY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tombot-x?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2560d659-350a-4128-a180-5a5eb009b546.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Tombot X"></p><p><strong>关键词</strong>：Tombot X, 增长黑客服务, 自动化增长机器人, 对话式营销, 社交推广, 潜在客户生成, 营销自动化, 增长策略<br><strong>票数</strong>: 🔺77<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="23-Marcus-your-AI-Billing-Agent"><a href="#23-Marcus-your-AI-Billing-Agent" class="headerlink" title="23. Marcus - your AI Billing Agent"></a><a href="https://www.producthunt.com/posts/marcus-your-ai-billing-agent?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. Marcus - your AI Billing Agent</a></h2><p><strong>标语</strong>：自动化开票和催款流程<br><strong>介绍</strong>：Marcus &#x3D; 你整个应收账款团队的替代者。它是一个人工智能助手，负责发送发票和催促客户付款。Marcus会学习并适应每个客户，创建个性化的提醒，从而帮助你更快收到款项，节省大量时间。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7EHWDQE5ZW6L3D?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/marcus-your-ai-billing-agent?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9efb177e-35ef-48ce-b063-a92bec79e219.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Marcus - your AI Billing Agent"></p><p><strong>关键词</strong>：AI账单代理, 自动化开票, 客户付款催收, 应收账款, 个性化提醒, 提高收款效率, 节省时间, 智能代理, 财务自动化, 账单<br><strong>票数</strong>: 🔺62<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="24-RetouchAI"><a href="#24-RetouchAI" class="headerlink" title="24. RetouchAI"></a><a href="https://www.producthunt.com/posts/retouchai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. RetouchAI</a></h2><p><strong>标语</strong>：用AI在几秒钟内创建和扩展你的图像<br><strong>介绍</strong>：老实说，你有多少次需要一张巨型龙的图片，龙身上闪烁着翡翠和蓝宝石色的光辉，飞翔在火山景观之上？我也是，几乎天天都想要。别担心，这里有个解决方案。用RetouchAI，让你的梦想成真！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NA3HLC4EO5Z7GE?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/retouchai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e54ecd87-898b-432a-b716-e6e02be5317b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="RetouchAI"></p><p><strong>关键词</strong>：RetouchAI, 图像处理, 人工智能, 图像扩展, 梦想成真, 龙的图像, 彩色鳞片, 火山景观, 快速创作, 创意工具<br><strong>票数</strong>: 🔺32<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="25-Notocat-2"><a href="#25-Notocat-2" class="headerlink" title="25. Notocat 2"></a><a href="https://www.producthunt.com/posts/notocat-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. Notocat 2</a></h2><p><strong>标语</strong>：将你的Notion页面转变为精美的新闻通讯。<br><strong>介绍</strong>：使用 Notocat 从你的 Notion 页面轻松创建精美的新闻通讯。这是一个新闻通讯平台，帮助你轻松发送新闻、跟踪效果，并建立强大的受众群体。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/YWPL5LPV23OVEB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/notocat-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/03ba7795-bca5-4c29-b7d3-1a13e9be0212.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Notocat 2"></p><p><strong>关键词</strong>：Notocat 2, Notion, 新闻通讯, 美化, 发送, 性能跟踪, 受众建设, 简单易用, 平台, 转换<br><strong>票数</strong>: 🔺27<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="26-Reciperium"><a href="#26-Reciperium" class="headerlink" title="26. Reciperium"></a><a href="https://www.producthunt.com/posts/reciperium?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. Reciperium</a></h2><p><strong>标语</strong>：保存、分享并轻松复制你最喜欢的食谱。<br><strong>介绍</strong>：Reciperium是终极食谱平台。您可以轻松创建、喜欢、分享和自定义食谱。它独特的食谱语言和内置教程让任何人都能轻松上手。今天就加入我们，开始您的烹饪之旅吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/PRU3LTROG4ZNS4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/reciperium?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b3847395-3c5a-410d-9ea6-c548456c4e2c.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Reciperium"></p><p><strong>关键词</strong>：Reciperium, 菜谱平台, 保存菜谱, 分享菜谱, 重现菜谱, 创建菜谱, 定制菜谱, 菜谱语言, 内置教程, 轻松烹饪, 加入<br><strong>票数</strong>: 🔺27<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="27-What-was-that-meme"><a href="#27-What-was-that-meme" class="headerlink" title="27. What was that meme"></a><a href="https://www.producthunt.com/posts/what-was-that-meme?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. What was that meme</a></h2><p><strong>标语</strong>：浏览超过1000万个表情包，找到一个适合你所需场景的。<br><strong>介绍</strong>：几秒钟内找到你的表情包。浏览超过1000万个表情包，轻松找到适合你场景的那一个。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FVXMXGI5TKETBM?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/what-was-that-meme?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/657e5728-7f18-443b-ba93-7e92f9a23182.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="What was that meme"></p><p><strong>关键词</strong>：表情包, 迷因, meme, 10M+ 表情包, 找到适合的表情包, 快速寻找表情包, 表情包探索, 网络文化, 社交媒体, 创意表达<br><strong>票数</strong>: 🔺21<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="28-pdf-to-design-2-0"><a href="#28-pdf-to-design-2-0" class="headerlink" title="28. pdf.to.design 2.0"></a><a href="https://www.producthunt.com/posts/pdf-to-design-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. pdf.to.design 2.0</a></h2><p><strong>标语</strong>：将PDF文件导入可编辑的Figma设计中！<br><strong>介绍</strong>：这是唯一一个可以将PDF导入Figma并转换为可编辑设计的插件，且确保100%隐私！PDF的分析过程仅在您的电脑上进行。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JA7O73NA6FSPPZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/pdf-to-design-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8da81a6a-b5b8-411c-8229-c9b011119c71.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="pdf.to.design 2.0"></p><p><strong>关键词</strong>：pdf.to.design 2.0, Figma 插件, 导入 PDF, 可编辑设计, 隐私保护, 本地分析, PDF 转换, Figma 设计工具, 设计软件, PDF 编辑<br><strong>票数</strong>: 🔺21<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="29-Comp-Engine"><a href="#29-Comp-Engine" class="headerlink" title="29. Comp Engine"></a><a href="https://www.producthunt.com/posts/comp-engine?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. Comp Engine</a></h2><p><strong>标语</strong>：一款免费的实时GTM薪酬工具，专为科技公司设计<br><strong>介绍</strong>：Comp Engine 是一款免费的工具，提供实时薪酬数据，这些数据直接来源于 Betts 的专业招聘人员所做的真实招聘案例。无论是初级的销售开发代表（SDR）职位，还是市场副总裁（VP of Marketing）和首席营收官（CRO）等高管职位，它都涵盖了所有市场推广相关角色的数据。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/XOOWECPTRE22FX?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/comp-engine?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ed9ed01c-7173-4d6f-80d2-d10132ad580c.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Comp Engine"></p><p><strong>关键词</strong>：Comp Engine, 免费工具, 实时薪资数据, 技术公司, 薪酬工具, Betts招聘, 入门级SDR, 高管职位, 营销副总裁, 首席营收官,<br><strong>票数</strong>: 🔺21<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr><h2 id="30-mailmonkey-ai"><a href="#30-mailmonkey-ai" class="headerlink" title="30. mailmonkey.ai"></a><a href="https://www.producthunt.com/posts/mailmonkey-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. mailmonkey.ai</a></h2><p><strong>标语</strong>：用AI制作的电子邮件通讯，在Gmail和Outlook上看起来非常棒！<br><strong>介绍</strong>：MailMonkey.ai 让制作电子邮件通讯变得轻而易举，只需提供一个提示，这个工具就能生成个性化、视觉吸引力强的通讯，适用于 Gmail 和 Outlook。你无需具备设计技能。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/CUYNCTUJR2LWLT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/mailmonkey-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/944f879a-97d1-4d1b-9c4a-ccecc25adb41.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="mailmonkey.ai"></p><p><strong>关键词</strong>：邮件营销, AI, 邮件通讯, Gmail, Outlook, 自动生成, 个性化, 可视化设计, 无需设计技能, MailMonkey.ai<br><strong>票数</strong>: 🔺21<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月03日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-10-04/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-10-04/"/>
    <published>2024-10-04T09:17:28.162Z</published>
    <summary>
      <![CDATA[<h2 id="1-buzzabout"><a href="#1-buzzabout" class="headerlink" title="1. buzzabout"></a><a href="https://www.producthunt.com/posts/buzzabout]]>
    </summary>
    <title>PH今日热榜 | 2024-10-04</title>
    <updated>2024-10-04T09:17:30.109Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h2 id="1-Semblian-2-0"><a href="#1-Semblian-2-0" class="headerlink" title="1. Semblian 2.0"></a><a href="https://www.producthunt.com/posts/semblian-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. Semblian 2.0</a></h2><p><strong>标语</strong>：将耗时的任务外包给人工智能<br><strong>介绍</strong>：成为首批体验下一代突破性人工智能工作自动化的用户，这项技术将开启全新的 𝐀𝐮𝐠𝐦𝐞𝐧𝐭𝐞𝐝 𝐖𝐨𝐫𝐤𝐞𝐫 𝐈𝐧𝐭𝐞𝐥𝐥𝐢𝐠𝐞𝐧𝐜𝐞。Semblian 2.0 - 一款深刻理解你和你工作的人工智能。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DJWDP24XVIHFX5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/semblian-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1a8b0fd6-90d4-4c90-817b-760fe1c04e1f.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Semblian 2.0"></p><p><strong>关键词</strong>：Semblian 2.0, 人工智能, 工作自动化, 增强工作智能, 外包任务, 时间管理, 深度理解, 创新技术, AI驱动, 效率提升<br><strong>票数</strong>: 🔺472<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="2-Hedy-AI"><a href="#2-Hedy-AI" class="headerlink" title="2. Hedy AI"></a><a href="https://www.producthunt.com/posts/hedy-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Hedy AI</a></h2><p><strong>标语</strong>：在会议中实时获得更高级的建议<br><strong>介绍</strong>：会议被黑客攻击了！Hedy 是你隐秘的 AI 助手，实时为你提供超凡的见解。让你瞬间从默默无闻变成思想领袖。就像随时能拨打爱因斯坦的电话，但更酷！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/27DDE23LC2OSA4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hedy-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9c17b252-b49f-47ca-9b89-0431a1d04eb7.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Hedy AI"></p><p><strong>关键词</strong>：Hedy AI, 实时建议, 会议助手, 人工智能, 智慧洞察, 思维领袖, 会议黑科技, AI助理, 创新思维, 提升会议效率<br><strong>票数</strong>: 🔺386<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="3-Tilores-Identity-RAG"><a href="#3-Tilores-Identity-RAG" class="headerlink" title="3. Tilores Identity RAG"></a><a href="https://www.producthunt.com/posts/tilores-identity-rag?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. Tilores Identity RAG</a></h2><p><strong>标语</strong>：客户数据的搜索、整合与检索，用于大型语言模型（LLMs）<br><strong>介绍</strong>：数据科学家将Tilores与他们的语言模型（LLM）连接起来，以便在多个源系统中搜索分散的内部客户数据。这个语言模型会提取统一的客户数据，然后用这些数据来回答问题，或者在查询后续的非结构化数据时作为上下文参考。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/H22XRTBNW3UCGP?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tilores-identity-rag?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1cf26a7f-161f-44f3-9d5f-a95f88df45c2.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Tilores Identity RAG"></p><p><strong>关键词</strong>：Tilores Identity RAG, 客户数据搜索, 数据统一, 数据检索, LLM, 数据科学家, 内部客户数据, 多源系统, 统一客户数据, 查询, 非结构化数据<br><strong>票数</strong>: 🔺321<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="4-Fini"><a href="#4-Fini" class="headerlink" title="4. Fini"></a><a href="https://www.producthunt.com/posts/fini?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Fini</a></h2><p><strong>标语</strong>：一个有趣的学习编程的平台<br><strong>介绍</strong>：Fini让编程学习变得简单有趣，提供了简短的课程和测验，帮助你掌握Python、JavaScript等编程语言。无论你是初学者还是想提升技能，Fini都提供了一个简洁易用的界面。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/YD63ECWPCJ6LWT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fini?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ce70e686-0e4f-46c2-986c-032c8b2d6264.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Fini"></p><p><strong>关键词</strong>：Fini, 编程学习, Python, JavaScript, 趣味学习, 在线课程, 初学者, 技能提升, 用户友好界面, 小课程, 测验<br><strong>票数</strong>: 🔺297<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="5-doola-Bookkeeping"><a href="#5-doola-Bookkeeping" class="headerlink" title="5. doola Bookkeeping"></a><a href="https://www.producthunt.com/posts/doola-bookkeeping?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. doola Bookkeeping</a></h2><p><strong>标语</strong>：让你不想撕头发的记账方法<br><strong>介绍</strong>：让doola的专业团队来处理你的账务和税务，这样你就可以专注于发展你的业务。今天就开始省时、省钱、减轻压力吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VO3DDZNP6HVFII?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/doola-bookkeeping?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e2e7d373-be74-4d7d-b69d-b5a36b3a390c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="doola Bookkeeping"></p><p><strong>关键词</strong>：doola记账, 记账服务, 税务处理, 商业增长, 节省时间, 节省金钱, 减少压力, 专业团队, 财务管理, 企业服务<br><strong>票数</strong>: 🔺245<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="6-StockLibrary"><a href="#6-StockLibrary" class="headerlink" title="6. StockLibrary"></a><a href="https://www.producthunt.com/posts/stocklibrary?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. StockLibrary</a></h2><p><strong>标语</strong>：一键获取超真实的库存照片！<br><strong>介绍</strong>：让你的内容生动起来，尽在StockLibrary的个性化图库！只需输入你的想法，点击“生成”，就这么简单。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UPNDCY4XQL46XV?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/stocklibrary?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2a09c814-e0ac-4dd5-8198-e8f918753b7b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="StockLibrary"></p><p><strong>关键词</strong>：StockLibrary, 超真实, 库存照片, 一键生成, 个性化, 内容创作, 图片生成, 创意照片, 轻松使用, 照片库<br><strong>票数</strong>: 🔺244<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="7-Sketch-101"><a href="#7-Sketch-101" class="headerlink" title="7. Sketch 101"></a><a href="https://www.producthunt.com/posts/sketch-101?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. Sketch 101</a></h2><p><strong>标语</strong>：智能动画、颜色变量渐变等更多功能！<br><strong>介绍</strong>：在Sketch中推出的Smart Animate功能为您的原型增添了动态效果，让过渡更加流畅和生动。此外，它还支持渐变中的颜色变量，方便替换库文件，优化PDF导出，新增西班牙语版本，以及其他许多新特性！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/EKWH6FHTNJVFN4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/sketch-101?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/06d76800-c00e-402a-bf20-b0d417a611b0.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Sketch 101"></p><p><strong>关键词</strong>：Sketch 101, 智能动画, 颜色变量, 渐变, 原型设计, 动画过渡, 库替换, PDF导出, 西班牙语版本, 设计工具<br><strong>票数</strong>: 🔺225<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="8-HackerPulse-Job-Board-for-Devs"><a href="#8-HackerPulse-Job-Board-for-Devs" class="headerlink" title="8. HackerPulse Job Board for Devs"></a><a href="https://www.producthunt.com/posts/hackerpulse-job-board-for-devs?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. HackerPulse Job Board for Devs</a></h2><p><strong>标语</strong>：科技行业的工作火热得让你的GitHub仓库都感到害羞。<br><strong>介绍</strong>：我们从顶尖科技公司精心挑选软件工程岗位，并向我们5万名工程师社区展示。无论你是在寻找下一个工作机会，还是希望招募优秀人才，我们都能为你提供帮助。企业，可使用代码CAT享受首次发布职位50%的折扣！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5FNPI7VGNARO5G?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hackerpulse-job-board-for-devs?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2beed2c4-823d-4338-a679-b20dfa895ca5.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="HackerPulse Job Board for Devs"></p><p><strong>关键词</strong>：HackerPulse, 开发者招聘, 技术职位, 软件工程工作, 顶级科技公司, 工程师社区, 招聘平台, 人才招募, GitHub, 招聘优惠, 首次刊登折扣<br><strong>票数</strong>: 🔺209<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="9-MiniTAP"><a href="#9-MiniTAP" class="headerlink" title="9. MiniTAP"></a><a href="https://www.producthunt.com/posts/minitap?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. MiniTAP</a></h2><p><strong>标语</strong>：一个网页版的音乐编曲工具<br><strong>介绍</strong>：MiniTAP 是一个有趣的音序器，它以浏览器扩展的形式运行。你可以通过键盘来控制它，并且它配备了一个先进的时钟，能够与现场音乐同步。它通过事件与当前窗口连接，而你可以自由决定如何处理这些事件！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/27CZJ4DST72LE6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/minitap?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/51c80f42-a40c-4466-a24f-818f447c535a.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="MiniTAP"></p><p><strong>关键词</strong>：MiniTAP, 音乐音序器, 浏览器扩展, 键盘控制, 高级时钟, 实时同步, 事件连接, 创意音乐制作, 网络音乐工具<br><strong>票数</strong>: 🔺196<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:32 (北京时间)</p><hr><h2 id="10-Lenish"><a href="#10-Lenish" class="headerlink" title="10. Lenish"></a><a href="https://www.producthunt.com/posts/lenish?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. Lenish</a></h2><p><strong>标语</strong>：记录你狗狗的日常活动并进行训练。<br><strong>介绍</strong>：Lenish：狗狗护理提醒工具</p><p>使用Lenish来追踪你狗狗的日常活动。你可以收到上厕所、吃饭和运动的提醒，还能通过训练助手教它一些基本指令！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/F5SPABA3JSSV5W?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/lenish?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1746cbbb-773a-4994-8e68-b5a9fb63eaff.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Lenish"></p><p><strong>关键词</strong>：Lenish, 狗狗护理提醒, 日常跟踪, 排便提醒, 饮食提醒, 锻炼提醒, 训练助手, 基本命令, 狗狗训练, 宠物管理<br><strong>票数</strong>: 🔺192<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="11-Quailrunner"><a href="#11-Quailrunner" class="headerlink" title="11. Quailrunner"></a><a href="https://www.producthunt.com/posts/quailrunner?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Quailrunner</a></h2><p><strong>标语</strong>：使用您的Postgres数据库进行低代码Webhook启动<br><strong>介绍</strong>：一种低代码解决方案，可以根据Postgres数据库的变更和更新，简单地触发网络钩子（webhooks）。这对于快速设置短信通知、交易邮件、自动支付等非常有用。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DVHC4BY7RWJGLV?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/quailrunner?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/16fddf2c-fb65-44ad-981b-79a03a9a5411.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Quailrunner"></p><p><strong>关键词</strong>：鹌鹑跑者, 低代码, webhook, Postgres数据库, 触发, 变更, 更新, 短信通知, 交易邮件, 自动付款, 解决方案<br><strong>票数</strong>: 🔺174<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="12-Topics"><a href="#12-Topics" class="headerlink" title="12. Topics"></a><a href="https://www.producthunt.com/posts/topics?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. Topics</a></h2><p><strong>标语</strong>：将你喜欢的话题转化为个性化的西班牙语练习。<br><strong>介绍</strong>：我们为中级学习者提供的体验，就像Duolingo为初学者所做的一样。您可以根据新闻文章、网页和内置故事来创建自己的语言学习体验。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/C44IBI3UIPKSMM?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/topics?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/dd4e8d3a-0c11-4b69-bffb-6651a3019793.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Topics"></p><p><strong>关键词</strong>：Topics, 语言学习, 西班牙语, 个性化练习, 中级学生, 新闻文章, 网页, 内置故事, Duolingo, 学习体验<br><strong>票数</strong>: 🔺148<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月02日 PM03:31 (北京时间)</p><hr><h2 id="13-ArtifyMaster"><a href="#13-ArtifyMaster" class="headerlink" title="13. ArtifyMaster"></a><a href="https://www.producthunt.com/posts/artifymaster?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. ArtifyMaster</a></h2><p><strong>标语</strong>：为创作者提供的AI图像编辑工具<br><strong>介绍</strong>：ArtifyMaster为创作者和营销人员提供了多种AI驱动的工具，包括背景去除、图像放大、人脸交换、艺术真实感以及二维码生成。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VMJUPH7XVWSRUT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/artifymaster?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e24bdce3-346e-44a0-abd0-335eaf0d8e2f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ArtifyMaster"></p><p><strong>关键词</strong>：ArtifyMaster, AI图像编辑工具, 背景去除, 图片放大, 人脸交换, 艺术现实主义, 二维码生成, 创作者工具, 营销工具<br><strong>票数</strong>: 🔺67<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="14-Hexabot"><a href="#14-Hexabot" class="headerlink" title="14. Hexabot"></a><a href="https://www.producthunt.com/posts/hexabot?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. Hexabot</a></h2><p><strong>标语</strong>：创建出色的聊天机器人体验。100% 开源。<br><strong>介绍</strong>：Hexabot 让你能够在网站、Messenger 等平台上创建引人入胜的对话用户体验。你可以通过简单的拖放界面来构建对话流程，利用人工智能工具的强大功能，支持多种语言，同时还可以享受开源平台带来的便利。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5HEZLZRCLGOCKA?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hexabot?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b4f0720f-6417-44a0-98e8-c6e8b058aaec.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Hexabot"></p><p><strong>关键词</strong>：Hexabot, 聊天机器人, 开源, 用户体验, 对话流, 拖放界面, 人工智能工具, 多语言支持, 网站集成, Messenger, 互动体验<br><strong>票数</strong>: 🔺59<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="15-Sapiengraph-v2-0"><a href="#15-Sapiengraph-v2-0" class="headerlink" title="15. Sapiengraph v2.0"></a><a href="https://www.producthunt.com/posts/sapiengraph-v2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Sapiengraph v2.0</a></h2><p><strong>标语</strong>：这些增长工具简单到让你在5分钟内就能上手！<br><strong>介绍</strong>：Sapiengraph 是一个帮助企业快速发展的工具平台。它提供潜在客户挖掘、职位变动追踪和数据丰富等功能，界面简洁易用。非常适合招聘人员、销售人员和风险投资从业者使用。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/OHQW5ECABIJGH3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/sapiengraph-v2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/dc4a1a4d-a35f-4456-8b53-4eae3cc51bb8.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Sapiengraph v2.0"></p><p><strong>关键词</strong>：Sapiengraph, 增长工具, 快速上手, 招聘, 销售, 风投, 潜在客户开发, 数据追踪, 数据丰富, 易用界面, 商业增长<br><strong>票数</strong>: 🔺50<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="16-Codevex"><a href="#16-Codevex" class="headerlink" title="16. Codevex"></a><a href="https://www.producthunt.com/posts/codevex?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. Codevex</a></h2><p><strong>标语</strong>：轻松分享代码<br><strong>介绍</strong>：轻松存储、托管和分享你的完整代码模块。通过命令行界面（CLI）获取和管理代码，使用自定义签名个性化你的体验，和全球的开发者无缝协作。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GVOIEUDCVVXSN6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/codevex?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/953c9689-654c-4234-afa5-5c2409862b3e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Codevex"></p><p><strong>关键词</strong>：Codevex, 代码共享, 代码存储, 代码托管, 代码模块, CLI管理, 个性化签名, 开发者协作, 全球开发者, 轻松分享代码<br><strong>票数</strong>: 🔺43<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="17-Keikku"><a href="#17-Keikku" class="headerlink" title="17. Keikku"></a><a href="https://www.producthunt.com/posts/keikku?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. Keikku</a></h2><p><strong>标语</strong>：下一代听诊器<br><strong>介绍</strong>：Keikku是一款适用于临床和非临床使用的下一代听诊器。它采用专利硬件、主动噪声取消(ANC)技术、手势控制和无线设计，重新定义了健康护理。人工智能功能正在等待FDA审批，心音检测的AI功能将在交付后3到6个月内上线。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4M5BXBVGGPBTIP?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/keikku?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ecac606d-83f2-4519-af00-54687fea8f8c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Keikku"></p><p><strong>关键词</strong>：Keikku, 下一代听诊器, 临床, 非临床, 专利硬件, 主动噪声取消, 手势控制, 无线设计, 健康重定义, 人工智能, FDA待批,<br><strong>票数</strong>: 🔺38<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="18-Notifier"><a href="#18-Notifier" class="headerlink" title="18. Notifier"></a><a href="https://www.producthunt.com/posts/notifier-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. Notifier</a></h2><p><strong>标语</strong>：寻找新客户并在互联网上监测你的品牌。<br><strong>介绍</strong>：Notifier.so能够帮助你找到潜在客户，并在Reddit、Hacker News、Twitter、Google搜索以及我们庞大的新闻&#x2F;博客数据库中追踪品牌提及。你可以监控关键词，将对话转化为销售线索，从而领先于竞争对手。再也不会错过任何品牌提及了！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/2GUAHX6JZTTFW4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/notifier-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/83775d9c-7c5c-45f5-ae00-7f5d1f222ab3.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Notifier"></p><p><strong>关键词</strong>：Notifier, 潜在客户, 品牌监控, Reddit, Hacker News, Twitter, Google搜索, 新闻博客数据库, 关键词监控, 转化对话, 竞争对手分析, 品牌提及, 商机捕<br><strong>票数</strong>: 🔺32<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="19-OnlyMe-AI"><a href="#19-OnlyMe-AI" class="headerlink" title="19. OnlyMe.AI"></a><a href="https://www.producthunt.com/posts/onlyme-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. OnlyMe.AI</a></h2><p><strong>标语</strong>：人工智能人才匹配：快速、精准、有洞察力<br><strong>介绍</strong>：招募人才的竞争比以往任何时候都更加激烈。onlyMe通过先进的人工智能技术，实时将候选人的个人资料与职位描述进行匹配，从而简化了招聘流程，节省时间并确保准确性。今天就注册，享受免费的高级AI工具！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JJBJMSCG32K2HY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/onlyme-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2184e44f-cd3c-47cf-93e6-7d1c528ffc34.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="OnlyMe.AI"></p><p><strong>关键词</strong>：OnlyMe.AI, 人才匹配, 人工智能招聘, 快速招聘, 精准匹配, 智能招聘工具, 招聘效率, 候选人匹配, 实时匹配, 免费试用,<br><strong>票数</strong>: 🔺31<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="20-DocFlex"><a href="#20-DocFlex" class="headerlink" title="20. DocFlex"></a><a href="https://www.producthunt.com/posts/docflex?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. DocFlex</a></h2><p><strong>标语</strong>：💯 离线 Markdown 转换器 👍 支持 PDF、HTML 及 30 多种格式<br><strong>介绍</strong>：📄 一次性转换多个Markdown文档！💯 100% 离线操作 👍 可选择30多种标记格式，包括PDF、HTML、Markdown、EPUB和LaTeX。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/RDME6BGQSBQ5CS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/docflex?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8ad85bc0-c6e1-4895-af59-13a08a3595cf.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="DocFlex"></p><p><strong>关键词</strong>：DocFlex, 离线Markdown转换器, PDF转换, HTML转换, 多格式转换, 30种格式, Markdown文档, EPUB, LaTeX, 批量转换, 文档转换工具<br><strong>票数</strong>: 🔺26<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="21-TEAMCAL-AI-for-Microsoft-Outlook"><a href="#21-TEAMCAL-AI-for-Microsoft-Outlook" class="headerlink" title="21. TEAMCAL AI for Microsoft Outlook"></a><a href="https://www.producthunt.com/posts/teamcal-ai-for-microsoft-outlook?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. TEAMCAL AI for Microsoft Outlook</a></h2><p><strong>标语</strong>：跨公司和时区的会议 – 直接通过Outlook安排！<br><strong>介绍</strong>：在Outlook中轻松安排跨团队、跨公司、跨日历和时区的会议！TEAMCAL AI是一款基于人工智能的团队解决方案，旨在简化与第三方的协调工作，帮助各公司和团队在不同的时区和应用程序中无缝对接。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/W24QZYHNNSESQ2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/teamcal-ai-for-microsoft-outlook?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/324ea405-02bd-4db4-87cb-da2c9570e415.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="TEAMCAL AI for Microsoft Outlook"></p><p><strong>关键词</strong>：TEAMCAL AI, Microsoft Outlook, 会议调度, 跨公司, 跨时区, 团队协作, AI解决方案, 日历管理, 协调工具, 第三方合作, 会议安排,<br><strong>票数</strong>: 🔺24<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="22-100-Tips-for-E-Commerce-Success"><a href="#22-100-Tips-for-E-Commerce-Success" class="headerlink" title="22. 100 Tips for E-Commerce Success"></a><a href="https://www.producthunt.com/posts/100-tips-for-e-commerce-success?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. 100 Tips for E-Commerce Success</a></h2><p><strong>标语</strong>：开启增长、销售和利润的钥匙<br><strong>介绍</strong>：一本必读指南，其中包含100条实用建议，帮助电商经营者提升销售额、优化运营以及扩展业务。非常适合提升利润和增强客户忠诚度！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/SSVZDSDFVYPHA5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/100-tips-for-e-commerce-success?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4789f7c0-aced-4793-9065-70c8389e9242.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="100 Tips for E-Commerce Success"></p><p><strong>关键词</strong>：电子商务成功, 增长, 销售, 利润, 行动指南, 100个建议, 电子商务, 优化运营, 扩展业务, 提高利润, 客户忠诚度<br><strong>票数</strong>: 🔺21<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="23-LoL-Tracker"><a href="#23-LoL-Tracker" class="headerlink" title="23. LoL-Tracker"></a><a href="https://www.producthunt.com/posts/lol-tracker?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. LoL-Tracker</a></h2><p><strong>标语</strong>：在《英雄联盟》中追踪你的团队表现<br><strong>介绍</strong>：使用LoL Tracker跟踪你的Flex团队的统计数据，比较表现，并提升《英雄联盟》的游戏体验。我们提供每场比赛的详细分析。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/3PEGZ36IKU6SOS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/lol-tracker?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/beaa1537-7e49-477a-b1da-86644c6b8b2f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="LoL-Tracker"></p><p><strong>关键词</strong>：LoL-Tracker, 英雄联盟, 团队表现, 数据追踪, 游戏统计, 性能比较, 提升游戏, 详细分析, 每场比赛, Flex队伍<br><strong>票数</strong>: 🔺20<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="24-Weeklyer"><a href="#24-Weeklyer" class="headerlink" title="24. Weeklyer"></a><a href="https://www.producthunt.com/posts/weeklyer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. Weeklyer</a></h2><p><strong>标语</strong>：节省时间，提升专注力，不错过重要任务。<br><strong>介绍</strong>：Weeklyer 是一款 Chrome 扩展，专为像我这样容易分心的人设计。如果你总是过于专注于某一项任务，忘记了其他事情，或者找不到某处记下的笔记，Weeklyer 将帮助你解决这些问题。每当你打开一个新的标签页时，它会显示你的日程安排和待办事项，让你时刻保持清晰的头脑。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AF7MXS4RR3EPCM?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/weeklyer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/390c2d6f-3771-4f95-ac1a-10600596a645.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Weeklyer"></p><p><strong>关键词</strong>：Weeklyer, Chrome扩展, 时间管理, 专注, 重要任务, 任务提醒, 日程安排, 待办事项, 效率工具, 便捷笔记, 分散注意力, 工作助手,<br><strong>票数</strong>: 🔺19<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="25-bilito"><a href="#25-bilito" class="headerlink" title="25. bilito"></a><a href="https://www.producthunt.com/posts/bilito?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. bilito</a></h2><p><strong>标语</strong>：和朋友轻松分摊餐费<br><strong>介绍</strong>：使用我们的网页应用来分摊餐厅账单非常简单。只需上传一张账单照片，应用就能快速将费用在你们的团队中进行分配。根据需要调整金额，几次点击就能分享最终的分摊明细——再也不用手动计算了！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GS466VCC65TAC4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/bilito?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/68a8bd34-97d1-42d8-b5d6-d80e3d28fc7f.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="bilito"></p><p><strong>关键词</strong>：bilito, 餐厅账单分摊, 轻松分账, 手机应用, 上传票据, 成本分摊, 调整金额, 共享账单, 无需手动计算, 朋友聚<br><strong>票数</strong>: 🔺19<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="26-Studio-Mullet"><a href="#26-Studio-Mullet" class="headerlink" title="26. Studio Mullet"></a><a href="https://www.producthunt.com/posts/studio-mullet?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. Studio Mullet</a></h2><p><strong>标语</strong>：搜索并预订全球最好的播客录音棚。<br><strong>介绍</strong>：Studio Mullet 提供了一个市场，让播客制作人可以浏览和预订全球最好的录音室，以满足他们的需求。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NYJ7APWXQET734?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/studio-mullet?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8aefb288-2cc2-44c3-94dd-68873b6adee7.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Studio Mullet"></p><p><strong>关键词</strong>：Studio Mullet, 播客工作室, 预订工作室, 播客市场, 音频录制, 工作室搜索, 全球工作室, 播客制作, 音频制作, 专业录音室<br><strong>票数</strong>: 🔺18<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="27-OceanFiling"><a href="#27-OceanFiling" class="headerlink" title="27. OceanFiling"></a><a href="https://www.producthunt.com/posts/oceanfiling?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. OceanFiling</a></h2><p><strong>标语</strong>：成立有限责任公司（LLC），持有美元，并为非美国居民减税。<br><strong>介绍</strong>：OceanFiling 让您在几分钟内轻松启动美国业务。您可以在一个地方注册公司、开设商业银行账户并管理合规事宜。我们会处理您的法律文件，让您可以专注于业务的增长。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WPZXSEFYMG6HUY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/oceanfiling?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/608356c3-5022-42ec-8bd4-d4f894a1a8d9.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="OceanFiling"></p><p><strong>关键词</strong>：OceanFiling, 成立LLC, 非美国居民, 节税, 注册公司, 开设商业银行账户, 合规管理, 法律文件, 启动美国业务, 轻松办理<br><strong>票数</strong>: 🔺17<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="28-BeanBook"><a href="#28-BeanBook" class="headerlink" title="28. BeanBook"></a><a href="https://www.producthunt.com/posts/beanbook-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. BeanBook</a></h2><p><strong>标语</strong>：追踪、学习并向人工智能咨询你的咖啡豆知识<br><strong>介绍</strong>：追踪、探索并向人工智能询问你的咖啡豆。只需一张照片或链接，就能记录每一袋咖啡豆的信息。通过有趣的用户体验记录冲泡数据。向BeanBook AI获取你喜爱的咖啡豆的相关信息。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/LEBJSI232BQ3XG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/beanbook-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4ec95d42-94fe-4724-917b-95b3726df260.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="BeanBook"></p><p><strong>关键词</strong>：咖啡豆, 追踪, 学习, 人工智能, BeanBook, 拍照记录, URL链接, 酿造数据, 互动体验, 咖啡知识, 咖啡爱好者,<br><strong>票数</strong>: 🔺16<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="29-TinySoko"><a href="#29-TinySoko" class="headerlink" title="29. TinySoko"></a><a href="https://www.producthunt.com/posts/tinysoko?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. TinySoko</a></h2><p><strong>标语</strong>：社交媒体账户买卖的物物交换网页应用程序<br><strong>介绍</strong>：TinySoko - 这是一个快速增长的市场，专门为用户提供安全买卖社交媒体账号的服务，包括Facebook、Twitter、Instagram、LinkedIn、Snapchat和YouTube。交易采用安全的托管方式，确保每笔交易的安全性。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5LWVQT6DF54XAQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tinysoko?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/58733d3d-dd2b-4fbc-a506-6778f5a2ad81.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="TinySoko"></p><p><strong>关键词</strong>：TinySoko, 社交媒体账号, 买卖平台, 交易应用, Facebook, Twitter, Instagram, LinkedIn, Snapchat, YouTube, 安全交易, 托管交易, 账号交易, 市场, 二手账号<br><strong>票数</strong>: 🔺14<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr><h2 id="30-MailOptimal"><a href="#30-MailOptimal" class="headerlink" title="30. MailOptimal"></a><a href="https://www.producthunt.com/posts/mailoptimal?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. MailOptimal</a></h2><p><strong>标语</strong>：确保所有邮件都能顺利送达收件箱。<br><strong>介绍</strong>：通过人工智能驱动的邮件预热服务，将您的邮件投递能力提升到一个新高度，支持无限邮箱并提供全面的投递测试。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/J7UGYNMFJIIGGC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/mailoptimal?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/f795a80d-2d7f-4853-9af9-93ac2ec0c0c6.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="MailOptimal"></p><p><strong>关键词</strong>：邮件优化, 邮件投递, AI邮件加热, 无限邮箱, 投递测试, 邮件营销, 提高邮件送达率, 邮件自动化, 邮件管理, 邮件服务<br><strong>票数</strong>: 🔺14<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月02日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-10-03/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-10-03/"/>
    <published>2024-10-03T10:15:25.302Z</published>
    <summary>
      <![CDATA[<h2 id="1-Semblian-2-0"><a href="#1-Semblian-2-0" class="headerlink" title="1. Semblian 2.0"></a><a href="https://www.producthunt.com/posts/]]>
    </summary>
    <title>PH今日热榜 | 2024-10-03</title>
    <updated>2024-10-03T10:15:26.373Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h2 id="1-Video-SDK-3-0"><a href="#1-Video-SDK-3-0" class="headerlink" title="1. Video SDK 3.0"></a><a href="https://www.producthunt.com/posts/video-sdk-3-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. Video SDK 3.0</a></h2><p><strong>标语</strong>：构建并整合实时多模态人工智能角色。<br><strong>介绍</strong>：CharacterSDK让开发者能够创建多模态的AI角色，这些角色可以进行实时互动和理解上下文。开发者可以将这些智能助手无缝整合进现有的工作流程中，从而提供个性化的用户体验。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/3FA5V4ZO5BQXTJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/video-sdk-3-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/55cdcd37-9c80-44e7-ab78-f40ae04c98ec.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Video SDK 3.0"></p><p><strong>关键词</strong>：视频SDK 3.0, 多模态AI角色, 实时交互, 上下文理解, 开发者工具, 智能伴侣, 个性化用户体验, 集成工作流程, 人工智能, SDK<br><strong>票数</strong>: 🔺754<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="2-Seamailer"><a href="#2-Seamailer" class="headerlink" title="2. Seamailer"></a><a href="https://www.producthunt.com/posts/seamailer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Seamailer</a></h2><p><strong>标语</strong>：发送无限制的高效营销邮件<br><strong>介绍</strong>：智能邮件营销，不再有局限。Seamailer将尖端人工智能与直观的自动化功能相结合，提供智能建议，助力您大幅提高受众参与度，加速业务增长，提升收入，同时确保预算不超支。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/L2GJGVXULVEZO7?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/seamailer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/97aa992d-7a30-4602-8f0d-3ce369e83891.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Seamailer"></p><p><strong>关键词</strong>：智能邮件营销, Seamailer, 营销邮件, 人工智能, 自动化, 受众参与, 业务增长, 提高收入, 成本控制, 无限制营销<br><strong>票数</strong>: 🔺728<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM05:37 (北京时间)</p><hr><h2 id="3-Rava-AI"><a href="#3-Rava-AI" class="headerlink" title="3. Rava AI"></a><a href="https://www.producthunt.com/posts/rava?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. Rava AI</a></h2><p><strong>标语</strong>：掌握AI驱动的数字营销机构<br><strong>介绍</strong>：Rava AI 可以分析你的网页，帮助你识别目标受众、SEO关键词和内容策略。我们根据搜索情况、受众需求和最新趋势，提供内容创意建议。你可以轻松创建高排名的博客、LinkedIn帖子、推文等内容。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JBJV27VFRPSK3Z?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/rava?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/7f05941e-6952-45bc-a9d5-ca3664db6e01.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Rava AI"></p><p><strong>关键词</strong>：Rava AI, 人工智能, 数字营销, 网站分析, 目标受众, SEO关键词, 内容策略, 内容创意, 搜索分析, 受众需求, 最新趋势, 高排名博客, LinkedIn帖子,<br><strong>票数</strong>: 🔺517<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="4-Graphite-Reviewer"><a href="#4-Graphite-Reviewer" class="headerlink" title="4. Graphite Reviewer"></a><a href="https://www.producthunt.com/posts/graphite-reviewer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Graphite Reviewer</a></h2><p><strong>标语</strong>：你高效可靠的AI代码审查助手<br><strong>介绍</strong>：一个始终在线的AI团队成员，能够在几秒钟内为每一个代码合并请求提供一致、高质量和可操作的反馈。Graphite Reviewer能够发现漏洞、确保代码的一致性，让你有更多时间去专注于开发。现在，GitHub团队也可以使用它了。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/IUEGYATDJ276AC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/graphite-reviewer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/f2c983c7-f453-4101-8172-36615e9ae48d.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Graphite Reviewer"></p><p><strong>关键词</strong>：石墨审阅者, AI代码审查, 高信号反馈, 拉取请求, 自动化工具, 异常检测, 团队协作, GitHub集成, 提高效率, 一致性检查,<br><strong>票数</strong>: 🔺498<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="5-Temperstack"><a href="#5-Temperstack" class="headerlink" title="5. Temperstack"></a><a href="https://www.producthunt.com/posts/temperstack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. Temperstack</a></h2><p><strong>标语</strong>：为开发和SRE团队提供企业级的SRE流程自动化。<br><strong>介绍</strong>：Temperstack通过提供警报健康监测、自动化、事件管理和人工智能运行手册，增强了现有的监控工具，覆盖基础设施和应用程序。它使开发人员能够自动化监控事件管理，优化警报，并在人工监督下实现自愈处理。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FNIBY7KLAQSR2J?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/temperstack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c32ebee1-dbde-45f2-8289-9f65ae7c55c0.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Temperstack"></p><p><strong>关键词</strong>：Temperstack, 企业级, SRE, 过程自动化, 开发团队, SRE团队, 监控工具, 警报健康, 自动化, 事件管理, 人工智能, 运行手册, 基<br><strong>票数</strong>: 🔺497<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="6-Inbox-Zero"><a href="#6-Inbox-Zero" class="headerlink" title="6. Inbox Zero"></a><a href="https://www.producthunt.com/posts/inbox-zero-5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. Inbox Zero</a></h2><p><strong>标语</strong>：一个开源的人工智能个人助手，用于管理电子邮件。<br><strong>介绍</strong>：Inbox Zero是实现每日收件箱清空的最快方法。通过我们的AI助手自动处理邮件，批量退订新闻通讯，并屏蔽冷邮件。Inbox Zero是一款开源邮箱应用，帮助你重新掌控你的收件箱。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HP54XMRHJTDHVE?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/inbox-zero-5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9239f902-68d8-4514-a869-703a48592af8.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Inbox Zero"></p><p><strong>关键词</strong>：收件箱归零, 开源, 人工智能, 个人助手, 邮件管理, 自动化, 大宗退订, 垃圾邮件, 控制收件箱, 邮件应用<br><strong>票数</strong>: 🔺388<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="7-Feedboard"><a href="#7-Feedboard" class="headerlink" title="7. Feedboard"></a><a href="https://www.producthunt.com/posts/feedboard-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. Feedboard</a></h2><p><strong>标语</strong>：您最喜欢的信息汇聚一处<br><strong>介绍</strong>：Feedboad 是一个用于展示你互联网信息流的仪表盘，类似于 Reddit、ProductHunt、Indie Hackers 和 Hacker News 等平台。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AZYIKJIFW7EG5N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/feedboard-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/35aa4237-faac-41a2-9224-26c31927c16c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Feedboard"></p><p><strong>关键词</strong>：Feedboard, 信息聚合, 社交媒体, Reddit, ProductHunt, Indie Hackers, Hacker News, 数据仪表盘, 网络信息, 内容管理, 实时更新, 用户体验<br><strong>票数</strong>: 🔺258<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="8-With"><a href="#8-With" class="headerlink" title="8. With."></a><a href="https://www.producthunt.com/posts/with-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. With.</a></h2><p><strong>标语</strong>：加深你的人际关系<br><strong>介绍</strong>：With 是一款应用程序，包含超过200张精心挑选的卡片，旨在通过有意义的对话促进更深层次的连接和自我意识。无论是家庭聚会、朋友间的交流，还是个人反思，这款应用都能派上用场。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5PK2P3RTF2GWSD?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/with-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5ac07556-c549-4403-9601-989877cb08be.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="With."></p><p><strong>关键词</strong>：With, 深化关系, 连接, 自我意识, 有意义的对话, 家庭聚会, 朋友, 个人反思, 精选卡片, 应用程序<br><strong>票数</strong>: 🔺210<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="9-Tailwind-Sync"><a href="#9-Tailwind-Sync" class="headerlink" title="9. Tailwind Sync"></a><a href="https://www.producthunt.com/posts/tailwind-sync?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. Tailwind Sync</a></h2><p><strong>标语</strong>：一键将Figma变量转换为Tailwind样式<br><strong>介绍</strong>：Tailwind Sync 是一个免费的 Figma 插件，可以将变量同步到 Tailwind 代码中，从而加快设计与开发之间的交接，确保一致性和可扩展性。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UD3LTABIIGIUW6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tailwind-sync?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6fde2adf-44d9-4ede-88a2-08eff688d6f7.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Tailwind Sync"></p><p><strong>关键词</strong>：Tailwind Sync, Figma插件, 变量同步, Tailwind代码, 设计与开发, 快速交付, 一键同步, 免费插件, 设计工具, 一致性, 可扩展性<br><strong>票数</strong>: 🔺207<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="10-BBC-Orbit"><a href="#10-BBC-Orbit" class="headerlink" title="10. BBC Orbit"></a><a href="https://www.producthunt.com/posts/bbc-orbit?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. BBC Orbit</a></h2><p><strong>标语</strong>：用耳朵而不是人工智能来为你的播放列表寻找新鲜的音乐吧！<br><strong>介绍</strong>：厌倦了音乐推荐吗？支持那些未被发现的艺术家，发现适合你播放列表的新曲子，这些都是由BBC Introducing精心挑选的。没有算法，没有特定风格，也没有个性化推荐——只需聆听，找到现在听起来对你耳朵最舒服的音乐。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ILJLYWKURN2WTI?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/bbc-orbit?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/acbfc0cd-8478-416a-999a-b203d13ed8a2.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="BBC Orbit"></p><p><strong>关键词</strong>：BBC Orbit, 音乐推荐, 新曲发现, 不同艺术家, 播放列表, 手工挑选, BBC Introducing, 无算法, 无分类, 音乐探索, 新鲜旋律, 听觉体验<br><strong>票数</strong>: 🔺183<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="11-SerenityMoment"><a href="#11-SerenityMoment" class="headerlink" title="11. SerenityMoment"></a><a href="https://www.producthunt.com/posts/serenitymoment?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. SerenityMoment</a></h2><p><strong>标语</strong>：一个简单的应用，用于管理番茄工作法（Pomodoro）时间段和待办事项列表。<br><strong>介绍</strong>：在每个会话开始时，你可以输入要完成的任务。未完成的任务会在下次会话中继续显示。一旦会话结束，你可以选择保存它。如果你是高级用户，还能查看你的会话记录、已完成的任务和相关统计数据。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/CHVLHLYUXO6EIP?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/serenitymoment?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a0f1f536-5d21-4ee2-a2d5-541a3db52a8e.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="SerenityMoment"></p><p><strong>关键词</strong>：SerenityMoment, 番茄钟, 任务管理, 待办事项, 简单应用, 会话管理, 完成任务, 历史记录, 统计数据, 高级功能<br><strong>票数</strong>: 🔺167<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="12-Blitz-Search"><a href="#12-Blitz-Search" class="headerlink" title="12. Blitz Search"></a><a href="https://www.producthunt.com/posts/blitz-search?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. Blitz Search</a></h2><p><strong>标语</strong>：适用于任何集成开发环境（IDE）的强大文本文件搜索工具<br><strong>介绍</strong>：使用Blitz Software的高级文本文件搜索工具，您可以高效地查找和搜索文本文件。今天就来提升您的工作效率吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NIME3K5SF3GBVP?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/blitz-search?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a0557552-6552-4dd5-ab85-2093943fc85b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Blitz Search"></p><p><strong>关键词</strong>：Blitz Search, 文本文件搜索工具, IDE, 高效搜索, 生产力提升, Blitz软件, 先进搜索工具, 文件查找, 文本搜索, 代码搜索<br><strong>票数</strong>: 🔺155<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="13-Cyber-Pulse"><a href="#13-Cyber-Pulse" class="headerlink" title="13. Cyber Pulse"></a><a href="https://www.producthunt.com/posts/cyber-pulse?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. Cyber Pulse</a></h2><p><strong>标语</strong>：网络安全漏洞、勒索软件、系统弱点与研究<br><strong>介绍</strong>：Cyber Pulse 威胁情报平台将最新的勒索软件、数据泄露、关键漏洞和研究信息集中在一个地方。它提供每日自动摘要、互动图表和人工智能增强的警报，帮助网络威胁猎手保持领先，同时减少处理时间。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZW6MKS4OQXSDBK?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/cyber-pulse?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2ebf72ef-1e44-4257-8663-aebc588fe7ab.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Cyber Pulse"></p><p><strong>关键词</strong>：网络脉搏, 网络安全, 勒索软件, 网络漏洞, 威胁情报, 自动化摘要, 互动图表, 人工智能提醒, 网络威胁, 安全研究, 风险管理, 网络<br><strong>票数</strong>: 🔺137<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="14-Calculator-Studio"><a href="#14-Calculator-Studio" class="headerlink" title="14. Calculator Studio"></a><a href="https://www.producthunt.com/posts/calculator-studio?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. Calculator Studio</a></h2><p><strong>标语</strong>：使用电子表格，无需编码，轻松创建网站计算器。<br><strong>介绍</strong>：我们很高兴地宣布推出我们的新品牌——计算器工作室！这个名字体现了我们的使命：帮助您构建由电子表格驱动的无代码计算器。我们将推出全新的编辑界面、易于使用的表单、更多的自定义选项，以及与HubSpot的集成功能🚀。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/I2AQAEQQCKFIRY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/calculator-studio?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c1227255-e541-405b-adbc-8ae5da591726.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Calculator Studio"></p><p><strong>关键词</strong>：计算器工作室, 无代码计算器, 电子表格, 网站计算器, 编辑器界面, 易用表单, 自定义选项, HubSpot集成, 产品发布, 在线工具<br><strong>票数</strong>: 🔺105<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="15-Uninherited"><a href="#15-Uninherited" class="headerlink" title="15. Uninherited"></a><a href="https://www.producthunt.com/posts/uninherited?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Uninherited</a></h2><p><strong>标语</strong>：自创企业家的副业与资源中心<br><strong>介绍</strong>：Uninherited 是一个专为自创企业家打造的终极副业平台，提供超过350个副业创意、资源、赚钱机会、见解，以及你所需的社区支持，帮助你找到灵感并在网上赚更多的钱。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DJ46KUR3F5WWEG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/uninherited?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/28470bf5-9aa8-4a1b-9654-c7d72cb2271f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Uninherited"></p><p><strong>关键词</strong>：副业, 自主创业, Uninherited, 创业资源, 副业创意, 赚钱机会, 社区支持, 在线赚钱, 创业者, 灵感, 资源中心, 创业平台<br><strong>票数</strong>: 🔺97<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="16-UTMLink-io"><a href="#16-UTMLink-io" class="headerlink" title="16. UTMLink.io"></a><a href="https://www.producthunt.com/posts/utmlink-io-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. UTMLink.io</a></h2><p><strong>标语</strong>：下一代品牌短链接 | 可追踪的URL缩短工具<br><strong>介绍</strong>：用下一代品牌短链接将您的营销提升到一个新水平。通过品牌化的URL短链接，保护您品牌的完整性，彰显可信度。是时候让每一次点击都充满信心了。为您的营销活动使用品牌化和自定义的URL缩短工具。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7DFBYJBDOPT4BB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/utmlink-io-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d82007cc-f223-43a3-be7e-6b65fb6d12a9.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="UTMLink.io"></p><p><strong>关键词</strong>：UTMLink.io, 短链接, 品牌短链接, 可追踪链接, URL缩短器, 营销工具, 品牌完整性, 自定义链接, 营销活动, 在线营销, 提升营销<br><strong>票数</strong>: 🔺93<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="17-People-of-Data"><a href="#17-People-of-Data" class="headerlink" title="17. People of Data"></a><a href="https://www.producthunt.com/posts/people-of-data?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. People of Data</a></h2><p><strong>标语</strong>：领先公司如何利用数据，以及推动这一进程的人们<br><strong>介绍</strong>：《数据的力量》揭示了顶尖公司和数据运营商如何利用数据创造实际影响的故事。让我们一同深入了解那些让他们与众不同的人、流程和文化。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5ZERVT7TJJSQ24?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/people-of-data?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c3c3d3c1-2fe4-417b-b240-bba2b9e564fb.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="People of Data"></p><p><strong>关键词</strong>：数据, 企业, 数据运营, 数据故事, 数据影响, 领先公司, 内部洞察, 人员, 过程, 企业文化<br><strong>票数</strong>: 🔺77<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="18-Global-Natives"><a href="#18-Global-Natives" class="headerlink" title="18. Global Natives"></a><a href="https://www.producthunt.com/posts/global-natives-8cfc2df0-d961-4a57-8b79-922c14f93937?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. Global Natives</a></h2><p><strong>标语</strong>：一本关于数字游民和远程工作的兴起的书<br><strong>介绍</strong>：一本关于无国界工作的过去、现在和未来的随笔集，由一位拥有10年以上经验的老牌数字游牧民撰写。每周都会在你的邮箱里送上一章全新内容，并与你的全球公民社区建立联系——这一切都是免费的！加入全球原住民书友会吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/EIHCY3MAKTBCBT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/global-natives-8cfc2df0-d961-4a57-8b79-922c14f93937?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c2fbd917-a994-409f-97da-13d78ce6f4e7.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Global Natives"></p><p><strong>关键词</strong>：全球游牧民族, 数字游牧, 远程工作, 无国界工作, 电子书, 书籍, 文章合集, 全球公民, 社区, 免费, 每周更新, 生活方式,<br><strong>票数</strong>: 🔺63<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="19-Discovery-Questions-Generator"><a href="#19-Discovery-Questions-Generator" class="headerlink" title="19. Discovery Questions Generator"></a><a href="https://www.producthunt.com/posts/discovery-questions-generator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Discovery Questions Generator</a></h2><p><strong>标语</strong>：获取销售电话中的发现性问题清单<br><strong>介绍</strong>：一个免费的工具，帮助销售人员更有效地筛选潜在客户。只需输入你公司的网址，就可以生成一份免费的调研问卷，供你在客户沟通时使用。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/V4L4EXVBZCFPQD?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/discovery-questions-generator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/41847049-54ed-4cbb-b739-b2905d67cc61.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Discovery Questions Generator"></p><p><strong>关键词</strong>：发现问题生成器, 销售电话, 发现问题, 免费工具, 销售人员, 合格潜在客户, 问卷生成, 发现电话, 公司网站, 销售工具<br><strong>票数</strong>: 🔺58<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="20-Launching-pro"><a href="#20-Launching-pro" class="headerlink" title="20. Launching.pro"></a><a href="https://www.producthunt.com/posts/launching-pro?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. Launching.pro</a></h2><p><strong>标语</strong>：在一个地方发现所有的Product Hunt克隆网站<br><strong>介绍</strong>：启动你的创业项目的所有平台列表，也就是类似于Product Hunt的那些网站。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JOK56M3HLGO75R?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/launching-pro?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/843f5d0f-d0b0-458b-87ce-1c516bf6bf9f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Launching.pro"></p><p><strong>关键词</strong>：产品启动, 产品猎人, 启动平台, 创业资源, 启动清单, 产品发布, 创业工具, 产品发现, 启动网站, 产品聚合<br><strong>票数</strong>: 🔺56<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="21-oss-gg"><a href="#21-oss-gg" class="headerlink" title="21. oss.gg"></a><a href="https://www.producthunt.com/posts/oss-gg?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. oss.gg</a></h2><p><strong>标语</strong>：把开源贡献游戏化<br><strong>介绍</strong>：让开源贡献更有趣！通过游戏化的方式激励社区成员为你的开源项目贡献代码和非代码的内容，让大家一起为项目的成功出一份力！我们将在Hacktoberfest期间启动oss.gg，举行为期一个月的黑客马拉松活动🔥<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/S3P52UZIQ5AAGC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/oss-gg?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0336b1ce-5634-43fc-bce5-6942663f92b8.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="oss.gg"></p><p><strong>关键词</strong>：oss.gg, 开源贡献, 游戏化, 社区激励, 代码贡献, 非代码贡献, 开源项目, Hacktoberfest, 黑客马拉松, 项目成功<br><strong>票数</strong>: 🔺50<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="22-Rad-Beauty"><a href="#22-Rad-Beauty" class="headerlink" title="22. Rad Beauty"></a><a href="https://www.producthunt.com/posts/rad-beauty?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. Rad Beauty</a></h2><p><strong>标语</strong>：你的个性化AI化妆搭配助手<br><strong>介绍</strong>：认识一下Rad Beauty：你的个性化AI化妆搭配助手。Rad通过根据你的肤色、肤质和其他偏好推荐产品，消除了美妆购物的困惑。就像拥有一个随时随地都能为你提供化妆建议的私人化妆师一样。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/RLQBRM4EMSBKD6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/rad-beauty?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/791dc5f8-09c4-4a58-91bf-0e5ec5a8fc86.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Rad Beauty"></p><p><strong>关键词</strong>：Rad Beauty, 个性化, 人工智能, 化妆, 产品推荐, 肤色, 肤质, 美妆搭配, 美妆顾问, 个性化推荐, 美容购物<br><strong>票数</strong>: 🔺50<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM07:58 (北京时间)</p><hr><h2 id="23-DUIX-AI"><a href="#23-DUIX-AI" class="headerlink" title="23. DUIX.AI"></a><a href="https://www.producthunt.com/posts/duix-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. DUIX.AI</a></h2><p><strong>标语</strong>：对话让我们变得更好。<br><strong>介绍</strong>：DUIX.AI 是一款引领未来的人工智能工具。不论你是创意工作者、短视频专家，还是渴望情感共鸣的朋友，DUIX.AI 都是你不可或缺的智能伙伴。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/QHLTYCIYCYVZ55?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/duix-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/3076d653-524d-4ea5-92f0-a4d1283618b0.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="DUIX.AI"></p><p><strong>关键词</strong>：DUIX.AI, 人工智能工具, 对话, 创意工作者, 短视频专家, 情感共鸣, 智能伙伴, 未来科技, 创新工具, AI助手<br><strong>票数</strong>: 🔺48<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="24-VoiceTaking"><a href="#24-VoiceTaking" class="headerlink" title="24. VoiceTaking"></a><a href="https://www.producthunt.com/posts/voicetaking?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. VoiceTaking</a></h2><p><strong>标语</strong>：快速头脑风暴，结合语音和人工智能分析<br><strong>介绍</strong>：通过快速的语音记录，记录下你的想法和创意。轻松分享想法，并在语音文档中进行头脑风暴，AI还可以帮助你跟踪进展等。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7MG2WSYLKG5GWR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/voicetaking?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/766b1678-93c7-403e-9931-323a3a36d17a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="VoiceTaking"></p><p><strong>关键词</strong>：VoiceTaking, 语音记录, 快速头脑风暴, AI分析, 语音笔记, 分享想法, 语音文档, 进度跟踪, 创意思维, 语音助手<br><strong>票数</strong>: 🔺41<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="25-Cozystack"><a href="#25-Cozystack" class="headerlink" title="25. Cozystack"></a><a href="https://www.producthunt.com/posts/cozystack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. Cozystack</a></h2><p><strong>标语</strong>：免费的平台即服务（PaaS）平台和构建云的框架<br><strong>介绍</strong>：使用Cozystack，您可以将一组服务器转变为一个智能系统，通过简单的REST API轻松创建Kubernetes集群、数据库即服务、虚拟机、负载均衡器、HTTP缓存服务以及其他各种服务。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VKVA6KHHN7GWD5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/cozystack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/98a08c5e-66e6-434a-b625-da3cf6d80e3c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Cozystack"></p><p><strong>关键词</strong>：Cozystack, PaaS平台, 云计算, Kubernetes集群, 数据库即服务, 虚拟机, 负载均衡器, HTTP缓存服务, REST API, 智能系统<br><strong>票数</strong>: 🔺41<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="26-GOAT-AI"><a href="#26-GOAT-AI" class="headerlink" title="26. GOAT AI"></a><a href="https://www.producthunt.com/posts/goat-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. GOAT AI</a></h2><p><strong>标语</strong>：一键总结新闻、研究和视频内容<br><strong>介绍</strong>：GOAT AI 提供一键摘要功能，可以针对新闻文章、研究论文、YouTube 视频以及其他各种内容进行简明扼要的总结，帮助用户更快地理解信息。GOAT 非常适合高管、学生和研究人员使用。免费计划每月可以获取 10 个摘要，想要无限制使用则只需每月支付 14.99 美元。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/STENE4UTPG5ZNI?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/goat-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/868dcff5-ef05-4577-a60e-5a74e6cd6433.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="GOAT AI"></p><p><strong>关键词</strong>：GOAT AI, 一键摘要, 新闻摘要, 研究论文, YouTube视频, 内容理解, 快速理解, 高管, 学生, 研究人员, 免费计划, 月度订阅, 无限摘要, $14.<br><strong>票数</strong>: 🔺40<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="27-Linko"><a href="#27-Linko" class="headerlink" title="27. Linko"></a><a href="https://www.producthunt.com/posts/linko-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. Linko</a></h2><p><strong>标语</strong>：免费创建短链接、二维码和个人简介链接。<br><strong>介绍</strong>：摆脱普通的短链接，使用完整的链接管理工具包来最大化你的营销效果。获取品牌链接、深度链接、个人简介链接、重定向像素和二维码。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4EDROYLYWJQ3GC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/linko-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4cdb6ffa-aee9-4c4e-90e1-c3cb80a12c3c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Linko"></p><p><strong>关键词</strong>：Linko, 短链接, QR码, 生物链接, 免费, 链接管理, 品牌链接, 深层链接, 营销工具, 再营销像素, 链接工具包<br><strong>票数</strong>: 🔺40<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="28-Bit-Social"><a href="#28-Bit-Social" class="headerlink" title="28. Bit Social"></a><a href="https://www.producthunt.com/posts/bit-social-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. Bit Social</a></h2><p><strong>标语</strong>：社交媒体自动发布和调度的WordPress插件<br><strong>介绍</strong>：介绍一下 Bit Social——终极的 WordPress 社交媒体自动发布和调度工具。它可以轻松地将内容安排并自动发布到多个平台，既省时又能提升你的在线存在感，配备强大的整合功能。非常适合博主、市场营销人员和企业使用！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/3SR7KQWBGC7GO2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/bit-social-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e35aa250-f798-4043-8f6a-34746bfe061e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Bit Social"></p><p><strong>关键词</strong>：Bit Social, 社交媒体, 自动发布, 定时发布, WordPress 插件, 博客, 营销, 企业, 多平台, 整合, 提升曝光, 节省时间<br><strong>票数</strong>: 🔺38<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="29-Profitual-Forecast-Evaluator"><a href="#29-Profitual-Forecast-Evaluator" class="headerlink" title="29. Profitual - Forecast Evaluator"></a><a href="https://www.producthunt.com/posts/profitual-forecast-evaluator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. Profitual - Forecast Evaluator</a></h2><p><strong>标语</strong>：机器智能金融模型评估。<br><strong>介绍</strong>：只需轻轻一击，您就能全面掌握您的财务模型，准备好吸引投资者。我们提供：- 一个评分，告诉您投资准备程度。- 一些关键指标，评估您模型的质量。- 清晰简明的反馈，指明需要改进的领域。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HJFDAR7LYHBW75?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/profitual-forecast-evaluator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/96a0a0ab-e48f-4f3d-ae7b-a9af7cde7e0d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Profitual - Forecast Evaluator"></p><p><strong>关键词</strong>：财务模型评估, 投资准备, 机器智能, 关键指标, 反馈, 评估工具, 投资者准备, 财务健康, 模型质量, 改进建议<br><strong>票数</strong>: 🔺33<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr><h2 id="30-Drooid"><a href="#30-Drooid" class="headerlink" title="30. Drooid"></a><a href="https://www.producthunt.com/posts/drooid-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. Drooid</a></h2><p><strong>标语</strong>：AI生成的无偏见互动新闻摘要<br><strong>介绍</strong>：Drooid AI 可以快速阅读成百上千篇关于任何主题的文章，并为你提供简短而准确的总结。这些总结会以个性化的方式推送给你，让你在不浪费时间的情况下获取全面的信息。你还可以发表自己的看法，并与他人分享。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7HQ4WROPHR2SOQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/drooid-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0ee0971e-85c4-40cd-bce0-b220c030acd1.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Drooid"></p><p><strong>关键词</strong>：Drooid, 人工智能, 新闻摘要, 客观新闻, 互动摘要, 个性化推送, 短小精悍, 高效阅读, 意见表达, 分享观点<br><strong>票数</strong>: 🔺29<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年10月01日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-10-02/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-10-02/"/>
    <published>2024-10-02T07:59:05.305Z</published>
    <summary>
      <![CDATA[<h2 id="1-Video-SDK-3-0"><a href="#1-Video-SDK-3-0" class="headerlink" title="1. Video SDK 3.0"></a><a href="https://www.producthunt.com/pos]]>
    </summary>
    <title>PH今日热榜 | 2024-10-02</title>
    <updated>2024-10-02T07:59:41.536Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h1 id="PH今日热榜-2024-10-01"><a href="#PH今日热榜-2024-10-01" class="headerlink" title="PH今日热榜 | 2024-10-01"></a>PH今日热榜 | 2024-10-01</h1><h2 id="1-Wispr-Flow"><a href="#1-Wispr-Flow" class="headerlink" title="1. Wispr Flow"></a><a href="https://www.producthunt.com/posts/wispr-flow?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. Wispr Flow</a></h2><p><strong>标语</strong>：在每个应用中，让你的表达更加自然，写作更加完美，同时提升三倍的速度！<br><strong>介绍</strong>：Wispr Flow 是一款适用于 Mac 的语音输入应用，允许你自然地说话，并以你的风格在各个应用程序中进行书写，速度是打字的三倍。借助自动编辑、AI 命令和超过 100 种语言，Flow 能够瞬间生成完美格式的文本，帮你节省大量时间。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KTUTOGLMV2IGBX?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/wispr-flow?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/36563258-6df6-4a3e-a850-8de20fa92609.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Wispr Flow"></p><p><strong>关键词</strong>：Wispr Flow, 语音转文字, Mac应用, 自然语音, 快速写作, 语音输入, AI命令, 自动编辑, 多语言支持, 提高效率, 完美格式化, 文本<br><strong>票数</strong>: 🔺1082<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="2-Hubmee"><a href="#2-Hubmee" class="headerlink" title="2. Hubmee"></a><a href="https://www.producthunt.com/posts/hubmee?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Hubmee</a></h2><p><strong>标语</strong>：个人数字助理<br><strong>介绍</strong>：有没有想过拥有一个私人助理？认识一下Hubmee——你的全能解决方案，帮助你管理财务、整理文件和处理日常事务。保持井井有条，绝不错过任何截止日期，掌控你的个人生活和家庭事务。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/RQ263E4GCRLTRM?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hubmee?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/34246a00-4889-471b-9a05-ca183bd27b10.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Hubmee"></p><p><strong>关键词</strong>：个人数字管理器, Hubmee, 财务管理, 文档整理, 日常任务, 组织, 个人管理, 家庭管理, 截止日期, 一体化解决方案<br><strong>票数</strong>: 🔺660<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="3-PerceptInsight"><a href="#3-PerceptInsight" class="headerlink" title="3. PerceptInsight"></a><a href="https://www.producthunt.com/posts/perceptinsight?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. PerceptInsight</a></h2><p><strong>标语</strong>：您创业公司应该拥有的平台，用于分析和成长。<br><strong>介绍</strong>：PerceptInsight 是一个基于事件的分析和互动平台，它能够生成洞察并根据这些洞察采取行动，同时保持上下文的完整性。了解那些最酷的初创公司和独角兽企业是如何利用 PerceptInsight 来推动他们的快速发展的。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5MJWYDIIGQLWXI?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/perceptinsight?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/12425f71-2106-4da6-ba3a-e8cfa34373e9.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="PerceptInsight"></p><p><strong>关键词</strong>：PerceptInsight, 创业公司, 数据分析, 事件分析, 用户参与, 见解生成, 业务增长, 创新平台, 独角兽, 启动企业, 业务洞察, 上升轨道<br><strong>票数</strong>: 🔺468<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="4-interview-co"><a href="#4-interview-co" class="headerlink" title="4. interview.co"></a><a href="https://www.producthunt.com/posts/interview-co?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. interview.co</a></h2><p><strong>标语</strong>：一个一体化的招聘平台<br><strong>介绍</strong>：想象一个面试自动进行的世界。interview.co 是为追求高效和优秀人才的招聘人员提供的一站式解决方案。interview.co——让面试变得更智能，甚至可以说，变得有趣了？如果面试能焕然一新，那就是这样！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NY5X5BT2FPDF2A?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/interview-co?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/af766549-6133-4a5b-929e-23e22c6b0d14.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="interview.co"></p><p><strong>关键词</strong>：面试平台, 招聘工具, 一体化解决方案, 效率, 顶尖人才, 智能面试, 招聘管理, 面试优化, 招聘效率, 现代招聘<br><strong>票数</strong>: 🔺464<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="5-Buildpad"><a href="#5-Buildpad" class="headerlink" title="5. Buildpad"></a><a href="https://www.producthunt.com/posts/buildpad?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. Buildpad</a></h2><p><strong>标语</strong>：打造人们真正需要的产品<br><strong>介绍</strong>：Buildpad是一个平台，为你提供一个系统化的流程来构建你的产品。在这里，你将得到人工智能和特定工具的帮助，并且始终能获得可操作的下一步指导。Buildpad帮助你打造人们真正需要的产品。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/BZAHJJNAVF6OLL?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/buildpad?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a647499e-6d25-43bf-8be6-ba786c27b93c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Buildpad"></p><p><strong>关键词</strong>：Buildpad, 产品开发, 人工智能, 结构化流程, 可行步骤, 用户需求, 产品设计, 创新工具, 产品管理, 市场调研<br><strong>票数</strong>: 🔺457<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="6-BeeDone"><a href="#6-BeeDone" class="headerlink" title="6. BeeDone"></a><a href="https://www.producthunt.com/posts/beedone-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. BeeDone</a></h2><p><strong>标语</strong>：人工智能生产力应用游戏<br><strong>介绍</strong>：提升你的工作效率，来试试BeeDone吧！这里是人工智能与高效工作的完美结合，带给你一种游戏化的体验。我们的应用灵感来源于顶尖的效率提升策略，将任务转化为成就。你可以获得个性化的建议，还能加入一个成功者的社区，一起进步！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/CLUD5JKOAJQ7U6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/beedone-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/fc324e79-b884-4eb5-8fd0-299976cbe559.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="BeeDone"></p><p><strong>关键词</strong>：BeeDone, AI生产力应用, 游戏化体验, 提升效率, 任务管理, 个性化洞察, 成就者社区, 生产力策略, 任务转化, 成功体验<br><strong>票数</strong>: 🔺244<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="7-Embeddable"><a href="#7-Embeddable" class="headerlink" title="7. Embeddable"></a><a href="https://www.producthunt.com/posts/embeddable-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. Embeddable</a></h2><p><strong>标语</strong>：闪电般快速的嵌入式分析<br><strong>介绍</strong>：这款获奖的开发工具包可以帮助你为产品构建快速加载、互动性强的仪表盘。⭐️ 你可以通过代码自定义我们的图表，或者使用自己的图表 ⭐️ 轻松在无代码界面中构建仪表盘 ⭐️ 直接嵌入到你的前端，无需使用iframe！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VW4BZELKKX7WEB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/embeddable-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/36d86a98-7b53-4353-ba64-5dba656e41b9.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Embeddable"></p><p><strong>关键词</strong>：嵌入式分析, 快速加载, 互动仪表盘, 开发工具包, 自定义图表, 无代码界面, 前端嵌入, 无框架, 数据可视化, 产品集<br><strong>票数</strong>: 🔺219<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="8-Hapticlabs"><a href="#8-Hapticlabs" class="headerlink" title="8. Hapticlabs "></a><a href="https://www.producthunt.com/posts/hapticlabs?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. Hapticlabs </a></h2><p><strong>标语</strong>：设计自定义触觉效果，让你的应用程序震动起来！<br><strong>介绍</strong>：让我们来打造令人兴奋的触觉体验吧！我们的无代码平台让你可以轻松设计、原型制作和部署触觉交互，适用于各种设备。你可以通过我们的AI助手获得灵感，创造出独特的体验，吸引用户的注意！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KB2L7D57PMKOM7?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hapticlabs?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/331f3a6f-4ad0-4d20-b6c2-56a0e4a6f1eb.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Hapticlabs "></p><p><strong>关键词</strong>：Hapticlabs, 自定义触觉效果, 无需编码平台, 设计触觉交互, 原型设计, 部署触觉体验, AI助手, 用户互动, 创造独特体验, 应用程序震动<br><strong>票数</strong>: 🔺205<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="9-Antiquoted"><a href="#9-Antiquoted" class="headerlink" title="9. Antiquoted"></a><a href="https://www.producthunt.com/posts/antiquoted?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. Antiquoted</a></h2><p><strong>标语</strong>：将多元化的声音与商业作家和播客主持人连接起来<br><strong>介绍</strong>：寻找新的、多样化的专家，他们在各种商业话题上都有独特见解。挖掘那些拥有新鲜观点和专业知识的人，来撰写文章、参与播客或活动。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/TJ66R2WIWE2JJX?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/antiquoted?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/96ddaa97-e1ad-4f2e-9649-08fdb1ad717f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Antiquoted"></p><p><strong>关键词</strong>：Antiquoted, 连接多样声音, 商业作家, 播客, 多样化专家, 商业话题, 新鲜视角, 专业知识, 文章, 播客节目, 事件<br><strong>票数</strong>: 🔺200<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="10-Novela"><a href="#10-Novela" class="headerlink" title="10. Novela"></a><a href="https://www.producthunt.com/posts/novela-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. Novela</a></h2><p><strong>标语</strong>：基于人工智能的数字营销技能模拟训练<br><strong>介绍</strong>：Novela的使命是改变人们在人工智能时代学习和成长的方式。我们设计了沉浸式、互动性的课程、场景和模拟，让专业人士能够掌握所需的技能，从而取得成功。我们从数字营销入手！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WBABATJZUF6OVG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/novela-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8338e598-806d-412c-8899-85640214243e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Novela"></p><p><strong>关键词</strong>：Novela, 人工智能, 数字营销, 学习, 互动课程, 模拟训练, 职业技能, 成长, 沉浸式体验, 专业发展<br><strong>票数</strong>: 🔺182<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="11-Router-so"><a href="#11-Router-so" class="headerlink" title="11. Router.so "></a><a href="https://www.producthunt.com/posts/router-so?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Router.so </a></h2><p><strong>标语</strong>：无头表单处理和潜在客户分配，专为开发者设计。<br><strong>介绍</strong>：Router.so 是一个开源的表单处理和潜在客户路由服务，专为开发者设计。它让你可以轻松定义数据结构、生成接口、创建表单并分配潜在客户。你可以免费注册，或者一键部署到 Vercel，开始自己的使用体验。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4QLRBIEW62SQQT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/router-so?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8418f39c-44fd-4261-b228-dfe6772d5876.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Router.so "></p><p><strong>关键词</strong>：路由器, 开源, 表单处理, 潜在客户路由, 开发者工具, 生成端点, 创建表单, 免费注册, 一键部署, Vercel, 服务<br><strong>票数</strong>: 🔺178<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="12-UpVPN-for-iOS-and-iPadOS"><a href="#12-UpVPN-for-iOS-and-iPadOS" class="headerlink" title="12. UpVPN for iOS and iPadOS"></a><a href="https://www.producthunt.com/posts/upvpn-for-ios-and-ipados?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. UpVPN for iOS and iPadOS</a></h2><p><strong>标语</strong>：基于WireGuard的现代无服务器VPN<br><strong>介绍</strong>：我们创新性地使用无服务器计算技术来提供 VPN 服务，这能为您节省开支，同时也具备 WireGuard VPN 协议的快速、私密和安全的功能。您可以选择按需付费的预付计划，适合轻度使用，或者选择年度计划，享受无限制使用的便利。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/R5PFWVZPYYD2EK?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/upvpn-for-ios-and-ipados?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/04947dd4-d9a6-47c5-9361-ed708cd432e9.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="UpVPN for iOS and iPadOS"></p><p><strong>关键词</strong>：UpVPN, iOS, iPadOS, 现代VPN, 无服务器, WireGuard, 快速, 私密, 安全, 付费按需, 年度计划, 无限制使用, 创新计算, VPN协议<br><strong>票数</strong>: 🔺150<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="13-Quidget"><a href="#13-Quidget" class="headerlink" title="13. Quidget"></a><a href="https://www.producthunt.com/posts/quidget?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. Quidget</a></h2><p><strong>标语</strong>：用人工智能处理80%的一级支持问题<br><strong>介绍</strong>：Quidget是一个人工智能聊天工具，它能够扫描你的数据和知识库，快速准确地回答客户的问题。你只需几分钟就可以在自己的网站上进行训练和部署。终于，不需要人工来回答80%的一级支持问题了！😮‍💨<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/2WIZJYAKMWWWAP?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/quidget?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2b8dcb98-970b-4e44-a56d-aa7a9de82b72.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Quidget"></p><p><strong>关键词</strong>：Quidget, 人工智能, 聊天构建器, 客户支持, 解决方案, 知识库, 自动回答, 80%问题处理, 快速部署, 客户服务, 技术支持, AI聊天<br><strong>票数</strong>: 🔺150<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="14-AI-Dictionary"><a href="#14-AI-Dictionary" class="headerlink" title="14. AI Dictionary"></a><a href="https://www.producthunt.com/posts/ai-dictionary?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. AI Dictionary</a></h2><p><strong>标语</strong>：重新定义词汇的乐趣：每一个词，都是一个新的惊喜<br><strong>介绍</strong>：探索AI词典——让你畅游有趣独特的语言世界！在这里，你可以发现幽默的定义，解读短语，理解50多种语言的俚语。边学习边欢笑，感受词汇的奇妙变化。告别无聊的词典吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AW6LNTCP2ZMTEQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/ai-dictionary?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/aaf840c9-7f59-492c-a8cd-49b61af1e380.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="AI Dictionary"></p><p><strong>关键词</strong>：AI字典, 语言探索, 趣味定义, 50种语言, 解码短语, 理解俚语, 独特词汇, 学习乐趣, 有趣字典, 重新定义词汇,<br><strong>票数</strong>: 🔺147<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="15-Attestiv-Video"><a href="#15-Attestiv-Video" class="headerlink" title="15. Attestiv Video"></a><a href="https://www.producthunt.com/posts/attestiv-video?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Attestiv Video</a></h2><p><strong>标语</strong>：利用人工智能分析识别深度伪造视频和操控视频<br><strong>介绍</strong>：快速识别社交媒体上视频或网址中的深度伪造和编辑。结果包括一个总体怀疑分数、播放过程中实时评分以及基于时间的图表，显示不同类型的编辑或生成情况。免费计划每月可处理10个视频。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/2XGHCDKY65HU5A?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/attestiv-video?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/71eaceea-2097-41c0-a5b8-066a050f37eb.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Attestiv Video"></p><p><strong>关键词</strong>：Attestiv Video, 深度伪造, 视频分析, 人工智能, 视频识别, 社交媒体, 操纵视频, 怀疑评分, 实时评分, 时间图表, 免费计划, 每月10个视频<br><strong>票数</strong>: 🔺144<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="16-Push-App"><a href="#16-Push-App" class="headerlink" title="16. Push App"></a><a href="https://www.producthunt.com/posts/push-app?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. Push App</a></h2><p><strong>标语</strong>：简化团队开支<br><strong>介绍</strong>：旨在简化团队开支的管理和追踪，特别是在旅行期间。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4ITK6L7HLWD2XC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/push-app?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/75b0b9fc-5b36-4901-b521-80ef661a0c10.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Push App"></p><p><strong>关键词</strong>：Push App, 简化, 团体开支, 管理, 追踪, 旅行, 开支管理, 便捷, 费用分摊, 应用程序<br><strong>票数</strong>: 🔺142<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="17-Lead-Sources"><a href="#17-Lead-Sources" class="headerlink" title="17. Lead Sources"></a><a href="https://www.producthunt.com/posts/lead-sources?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. Lead Sources</a></h2><p><strong>标语</strong>：潜在客户来源追踪<br><strong>介绍</strong>：一个简单的工具，可以直接在表单中捕捉潜在客户的来源：</p><ul><li>跟踪所有渠道（无论是自然流量还是付费广告）</li><li>将潜在客户分为9个预设渠道</li><li>最多可以追踪7个潜在客户来源的数据</li><li>与大多数表单制作工具兼容<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UFOMW7BSTYKXS7?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/lead-sources?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></li></ul><p><img src="https://ph-files.imgix.net/68bcf447-61b8-411b-a218-8f80d8fed786.webp?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Lead Sources"></p><p><strong>关键词</strong>：线索来源, 线索来源跟踪, 简单工具, 捕捉线索来源, 追踪所有渠道, 有机渠道, 付费渠道, 线索细分, 9个预定义渠道,<br><strong>票数</strong>: 🔺123<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="18-SoloDesign-OS"><a href="#18-SoloDesign-OS" class="headerlink" title="18. SoloDesign OS"></a><a href="https://www.producthunt.com/posts/solodesign-os?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. SoloDesign OS</a></h2><p><strong>标语</strong>：改变你的设计职业生涯，战胜自我怀疑<br><strong>介绍</strong>：一个坚如磐石、无懈可击的备份系统，帮助你战胜冒名顶替综合症，让你专注于设计的精湛技艺。自信地掌握你的技能，提升创造力和生产力，达到前所未有的设计成就。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GDFXM2SWCIMNTS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/solodesign-os?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a681fda7-7115-4c6b-87c9-13c6e4d5515b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="SoloDesign OS"></p><p><strong>关键词</strong>：SoloDesign OS, 设计职业, 克服冒名顶替综合症, 设计能力提升, 自信创作, 创造力, 生产力, 设计工作, 备份系统, 设计大师, 专业<br><strong>票数</strong>: 🔺108<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="19-Roast-My-Friend"><a href="#19-Roast-My-Friend" class="headerlink" title="19. Roast My Friend"></a><a href="https://www.producthunt.com/posts/roast-my-friend?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Roast My Friend</a></h2><p><strong>标语</strong>：没梗了？试试我的应用，给朋友来一波吐槽吧！<br><strong>介绍</strong>：《调侃我的朋友》是一个搞笑的网页应用，让你可以为朋友生成轻松幽默的调侃笑话。这个应用非常适合在聚会时活跃气氛或打破僵局，它通过提示来创作既搞笑又机智的调侃段子。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/RIPHPILE7H4Y4I?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/roast-my-friend?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e7c2ae09-04d5-4b37-94a8-f205309f4cdb.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Roast My Friend"></p><p><strong>关键词</strong>：朋友吐槽, 轻松搞笑, 个性化吐槽, 幽默应用, 社交娱乐, 吐槽生成器, 破冰工具, 聚会趣味, 笑话创作, 友<br><strong>票数</strong>: 🔺79<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="20-Xpo-Fairs"><a href="#20-Xpo-Fairs" class="headerlink" title="20. Xpo Fairs"></a><a href="https://www.producthunt.com/posts/xpo-fairs?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. Xpo Fairs</a></h2><p><strong>标语</strong>：终于来了！真正有效的在线展会<br><strong>介绍</strong>：我们找到了一种让贸易展会变得更快、更简单、更便宜且更好的方法，既对参展商有利，也对访客有益。我们的网络应用程序可以实时举办完全互动的贸易展，参与者都是实际的人。欢迎来到国际B2B贸易的未来！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AOIMNG4SVNG5X7?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/xpo-fairs?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/52353522-f747-4de8-9fcc-8316cc9f8d7b.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Xpo Fairs"></p><p><strong>关键词</strong>：Xpo Fairs, 在线展会, 贸易展, B2B交易, 互动展会, 实时展览, 展商, 参观者, 贸易活动, 网络应用, 国际贸易, 更快更便<br><strong>票数</strong>: 🔺77<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="21-MatchHack"><a href="#21-MatchHack" class="headerlink" title="21. MatchHack"></a><a href="https://www.producthunt.com/posts/matchhack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. MatchHack</a></h2><p><strong>标语</strong>：约会应用的AI助手<br><strong>介绍</strong>：MatchHack会分析你在约会应用上的配对情况，并生成个性化且引人入胜的消息。这样可以提升你留下良好第一印象和开启有意义对话的机会。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZLRPF6C2JJETBI?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/matchhack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/99cadc88-ff28-410f-9c4a-dc1691f7785b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="MatchHack"></p><p><strong>关键词</strong>：约会应用, AI助手, 消息生成, 个性化沟通, 提升约会成功率, 第一印象, 有意义的对话, 匹配分析, 约会技巧, 聊天助手<br><strong>票数</strong>: 🔺50<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="22-Wavify"><a href="#22-Wavify" class="headerlink" title="22. Wavify"></a><a href="https://www.producthunt.com/posts/wavify?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. Wavify</a></h2><p><strong>标语</strong>：可以在任何地方运行的设备内语音人工智能模型<br><strong>介绍</strong>：Wavify 是一款用于设备端语音人工智能的库。软件工程师可以将语音识别和唤醒词检测等功能嵌入到任何硬件上运行的任何软件中。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VZPS4C4BUCMC5H?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/wavify?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/26c77e73-8f1d-4b79-91d6-b73393e8d6d8.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Wavify"></p><p><strong>关键词</strong>：Wavify, 语音AI, 设备端, 语音识别, 唤醒词检测, 嵌入功能, 软件工程师, 硬件兼容, AI模型, 语音处理<br><strong>票数</strong>: 🔺46<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="23-ContentPlay-Business-Books-Gamified"><a href="#23-ContentPlay-Business-Books-Gamified" class="headerlink" title="23. ContentPlay - Business Books. Gamified."></a><a href="https://www.producthunt.com/posts/contentplay-business-books-gamified?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. ContentPlay - Business Books. Gamified.</a></h2><p><strong>标语</strong>：在不阅读书籍的情况下，如何应用商业书籍中的教训呢？这里有一些方法可以帮助你：</p><ol><li><strong>寻找摘要和评论</strong>：许多网站和视频会对商业书籍进行总结和评论，帮助你快速了解书中的主要观点和教训。</li><li><strong>关注核心概念</strong>：很多商业书籍都围绕几个核心理念展开，了解这些关键概念可以让你在实际工作中灵活应用。</li><li><strong>借鉴成功案例</strong>：许多书籍会通过真实的案例来说明观点，寻找这些案例并分析其中的成功因素，能帮助你从中获得启发。</li><li><strong>参与在线讨论</strong>：加入一些商业书籍的讨论小组或论坛，听取他人的见解和经验分享，可以让你在不读书的情况下收获很多。</li><li><strong>应用到实际中</strong>：将你了解到的商业理念尝试应用到自己的工作或生活中，实践是最好的老师。</li></ol><p>通过这些方式，即使不读书，你依然可以吸收并运用商业书籍中的智慧。<br><strong>介绍</strong>：如果你和我一样，可能会发现很难记住商业书籍中的重要课程。书籍摘要可以节省时间，但也就仅此而已。那么，如果有一款应用程序，让你可以在不阅读书籍的情况下，直接应用商业书籍的知识，那该多好啊！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/C46MNFOJQNYJM5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/contentplay-business-books-gamified?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/99284eb9-84cc-4aa5-a701-79e284d29d72.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ContentPlay - Business Books. Gamified."></p><p><strong>关键词</strong>：商业书籍, 内容应用, 游戏化学习, 书籍摘要, 知识应用, 时间节省, 学习工具, 商业知识, 记忆技巧, 实用应用<br><strong>票数</strong>: 🔺44<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="24-LeadShark"><a href="#24-LeadShark" class="headerlink" title="24. LeadShark"></a><a href="https://www.producthunt.com/posts/leadshark?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. LeadShark</a></h2><p><strong>标语</strong>：LinkedIn潜在客户吸引工具自动化运行 🦈<br><strong>介绍</strong>：通过自动化处理LinkedIn上的私信，您可以针对特定关键词的评论，向评论者发送自动消息，吸引潜在客户。您可以自定义私信模板，选择多种回复选项，并轻松启动这一过程！如果尚未互相关注，还可以自动与对方建立连接。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NYR7QXVT4BWWZZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/leadshark?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b59f7760-00a9-4e92-9412-48f2b958b573.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="LeadShark"></p><p><strong>关键词</strong>：LeadShark, LinkedIn, 引流工具, 自动化, 私信, DM, 关键词, 评论, 自定义模板, 多重回复选项, 自动连接, 营销工具, 潜在客户, 社交媒体<br><strong>票数</strong>: 🔺35<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="25-Rippledesk"><a href="#25-Rippledesk" class="headerlink" title="25. Rippledesk"></a><a href="https://www.producthunt.com/posts/rippledesk?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. Rippledesk</a></h2><p><strong>标语</strong>：团队协作商务电话<br><strong>介绍</strong>：通过提供免费的互联网电话服务或专属的商务电话号码，与客户保持互动。这些号码不仅可以拨打电话，还支持短信功能。你可以轻松嵌入一个浮动的电话小工具，设置欢迎信息，管理营业时间，录音通话，处理语音邮件，互动语音应答（IVR）等功能。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5KGEZP62G2JWMC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/rippledesk?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0d0eadf5-aef6-43cb-8e88-6036bea1cec5.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Rippledesk"></p><p><strong>关键词</strong>：Rippledesk, 团队电话, 协作商务电话, 免费互联网电话, 商务电话号码, 通话和短信功能, 浮动电话小部件, 欢迎消息, 管理营业时间, 录音通话<br><strong>票数</strong>: 🔺23<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="26-BizBoom-ai"><a href="#26-BizBoom-ai" class="headerlink" title="26. BizBoom.ai"></a><a href="https://www.producthunt.com/posts/bizboom-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. BizBoom.ai</a></h2><p><strong>标语</strong>：AI驱动的电商产品推广视频网址<br><strong>介绍</strong>：BizBoom.ai 让制作产品视频变得轻而易举。只需输入你的产品链接，平台就会自动利用你的产品图片和详细信息生成专业的视频。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/2676Q7V3YZMY4M?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/bizboom-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/cd70f6b9-80c6-41f6-9b21-0defd48cd1db.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="BizBoom.ai"></p><p><strong>关键词</strong>：BizBoom.ai, 产品视频制作, AI视频生成, 电子商务视频, 自动化视频, 产品链接, 专业视频, 产品图片, 视频推广, 易用平台<br><strong>票数</strong>: 🔺23<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="27-Joyful-Outlines"><a href="#27-Joyful-Outlines" class="headerlink" title="27. Joyful Outlines"></a><a href="https://www.producthunt.com/posts/joyful-outlines?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. Joyful Outlines</a></h2><p><strong>标语</strong>：儿童创意绘画应用<br><strong>介绍</strong>：《快乐轮廓》是一个有趣又富有教育意义的儿童绘画应用。它提供了太空、动物和食物等主题，让孩子们可以在一个安全、无干扰的环境中探索、创造和玩耍。这是激发创造力和好奇心的完美方式。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/MHCSAYDUOTYUUT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/joyful-outlines?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2e0964bd-b532-4683-8df7-be98639d515b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Joyful Outlines"></p><p><strong>关键词</strong>：快乐轮廓, 创意绘画应用, 儿童绘画, 教育应用, 太空主题, 动物主题, 食物主题, 探索创造, 安全环境, 激发创造力, 激发好<br><strong>票数</strong>: 🔺22<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="28-OnboardSDK"><a href="#28-OnboardSDK" class="headerlink" title="28. OnboardSDK"></a><a href="https://www.producthunt.com/posts/onboardsdk?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. OnboardSDK</a></h2><p><strong>标语</strong>：让用户在几分钟内上手，而不是几天。<br><strong>介绍</strong>：OnboardSDK 是一个开发工具包，里面包含了构建用户引导所需的一切。让你从创意到上线，只需 5 分钟！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/EOVO2SW4O7UE76?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/onboardsdk?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/37304697-70c2-48bb-a4af-6e55b35d0ddd.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="OnboardSDK"></p><p><strong>关键词</strong>：OnboardSDK, 用户引导, 快速上手, SDK, 上线, 5分钟, 产品开发, 用户体验, 技术解决方案, 效率提升<br><strong>票数</strong>: 🔺22<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="29-Heartbeat"><a href="#29-Heartbeat" class="headerlink" title="29. Heartbeat"></a><a href="https://www.producthunt.com/posts/heartbeat-5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. Heartbeat</a></h2><p><strong>标语</strong>：同理心人工智能为亲人呼唤关怀与幸福<br><strong>介绍</strong>：Heartbeat是一款由人工智能驱动的产品，旨在关心你所爱的人，为你带来安心。你可以设定沟通主题、频率等，了解他们的心理和身体健康状况。还可以收到详细的报告，让你能够自信地采取下一步行动！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/POMGKPYUA5QWEX?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/heartbeat-5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/bc75a865-e0a3-4899-bc73-491ef92741e3.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Heartbeat"></p><p><strong>关键词</strong>：心跳, 人工智能, 关心亲人, 心理健康, 身体健康, 安全感, 监测, 报告, 亲情, 情感AI, 关怀, 生活质量,<br><strong>票数</strong>: 🔺21<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr><h2 id="30-PanelHub"><a href="#30-PanelHub" class="headerlink" title="30. PanelHub"></a><a href="https://www.producthunt.com/posts/panelhub?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. PanelHub</a></h2><p><strong>标语</strong>：你的营销方式是错的！<br><strong>介绍</strong>：你一个个地推广你的网站… 不如一次性推广所有网站！为你的所有网站制作可定制的面板。设置简单：只需粘贴一行代码！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JSK4V4U2FMGGJS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/panelhub?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/83eaf2c4-559b-4e0e-b870-296ac290fa36.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="PanelHub"></p><p><strong>关键词</strong>：PanelHub, 营销, 市场推广, 一键营销, 自定义面板, 网站管理, 简易设置, 代码片段, 多站点营销, 效率提升<br><strong>票数</strong>: 🔺20<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月30日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-10-01/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-10-01/"/>
    <published>2024-10-01T11:00:42.137Z</published>
    <summary>
      <![CDATA[<h1 id="PH今日热榜-2024-10-01"><a href="#PH今日热榜-2024-10-01" class="headerlink" title="PH今日热榜 | 2024-10-01"></a>PH今日热榜 | 2024-10-01</h1><h2 id="1]]>
    </summary>
    <title>PH今日热榜 | 2024-10-01</title>
    <updated>2024-10-01T11:00:43.126Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h1 id="PH今日热榜-2024-09-30"><a href="#PH今日热榜-2024-09-30" class="headerlink" title="PH今日热榜 | 2024-09-30"></a>PH今日热榜 | 2024-09-30</h1><h2 id="1-Sensay-Replicas"><a href="#1-Sensay-Replicas" class="headerlink" title="1. Sensay Replicas"></a><a href="https://www.producthunt.com/posts/sensay-replicas?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. Sensay Replicas</a></h2><p><strong>标语</strong>：利用人工智能推动成长：轻松获取知识，任务顺畅无阻<br><strong>介绍</strong>：Sensay.io 通过人工智能复制品帮助企业和个人保存知识和自动化任务。借助这个平台，您可以轻松提升生产力，简化工作流程，并确保业务的连续性。无论是通过文字、语音还是视频，Sensay.io 提供全天候的支持和互动。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DPGK6KZ2GI736F?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/sensay-replicas?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9322c21e-4689-4ee2-afd6-10c160762b47.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Sensay Replicas"></p><p><strong>关键词</strong>：Sensay复刻品, 人工智能, 知识管理, 自动化任务, 提高生产力, 流程优化, 业务连续性, 24&#x2F;7支持, 文本, 语音, 视频互动<br><strong>票数</strong>: 🔺594<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="2-Highlighter"><a href="#2-Highlighter" class="headerlink" title="2. Highlighter"></a><a href="https://www.producthunt.com/posts/highlighter-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Highlighter</a></h2><p><strong>标语</strong>：瞬间将任何视频转换为精彩集锦！<br><strong>介绍</strong>：Augie Studio的高亮工具让提取社交视频亮点变得快速而简单。只需上传视频，设置提示，然后让Augie自动突出最佳时刻。这真是制作和分享社交视频的最快方式！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/O7SZC3LZGAEGL5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/highlighter-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2e7efffc-8485-4b1d-ad22-b0b6e208fd0d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Highlighter"></p><p><strong>关键词</strong>：荧光笔, 视频高亮, 视频剪辑, 社交视频, 快速制作, 自动提取精彩瞬间, Augie Studio, 视频分享, 视频编辑工具, 高效视频制作<br><strong>票数</strong>: 🔺437<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="3-neoSVG-3"><a href="#3-neoSVG-3" class="headerlink" title="3. neoSVG 3"></a><a href="https://www.producthunt.com/posts/neosvg-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. neoSVG 3</a></h2><p><strong>标语</strong>：我们旗舰的文本转SVG模型的下一代版本<br><strong>介绍</strong>：介绍neoSVG 3和neoSVG Pro 2——我们最新的旗舰产品，为您带来终极SVG创作体验。<br>• 下一代AI矢量引擎<br>• 多语言提示支持<br>• 优化的贝塞尔曲线<br>• 高级SVG路径曲线匹配</p><p>矢量艺术的未来就在这里！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZHEUP6EZU7C64F?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/neosvg-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a5d02548-ea0d-4ecc-848c-9747933e0fe3.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="neoSVG 3"></p><p><strong>关键词</strong>：neoSVG 3, SVG创建, 矢量艺术, 下一代, AI矢量引擎, 多语言支持, 增强贝塞尔曲线, 高级SVG路径曲线匹配, 旗舰模型<br><strong>票数</strong>: 🔺244<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="4-Fixtured"><a href="#4-Fixtured" class="headerlink" title="4. Fixtured "></a><a href="https://www.producthunt.com/posts/fixtured?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Fixtured </a></h2><p><strong>标语</strong>：你的运动安排<br><strong>介绍</strong>：Fixtured是一个全面的体育日历，帮助你轻松掌握各项赛事的时间安排。现在，Fixtured覆盖了超过50项比赛，涉及足球、篮球、棒球、美式足球、冰球和橄榄球等运动项目。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FPSU5FMHEFLLWG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fixtured?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/72d1c5a2-6312-48f3-b9fb-c8bc48209b8a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Fixtured "></p><p><strong>关键词</strong>：Fixtured, 体育日历, 运动日程, 足球, 篮球, 棒球, 美式足球, 冰球, 橄榄球, 赛事安排, 竞争信息, 体育管理,<br><strong>票数</strong>: 🔺207<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="5-CassetteOne"><a href="#5-CassetteOne" class="headerlink" title="5. CassetteOne"></a><a href="https://www.producthunt.com/posts/cassetteone?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. CassetteOne</a></h2><p><strong>标语</strong>：复古设计氛围与音乐<br><strong>介绍</strong>：CassetteOne是一款复古风格的音乐播放器，模拟了老式的磁带播放器。你可以用它播放内置的白噪音，或者连接Apple Music来播放你自己的播放列表。此外，它还提供了多种界面主题供你选择。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4MPN7WSIQLNUF4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/cassetteone?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/69fefcb1-7783-4a2a-9438-3c801a5c7462.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="CassetteOne"></p><p><strong>关键词</strong>：卡带播放器, 复古设计, 音乐播放器, 白噪音, Apple Music, 播放列表, 界面主题, 复古音响, 音乐享受, 便携式播放器<br><strong>票数</strong>: 🔺192<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="6-edCode"><a href="#6-edCode" class="headerlink" title="6. edCode"></a><a href="https://www.producthunt.com/posts/edcode?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. edCode</a></h2><p><strong>标语</strong>：一种免费的、有趣的、有效的学习编程的方法。<br><strong>介绍</strong>：edCode是学习编程最简单的方法。无论你身在何处、使用什么设备，都能随时随地学习你所需的知识。我们的课程灵感来源于Duolingo，采用简短易懂的形式，让你可以随时随地轻松学习编程。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZFNYX3Y6MENRTE?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/edcode?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5ac2dc4b-16f8-42b0-8ce2-06d7e410116a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="edCode"></p><p><strong>关键词</strong>：edCode, 编程学习, 免费学习, 有趣编程, 高效编程, 在线学习, 任何设备, 随时随地, 短小课程, Duolingo灵感, 移动学习,<br><strong>票数</strong>: 🔺161<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="7-Landing-Analyze"><a href="#7-Landing-Analyze" class="headerlink" title="7. Landing Analyze"></a><a href="https://www.producthunt.com/posts/landing-analyze?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. Landing Analyze</a></h2><p><strong>标语</strong>：100% 免费的着陆页分析工具<br><strong>介绍</strong>：对你的着陆页进行详细分析，包括文案、设计等方面，以提高你的转化率。使用完全免费，无需注册。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/OO2KYRFG3FOYRZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/landing-analyze?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/409007c8-cae3-4f28-be61-9c2477517f36.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Landing Analyze"></p><p><strong>关键词</strong>：着陆页分析, 免费工具, 登陆页面, 转换率提升, 设计分析, 文案分析, 无需注册, 详细分析, 营销工具, 用户体验优化<br><strong>票数</strong>: 🔺158<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="8-RestoApp"><a href="#8-RestoApp" class="headerlink" title="8. RestoApp"></a><a href="https://www.producthunt.com/posts/restoapp?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. RestoApp</a></h2><p><strong>标语</strong>：开源的移动应用和网站，用于食品配送服务<br><strong>介绍</strong>：我们的开源平台让您无需开发人员，就能轻松建立一个食品配送服务，使用可视化编程工具。此外，我们还提供资助！我们的团队会为您创建网站，并在我们的云端进行托管——只需发送相关材料，其余的工作就交给我们吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WKHOD7VJ7SX5VV?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/restoapp?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/f8f36a52-86a8-472f-a46e-ad355cff629a.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="RestoApp"></p><p><strong>关键词</strong>：RestoApp, 开源移动应用, 餐饮外卖服务, 可视化编程工具, 无需开发者, 食品配送平台, 网站建设, 云托管, 资助, 食品外送解决<br><strong>票数</strong>: 🔺148<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="9-Log-Cabin"><a href="#9-Log-Cabin" class="headerlink" title="9. Log Cabin"></a><a href="https://www.producthunt.com/posts/log-cabin-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. Log Cabin</a></h2><p><strong>标语</strong>：开始记录你的经历<br><strong>介绍</strong>：Log Cabin 是一款应用程序，可以帮助你记录任何感兴趣的事情，比如餐厅、电影、健身等。通过统计分析，你还能从这些日志中获得深入的见解。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HGQY4TSSINMXUJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/log-cabin-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/342a713d-9199-47b4-809d-e82c6399f7be.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Log Cabin"></p><p><strong>关键词</strong>：日志小屋, 体验记录, 应用程序, 数据分析, 餐厅, 电影, 锻炼, 统计分析, 个人日志, 兴趣追踪<br><strong>票数</strong>: 🔺135<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="10-Prompt-Llama"><a href="#10-Prompt-Llama" class="headerlink" title="10. Prompt Llama"></a><a href="https://www.producthunt.com/posts/prompt-llama?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. Prompt Llama</a></h2><p><strong>标语</strong>：测试不同模型在给定提示下的表现。<br><strong>介绍</strong>：收集高质量的文本到图像的提示，并使用相同的提示测试不同模型的表现。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/XDZD4O6TMTWILO?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/prompt-llama?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/03574602-1952-4197-8469-6e87d66b1f19.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Prompt Llama"></p><p><strong>关键词</strong>：Prompt Llama, 高质量文本到图像提示, 不同模型性能测试, 提示收集, 模型比较, 图像生成, 文本提示, 机器学习, AI模型, 创意生成<br><strong>票数</strong>: 🔺127<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="11-Kitchen-Savvy-App"><a href="#11-Kitchen-Savvy-App" class="headerlink" title="11. Kitchen Savvy App"></a><a href="https://www.producthunt.com/posts/kitchen-savvy-app?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Kitchen Savvy App</a></h2><p><strong>标语</strong>：美好的用餐时光只需点击一下。<br><strong>介绍</strong>：Kitchen Savvy 是一款智能应用，它利用人工智能技术，根据你的口味、饮食需求和日程安排，为你提供个性化的食谱建议，让你轻松愉快地进行餐食规划和烹饪。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KMVHG22M3GW5EI?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/kitchen-savvy-app?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c7215ff6-6230-47d7-bbde-b7b9c8003f44.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Kitchen Savvy App"></p><p><strong>关键词</strong>：厨房智能应用, 餐点规划, 智能食谱, 个性化推荐, 轻松烹饪, 饮食需求, 便捷美食, 餐点愉悦, AI助手<br><strong>票数</strong>: 🔺112<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="12-100-GPTs"><a href="#12-100-GPTs" class="headerlink" title="12. 100+ GPTs"></a><a href="https://www.producthunt.com/posts/100-gpts?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. 100+ GPTs</a></h2><p><strong>标语</strong>：释放人工智能的力量，体验100多个精心设计的GPT模型。<br><strong>介绍</strong>：100+ GPTs 是一套经过精心设计的人工智能工具，由一位经验丰富的提示工程师打造。无论你需要内容创作、图形设计，还是头脑风暴，这些 GPTs 都能瞬间提升你的工作效率。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UBSY7VRDQ3C2YT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/100-gpts?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5c4557f8-f658-4fa9-9434-08a2c1d01a51.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="100+ GPTs"></p><p><strong>关键词</strong>：AI工具, GPT, 内容创作, 图形设计, 头脑风暴, 生产力提升, 人工智能, 专业设计, 经验丰富, 促使工程师, 100多个GPT<br><strong>票数</strong>: 🔺95<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="13-ChatGPT-o1"><a href="#13-ChatGPT-o1" class="headerlink" title="13. ChatGPT o1"></a><a href="https://www.producthunt.com/posts/chatgpt-o1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. ChatGPT o1</a></h2><p><strong>标语</strong>：在线与OpenAI聊天<br><strong>介绍</strong>：ChatGPT o1 提供了 o1-Mini 和 o1-Preview 两种功能，专门用于解决复杂问题，比如编程、数学和战略开发。用户可以利用这款人工智能的能力，处理教育、数学和软件开发等领域的高难度场景。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7L2OI6VTLK7BZF?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/chatgpt-o1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/7420143d-09bd-412a-8d68-86a13c4af984.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ChatGPT o1"></p><p><strong>关键词</strong>：ChatGPT o1, 在线聊天, OpenAI, o1-Mini, o1-Preview, 复杂问题解决, 编程, 数学, 策略开发, 教育, 软件开发, 人工智能, 高级场<br><strong>票数</strong>: 🔺44<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="14-iPhone-16-mockups"><a href="#14-iPhone-16-mockups" class="headerlink" title="14. iPhone 16 mockups"></a><a href="https://www.producthunt.com/posts/iphone-16-mockups?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. iPhone 16 mockups</a></h2><p><strong>标语</strong>：BrandBird提供的iPhone 16设备免费模型生成器<br><strong>介绍</strong>：使用这个免费的在线生成器，您可以轻松创建令人惊艳的iPhone 16、iPhone 16 Plus、iPhone 16 Pro和iPhone 16 Pro Max的效果图。它涵盖了所有型号和颜色，完全免费（没有水印）。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NBOH6OFBK7NISL?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/iphone-16-mockups?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1466d81b-3e88-4172-8caf-60d0f9a87ff1.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="iPhone 16 mockups"></p><p><strong>关键词</strong>：iPhone 16 模型, 免费模型生成器, iPhone 16 Plus, iPhone 16 Pro, iPhone 16 Pro Max, 在线生成, 模型制作, 无水印, 所有型号, 所有颜色,<br><strong>票数</strong>: 🔺28<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="15-Gumroad-Payout-Tracker"><a href="#15-Gumroad-Payout-Tracker" class="headerlink" title="15. Gumroad Payout Tracker"></a><a href="https://www.producthunt.com/posts/gumroad-payout-tracker?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Gumroad Payout Tracker</a></h2><p><strong>标语</strong>：一个完整的解决方案，用于跟踪Gumroad的付款、费用等信息。<br><strong>介绍</strong>：Gumroad付款跟踪器让您轻松管理和分析Gumroad的付款情况，提供详细的图表和可视化数据分析。它非常适合数字创作者和企业家，帮助他们轻松整理财务数据。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/PAAZTGHL23OIKE?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/gumroad-payout-tracker?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8d9e9529-53a0-473c-9f5d-345a8d65fac5.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Gumroad Payout Tracker"></p><p><strong>关键词</strong>：Gumroad, 收益追踪, 财务管理, 数字创作者, 企业家, 数据分析, 费用跟踪, 可视化数据, 财务数据, 简化管理<br><strong>票数</strong>: 🔺24<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="16-LifeX"><a href="#16-LifeX" class="headerlink" title="16. LifeX"></a><a href="https://www.producthunt.com/posts/lifex?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. LifeX</a></h2><p><strong>标语</strong>：掌控你的人生<br><strong>介绍</strong>：LifeX 是一款全面的应用程序，旨在帮助用户轻松管理生活。它提供了涵盖日常工作效率、个人成长和组织管理等各个方面的必备工具。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FG7BAMQJWW564N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/lifex?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/964df1c4-f87f-4452-a050-4576edcfb33f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="LifeX"></p><p><strong>关键词</strong>：LifeX, 生活管理, 个人成长, 日常生产力, 组织工具, 应用程序, 生活掌控, 助手应用, 任务管理, 生活规划<br><strong>票数</strong>: 🔺23<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="17-NextWrapper"><a href="#17-NextWrapper" class="headerlink" title="17. NextWrapper"></a><a href="https://www.producthunt.com/posts/nextwrapper?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. NextWrapper</a></h2><p><strong>标语</strong>：在几天内构建SaaS、人工智能工具和网页应用，而不是几个月。<br><strong>介绍</strong>：一个基于AI的NextJS模板，帮助你在几天内构建自己的SaaS、AI工具或任何网页应用，而不是几个月。别再浪费时间去搭建各种基础设施，利用AI快速启动你的创业项目吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ACHJGT6ZO7KK7V?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/nextwrapper?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/38164a4a-a65d-4c57-a6a8-ab798e70e524.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="NextWrapper"></p><p><strong>关键词</strong>：NextWrapper, SaaS, AI工具, Web应用, NextJS, 人工智能, 快速开发, 启动工具, 开发框架, 自动化, 创业, 高效, 省时, 现代应用,<br><strong>票数</strong>: 🔺22<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="18-LeadsOnTrees-Databases-Tools"><a href="#18-LeadsOnTrees-Databases-Tools" class="headerlink" title="18. LeadsOnTrees - Databases &amp; Tools"></a><a href="https://www.producthunt.com/posts/leadsontrees-databases-tools?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. LeadsOnTrees - Databases &amp; Tools</a></h2><p><strong>标语</strong>：AI Reddit 营销生成器<br><strong>介绍</strong>：Reddit是一个发布内容的宝库，但寻找和分析合适的子版块以获取内容建议往往耗时耗力。LeadsOnTrees推出了AI Reddit代理，它会研究你的网站，并推荐适合发布的子版块！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/O4BPJTSD5P7PCY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/leadsontrees-databases-tools?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/42ba085b-afd6-4fed-a7d7-92743a5e149d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="LeadsOnTrees - Databases &amp; Tools"></p><p><strong>关键词</strong>：LeadsOnTrees, 数据库, 工具, AI, Reddit, 营销生成器, 内容建议, 分析, 子版块, 网站研究, 发表建议, 社交媒体营销<br><strong>票数</strong>: 🔺20<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="19-Market-Validation-Tracker"><a href="#19-Market-Validation-Tracker" class="headerlink" title="19. Market Validation Tracker"></a><a href="https://www.producthunt.com/posts/market-validation-tracker?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Market Validation Tracker</a></h2><p><strong>标语</strong>：别再猜了——现在就验证你的市场！<br><strong>介绍</strong>：市场验证追踪器是将创意转化为洞见的得力工具。您可以轻松收集、分析和验证市场数据，从而确保您的商业决策有真实证据支持，助您自信地启动项目！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/2XKJNYILCSBR4O?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/market-validation-tracker?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/232b812b-9b33-4028-9348-47351bae3514.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Market Validation Tracker"></p><p><strong>关键词</strong>：市场验证跟踪器, 停止猜测, 验证市场, 数据分析工具, 商业决策, 市场数据收集, 启动信心, 创意转化, 市场洞察, 真实<br><strong>票数</strong>: 🔺19<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="20-ExoTest"><a href="#20-ExoTest" class="headerlink" title="20. ExoTest"></a><a href="https://www.producthunt.com/posts/exotest?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. ExoTest</a></h2><p><strong>标语</strong>：在你启动创业项目之前，先获取首批用户和反馈。<br><strong>介绍</strong>：从真实用户那里获取产品反馈。我们帮助你找到分析你的登录页面、注册流程和测试产品的用户。在产品上线前获取重要反馈。只需完成一个简短的调查，便能在几小时内收到反馈。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HKPHVQKVTPTGQB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/exotest?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b31ee733-b25b-42a0-9b32-30141ae243d2.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ExoTest"></p><p><strong>关键词</strong>：ExoTest, 用户反馈, 启动前, 产品测试, 登录分析, 登陆页面, 快速调查, 实际用户, 启动反馈, 产品反馈<br><strong>票数</strong>: 🔺19<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="21-Portals-AI-Customer-Support-Agents"><a href="#21-Portals-AI-Customer-Support-Agents" class="headerlink" title="21. Portals AI Customer Support Agents"></a><a href="https://www.producthunt.com/posts/portals-ai-customer-support-agents?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. Portals AI Customer Support Agents</a></h2><p><strong>标语</strong>：在您的网站和平台上提供无缝的客户体验<br><strong>介绍</strong>：Portals提供了一种一体化的客户服务代理，能够快速提升用户满意度和客户留存率。您可以直接在您的网站上链接或嵌入我们托管的、基于人工智能的解决方案，这些解决方案会根据您提供的数据进行定制和调整。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/PCDUUS3DNQRMCH?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/portals-ai-customer-support-agents?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c99aab67-92ca-49a1-a589-01dc54d7871f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Portals AI Customer Support Agents"></p><p><strong>关键词</strong>：Portals AI客服代理, 无缝客户体验, 用户满意度, 客户留存, 嵌入式AI解决方案, 定制化客服, AI驱动的解决方案, 客户支持, 在线客服, 用户<br><strong>票数</strong>: 🔺17<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="22-Launchpad"><a href="#22-Launchpad" class="headerlink" title="22. Launchpad"></a><a href="https://www.producthunt.com/posts/launchpad-5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. Launchpad</a></h2><p><strong>标语</strong>：一个零股权的预加速器，专为“草稿阶段”的创始人设计。<br><strong>介绍</strong>：我们帮助创始人进行客户和公司发展过程的指导，包括对他们的创业想法进行全面的测试和验证，如果有必要，还会调整方向，以确保产品与市场的契合——这一切在他们写下第一行代码之前就已经完成。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/R2XEJSSKM56MII?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/launchpad-5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/68bb8a0e-f867-4708-8656-33a4bbcc48a9.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Launchpad"></p><p><strong>关键词</strong>：Launchpad, 零股权, 前加速器, 创业者, 客户发展, 公司发展, 测试, 验证, 创业想法, 产品市场匹配, 编码前, 创业指导<br><strong>票数</strong>: 🔺17<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="23-Generate-Icons"><a href="#23-Generate-Icons" class="headerlink" title="23. Generate Icons"></a><a href="https://www.producthunt.com/posts/generate-icons?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. Generate Icons</a></h2><p><strong>标语</strong>：用AI在几秒钟内生成图像<br><strong>介绍</strong>：一款可以通过输入提示词，利用人工智能生成图像的应用程序。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JA5EBL5DCOMH53?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/generate-icons?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/119f130f-9029-46bc-bc41-117a8f5ada98.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Generate Icons"></p><p><strong>关键词</strong>：生成图标, AI图像生成, 图像生成应用, 快速创造图像, AI辅助创作, 提示生成图像, 秒级图像生成, 创意图像, 图像生成软件<br><strong>票数</strong>: 🔺17<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="24-SubPage"><a href="#24-SubPage" class="headerlink" title="24. SubPage"></a><a href="https://www.producthunt.com/posts/subpage-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. SubPage</a></h2><p><strong>标语</strong>：页面构建器<br><strong>介绍</strong>：SubPage帮助你创建网页、网站和个人作品集。无需编程技能。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZW57IKZTRGWQTG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/subpage-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4328774e-e8c8-44ea-83f8-abf359964db8.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="SubPage"></p><p><strong>关键词</strong>：SubPage, 页面构建器, 创建页面, 网站建设, 个人作品集, 无需编码技能, 轻松创建, 网站设计工具, 在线页面制作<br><strong>票数</strong>: 🔺15<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="25-ExperienceCraft"><a href="#25-ExperienceCraft" class="headerlink" title="25. ExperienceCraft "></a><a href="https://www.producthunt.com/posts/experiencecraft?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. ExperienceCraft </a></h2><p><strong>标语</strong>：将你的内容转化为体验<br><strong>介绍</strong>：ExperienceCraft是一门全新的学科，专注于创造能够改变人们生活的体验，让他们更加自信和有力量。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UCPBRKEM6YP43I?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/experiencecraft?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/cd8c2b1b-9d47-478c-9513-9edaa4cce21b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ExperienceCraft "></p><p><strong>关键词</strong>：ExperienceCraft, 转变内容, 体验, 变革体验, 增强人们能力, 新学科, 内容创作, 赋能体验<br><strong>票数</strong>: 🔺13<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="26-Sumvideo"><a href="#26-Sumvideo" class="headerlink" title="26. Sumvideo"></a><a href="https://www.producthunt.com/posts/sumvideo?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. Sumvideo</a></h2><p><strong>标语</strong>：一款基于人工智能的YouTube视频摘要Chrome扩展程序。<br><strong>介绍</strong>：AI驱动的YouTube视频摘要工具。几秒钟内为您提供任何YouTube视频的简洁摘要和要点。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ESBC5D6OJDRE2N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/sumvideo?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e5d7ca11-c8e4-427d-ac8c-6cccbc8d803d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Sumvideo"></p><p><strong>关键词</strong>：Sumvideo, AI视频摘要, YouTube视频摘要, Chrome扩展, 视频总结工具, 关键点提取, 秒级摘要, 视频智能分析, YouTube工具, AI技术<br><strong>票数</strong>: 🔺13<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="27-Itswrittenbyai"><a href="#27-Itswrittenbyai" class="headerlink" title="27. Itswrittenbyai"></a><a href="https://www.producthunt.com/posts/itswrittenbyai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. Itswrittenbyai</a></h2><p><strong>标语</strong>：用于检测ChatGPT、Claude和Gemini的人工智能检测器。<br><strong>介绍</strong>：使用itswrittenbyai，您可以快速准确地检测出人工智能生成的文本。确保内容的原创性，并验证文本的真实性。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/EEMQDZ423Z5LVQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/itswrittenbyai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a8e9d430-41ae-4aea-89c8-d9bbbf28e4d7.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Itswrittenbyai"></p><p><strong>关键词</strong>：AI 检测器, ChatGPT, Claude, Gemini, 检测 AI 生成文本, 内容原创性, 验证文本真实性, 快速准确, Itswrittenbyai<br><strong>票数</strong>: 🔺12<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="28-BizPlanner-AI"><a href="#28-BizPlanner-AI" class="headerlink" title="28. BizPlanner AI"></a><a href="https://www.producthunt.com/posts/bizplanner-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. BizPlanner AI</a></h2><p><strong>标语</strong>：在几分钟内撰写专业商业计划，而不是几天。<br><strong>介绍</strong>：Bizplanner AI 帮你省去撰写商业计划书的烦恼。它利用人工智能让整个过程变得简单快捷。几分钟内，你就能得到一份完整的、量身定制的计划书。轻松省力，快速获取一份现成的商业计划书。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ALCBFLDCPHUGFE?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/bizplanner-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1f029961-f5a0-4969-9950-d85ac8cc6675.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="BizPlanner AI"></p><p><strong>关键词</strong>：商业计划, AI, 轻松写作, 快速生成, 定制计划, 专业商业计划, 高效工具, 省时省力, 商业规划, 智能写作, 便捷使用, 创<br><strong>票数</strong>: 🔺12<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="29-Roamazing"><a href="#29-Roamazing" class="headerlink" title="29. Roamazing"></a><a href="https://www.producthunt.com/posts/roamazing?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. Roamazing</a></h2><p><strong>标语</strong>：iOS旅行组织应用程序<br><strong>介绍</strong>：Roamazing是一款旅行组织应用，让你轻松管理与旅行相关的所有事务，无需在多个应用之间切换，一切尽在一个地方搞定。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZXOLJZ2FRBMO3D?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/roamazing?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/fb073673-89a7-408a-ae0d-3ac191fa2c6e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Roamazing"></p><p><strong>关键词</strong>：Roamazing, 旅行组织应用, iOS应用, 旅行管理, 旅行规划, 多功能应用, 旅行助手, 一站式旅行管理<br><strong>票数</strong>: 🔺11<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr><h2 id="30-Remove-Background"><a href="#30-Remove-Background" class="headerlink" title="30. Remove Background"></a><a href="https://www.producthunt.com/posts/remove-background-4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. Remove Background</a></h2><p><strong>标语</strong>：图像背景去除工具<br><strong>介绍</strong>：一键搞定！使用我们的免费AI工具，5秒钟内轻松去除背景，无需手动挑选像素。您可以下载透明PNG格式的图片，或者立即更换背景。快来上传您的照片吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/SX6GWAEQMT3ILE?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/remove-background-4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/67168bea-3305-46e6-bd9c-15f95e9d68ea.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Remove Background"></p><p><strong>关键词</strong>：去除背景,图像背景去除器,一键去除,五秒去背景,免费AI工具,透明PNG下载,快速更换背景,上传照片,魔法去背景<br><strong>票数</strong>: 🔺11<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月29日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-09-30/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-09-30/"/>
    <published>2024-09-30T07:31:59.692Z</published>
    <summary>
      <![CDATA[<h1 id="PH今日热榜-2024-09-30"><a href="#PH今日热榜-2024-09-30" class="headerlink" title="PH今日热榜 | 2024-09-30"></a>PH今日热榜 | 2024-09-30</h1><h2 id="1]]>
    </summary>
    <title>PH今日热榜 | 2024-09-30</title>
    <updated>2024-09-30T07:33:36.309Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h1 id="PH今日热榜-2024-09-29"><a href="#PH今日热榜-2024-09-29" class="headerlink" title="PH今日热榜 | 2024-09-29"></a>PH今日热榜 | 2024-09-29</h1><h2 id="1-PodSnap-AI"><a href="#1-PodSnap-AI" class="headerlink" title="1. PodSnap.AI"></a><a href="https://www.producthunt.com/posts/podsnap-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. PodSnap.AI</a></h2><p><strong>标语</strong>：获取播客节目上线时的摘要。<br><strong>介绍</strong>：PodSnap.AI 是一款人工智能网络应用，它会在播客新剧集发布后，立即为你发送文字和音频摘要。这样，你就能及时了解你喜爱的播客内容，并轻松选择想要收听的剧集。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4GOZR63CPRLASQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/podsnap-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e0cd6eac-615b-4362-80dc-166cc5ef46a5.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="PodSnap.AI"></p><p><strong>关键词</strong>：PodSnap.AI, 播客摘要, AI应用, 播客音频摘要, 实时播客更新, 播客推荐, 播客管理, 播客听取, 摘要生成, 语音<br><strong>票数</strong>: 🔺326<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="2-Tid-Bits-AI"><a href="#2-Tid-Bits-AI" class="headerlink" title="2. Tid Bits AI"></a><a href="https://www.producthunt.com/posts/tid-bits-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Tid Bits AI</a></h2><p><strong>标语</strong>：把废物变成智慧！<br><strong>介绍</strong>：你家里是不是堆了很多用不上的东西，搞不清楚该怎么处理？别担心！TidBits AI 可以帮你把这些“垃圾”变成“宝贝”。只需拍张照片，AI 就能为你提供聪明的创意！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/Y5OAZ66PZUM2G3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tid-bits-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/48c00eaa-8bb8-4809-a952-d99d975a9d21.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Tid Bits AI"></p><p><strong>关键词</strong>：Tid Bits AI, 垃圾变宝, 智能创意, 家居整理, 物品利用, AI 创作, 照片识别, 创新解决方案, 家庭用品再利用, 物<br><strong>票数</strong>: 🔺295<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="3-Lite-App-Launcher"><a href="#3-Lite-App-Launcher" class="headerlink" title="3. Lite: App Launcher"></a><a href="https://www.producthunt.com/posts/lite-app-launcher?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. Lite: App Launcher</a></h2><p><strong>标语</strong>：一个简约的应用启动器，专为你的iPhone设计。<br><strong>介绍</strong>：一个简约的应用启动器，专为你的iPhone设计。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/PSMBFB5AOEREJ2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/lite-app-launcher?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/64d35d2f-65ca-4efd-a7c1-25902b167e5a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Lite: App Launcher"></p><p><strong>关键词</strong>：应用启动器, 简约, iPhone, Lite, 应用程序, 启动器, 手机应用, 轻量级, 用户界面, 移动应用<br><strong>票数</strong>: 🔺250<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="4-Kodan"><a href="#4-Kodan" class="headerlink" title="4. Kōdan"></a><a href="https://www.producthunt.com/posts/kodan?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Kōdan</a></h2><p><strong>标语</strong>：创建你自己的动漫系列<br><strong>介绍</strong>：Kōdan 是一款工具，让你可以通过思维和键盘来创作属于自己的动漫。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/Z2HOI5FNGWNLM6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/kodan?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/da054fa6-baa8-4e7f-837d-61b5823c0543.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Kōdan"></p><p><strong>关键词</strong>：Kōdan, 动漫制作工具, 创建动漫系列, 自制动漫, 动漫创作, 思维与键盘, 动漫设计工具, 创意动漫, 动漫开发<br><strong>票数</strong>: 🔺230<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="5-NotionScheduler"><a href="#5-NotionScheduler" class="headerlink" title="5. NotionScheduler"></a><a href="https://www.producthunt.com/posts/notionscheduler?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. NotionScheduler</a></h2><p><strong>标语</strong>：使用Notion安排社交媒体帖子<br><strong>介绍</strong>：把 Notion 打造成社交媒体巨头！NotionScheduler 让你可以直接从你喜爱的 Notion 工作区安排和发布内容到所有社交媒体平台。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JBZIKR3EJBUEWN?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/notionscheduler?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d2d1e18d-69ce-4546-b829-e001832e435e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="NotionScheduler"></p><p><strong>关键词</strong>：Notion, NotionScheduler, 社交媒体, 内容调度, 社交媒体发布, Notion工作区, 内容管理, 社交媒体工具, 自动发布, 社交平台, 效率工具, 内容日程安排<br><strong>票数</strong>: 🔺207<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="6-Art-Tech"><a href="#6-Art-Tech" class="headerlink" title="6. Art.Tech"></a><a href="https://www.producthunt.com/posts/art-tech?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. Art.Tech</a></h2><p><strong>标语</strong>：创作能够立即为你带来版税的AI数字艺术作品。<br><strong>介绍</strong>：Art.Tech 是一个生成式人工智能平台，它利用了 NFT 和绑定曲线的强大功能。你只需花费不到 50 美分，便可以在不到一分钟的时间内将一个创意转化为可以赚取版税的数字艺术作品。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/PKASVJJYWF7723?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/art-tech?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1bdbd0ea-3dce-4822-a52c-500315aaff95.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Art.Tech"></p><p><strong>关键词</strong>：Art.Tech, 人工智能艺术, 数字艺术, NFT, 版税收入, 创意平台, 生成艺术, 经济实惠, 快速创作, 绑定曲线, 数字资产, 艺术创<br><strong>票数</strong>: 🔺144<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="7-URL2Tailwind"><a href="#7-URL2Tailwind" class="headerlink" title="7. URL2Tailwind"></a><a href="https://www.producthunt.com/posts/url2tailwind?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. URL2Tailwind</a></h2><p><strong>标语</strong>：将任何网址转换为 Tailwind CSS HTML<br><strong>介绍</strong>：只需一键，将任何网址转换为美观的Tailwind CSS HTML文件。快速、简单而强大。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JFRFITTYRURDYW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/url2tailwind?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/eb059652-056c-4ed9-83a8-4096c7870203.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="URL2Tailwind"></p><p><strong>关键词</strong>：URL2Tailwind, URL 转换, Tailwind CSS, HTML 文件, 一键转换, 快速, 简便, 强大, 美观设计<br><strong>票数</strong>: 🔺143<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="8-CodeFlow"><a href="#8-CodeFlow" class="headerlink" title="8. CodeFlow"></a><a href="https://www.producthunt.com/posts/codeflow?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. CodeFlow</a></h2><p><strong>标语</strong>：任何编程语言的即时代码库洞察<br><strong>介绍</strong>：CodeFlow是一个开源平台，旨在帮助开发者、团队和组织快速理解任意代码库。它能够即时提供代码结构、依赖关系和关键见解的概览。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VJ7EXHTVSPNJPA?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/codeflow?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8a46a02b-71df-4bd8-bf8f-abc905b52acf.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="CodeFlow"></p><p><strong>关键词</strong>：代码分析, 开源平台, 开发者工具, 代码结构, 依赖关系, 代码洞察, 团队协作, 组织管理, 编程语言, 快速理解代码<br><strong>票数</strong>: 🔺140<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="9-WorqHat"><a href="#9-WorqHat" class="headerlink" title="9. WorqHat"></a><a href="https://www.producthunt.com/posts/worqhat-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. WorqHat</a></h2><p><strong>标语</strong>：世界级的人工智能模型，助你打造惊艳产品<br><strong>介绍</strong>：我们为企业和成长中的初创公司构建高性能、多模态、安全的私人图像和文本模型，基于开源技术，支持至少750,000个词的上下文窗口。我们的模型在专属的私人工作区中运行，以确保数据安全。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AMGHTKOPSWOBO5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/worqhat-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5a970c2d-fd58-4ae1-a61d-9ec84cdbfc47.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="WorqHat"></p><p><strong>关键词</strong>：WorqHat, 世界级AI模型, 高性能, 多模态, 安全私有, 图像模型, 文本模型, 开源, 企业, 初创公司, 上下文窗口, 数据安全, 私有工作<br><strong>票数</strong>: 🔺124<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="10-Phrase-Log"><a href="#10-Phrase-Log" class="headerlink" title="10. Phrase Log"></a><a href="https://www.producthunt.com/posts/phrase-log?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. Phrase Log</a></h2><p><strong>标语</strong>：带语音和发音的多语言短语应用程序<br><strong>介绍</strong>：PhraseLog 是一款非常实用的旅行伴侣。不论你是在探索新国家，还是想学习新的语言，这款应用都能满足你的需求。它提供了自定义和预设的类别与短语，支持西班牙语、法语、德语、英语、日语等多种语言。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VDJTX5QP5XUOUF?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/phrase-log?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/27b8dbda-34f9-48ec-b0fe-134fae6c409d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Phrase Log"></p><p><strong>关键词</strong>：多语言短语应用, 音频发音, 旅行伴侣, 学习新语言, 短语分类, 西班牙语, 法语, 德语, 英语, 日语, 定制短语,<br><strong>票数</strong>: 🔺119<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="11-Glinks"><a href="#11-Glinks" class="headerlink" title="11. Glinks"></a><a href="https://www.producthunt.com/posts/glinks?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Glinks</a></h2><p><strong>标语</strong>：简单、免费又安全的短链接服务<br><strong>介绍</strong>：简单、安全且免费的链接服务。将冗长的URL缩短为易记的关键字，点击后可以迅速跳转到特定网页。例如：g&#x2F;weekly → <a href="https://docs.google.com/">https://docs.google.com/</a>  go&#x2F;help → <a href="https://servicedesk.company-name.com/">https://servicedesk.company-name.com</a><br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/OZXHVNH6NVUON6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/glinks?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b2bed613-7018-4c9f-b656-02ebb1e017f6.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Glinks"></p><p><strong>关键词</strong>：Glinks, 短链接, 免费链接, 安全链接, URL缩短, 记忆关键词, 网址重定向, 简化链接, 便捷链接, 网络工具<br><strong>票数</strong>: 🔺117<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="12-dMunity"><a href="#12-dMunity" class="headerlink" title="12. dMunity"></a><a href="https://www.producthunt.com/posts/dmunity?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. dMunity</a></h2><p><strong>标语</strong>：只需30秒，轻松创建着陆页！<br><strong>介绍</strong>：创建引人注目且高转化率的着陆页，完美展现你的理念，并且可以在几秒钟内上线——无需任何技术技能。无论你是推出新产品、活动还是服务，dMunity 都让这一切变得轻而易举。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HLSNZBDWS2VJ76?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/dmunity?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/63c464e4-7ca0-4ed3-af08-47388370a50c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="dMunity"></p><p><strong>关键词</strong>：dMunity, 着陆页, 高转化率, 快速创建, 无需技术, 产品发布, 营销活动, 服务推广, 30秒, 精美设计<br><strong>票数</strong>: 🔺104<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="13-PrioriTask"><a href="#13-PrioriTask" class="headerlink" title="13. PrioriTask"></a><a href="https://www.producthunt.com/posts/prioritask?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. PrioriTask</a></h2><p><strong>标语</strong>：适合每个人的个人看板，轻松上手！<br><strong>介绍</strong>：一个简单易用的个人看板。你是否曾经觉得需要一个Scrum或看板来管理个人事务，但市面上的工具要么都是为团队设计，要么使用起来太繁琐？那么PrioriTask可能正是你所需要的应用。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FGBMDSBZJZLCWB?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/prioritask?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9a1dfb74-95da-4432-b4a7-0d03e93777c3.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="PrioriTask"></p><p><strong>关键词</strong>：个人看板, PrioriTask, 任务管理, 简易工具, Scrum看板, Kanban看板, 个人承诺, 项目管理, 易于上手, 个人效率<br><strong>票数</strong>: 🔺100<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="14-EchoPal"><a href="#14-EchoPal" class="headerlink" title="14. EchoPal"></a><a href="https://www.producthunt.com/posts/echopal?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. EchoPal</a></h2><p><strong>标语</strong>：你的任务助手<br><strong>介绍</strong>：我为这个产品付出了很多努力，希望大家能尽快使用它！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/XH5HAXSTYGTQN5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/echopal?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5ef3e9c6-e02f-4b67-b1c1-4fbe92c7ee5e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="EchoPal"></p><p><strong>关键词</strong>：EchoPal, 任务助手, 辅助工具, 高效工作, 生产力提升, 便捷应用, 助手产品, 工作伙伴<br><strong>票数</strong>: 🔺53<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="15-Techbro-Handbook"><a href="#15-Techbro-Handbook" class="headerlink" title="15. Techbro Handbook"></a><a href="https://www.producthunt.com/posts/techbro-handbook?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Techbro Handbook</a></h2><p><strong>标语</strong>：科技小哥的参考指南，由科技小哥撰写，专为科技小哥打造。<br><strong>介绍</strong>：科技小哥的参考指南：由科技小哥撰写，专为科技小哥打造</p><p>特色内容：</p><ul><li>最热科技动态，来自科技推特的热门话题</li><li>新手必备清单，助你从菜鸟晋升为真正的科技小哥</li><li>100多个流行术语，帮你掌握科技界的秘密语言<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/G47AIQXZTEUXED?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/techbro-handbook?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></li></ul><p><img src="https://ph-files.imgix.net/01c30c5b-822f-482e-94df-b00d9b55203d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Techbro Handbook"></p><p><strong>关键词</strong>：Techbro手册, 科技兄弟, 参考指南, 科技动态, 科技推特, 入门包, 科技术语, 热门词汇, 技术交流, 技术文化<br><strong>票数</strong>: 🔺44<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="16-Me-bot-Web-Clipper"><a href="#16-Me-bot-Web-Clipper" class="headerlink" title="16. Me.bot Web Clipper "></a><a href="https://www.producthunt.com/posts/me-bot-web-clipper?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. Me.bot Web Clipper </a></h2><p><strong>标语</strong>：保存、分析和连接网络内容<br><strong>介绍</strong>：Me.bot 网页剪辑器不仅可以帮助你从浏览器中快速记录文本、链接和图片，还能对这些内容进行分析，帮助你将信息内化，连接你在 Me.bot 中已有的所有记忆。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DBUBDFNTHEYUU3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/me-bot-web-clipper?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c7c9df6d-c632-41aa-b5f9-5b887f591016.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Me.bot Web Clipper "></p><p><strong>关键词</strong>：Me.bot 网页剪辑工具, 保存网页内容, 分析信息, 连接记忆, 浏览器文本链接图像, 内部化信息, 知识管理, 效率工具, 数字笔记, 信息整理<br><strong>票数</strong>: 🔺42<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="17-Nozy-–-Free-Notion-Style-Avatar-Creator"><a href="#17-Nozy-–-Free-Notion-Style-Avatar-Creator" class="headerlink" title="17. Nozy – Free Notion Style Avatar Creator"></a><a href="https://www.producthunt.com/posts/nozy-free-notion-style-avatar-creator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. Nozy – Free Notion Style Avatar Creator</a></h2><p><strong>标语</strong>：创建你自己的可定制 Notion Nosy 风格头像<br><strong>介绍</strong>：使用HelpKit的免费易用创作者，设计属于你自己的独特Notion AI Nosy头像。无需设计技能，你可以自定义风格、颜色等，打造出完美的社交媒体头像。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7ZGYM3GGRGVX2N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/nozy-free-notion-style-avatar-creator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6c2f0dbb-4e34-44fd-b2e0-1f3302264fb5.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Nozy – Free Notion Style Avatar Creator"></p><p><strong>关键词</strong>：Nozy, 免费头像创建器, Notion风格, 自定义头像, 帮助工具, 轻松使用, 独特设计, 社交媒体头像, 无需设计技能, 风格定制, 颜色定<br><strong>票数</strong>: 🔺38<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="18-WebFill"><a href="#18-WebFill" class="headerlink" title="18. WebFill"></a><a href="https://www.producthunt.com/posts/webfill?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. WebFill</a></h2><p><strong>标语</strong>：用人工智能的精准度自动填写表单、发送邮件和处理多项选择题。<br><strong>介绍</strong>：了解一下WebFill，这是一款终极的人工智能助手，专为自动填写表单、完成调查、解答多项选择题、撰写邮件和数据录入而设计。它能为你提供快速、准确且安全的解决方案，帮助你提高工作效率。今天就来免费试用WebFill吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GF4VGS6JXNL524?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/webfill?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/87358621-5032-496c-ab59-ff9dc3bd06d4.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="WebFill"></p><p><strong>关键词</strong>：WebFill, 自动表单填写, 电子邮件自动化, MCQ解答, AI助手, 数据录入, 快速准确, 提高生产力, 免费试用, 在线调查完成, 安全解决方案<br><strong>票数</strong>: 🔺37<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="19-Clinix-Clinic-Management"><a href="#19-Clinix-Clinic-Management" class="headerlink" title="19. Clinix - Clinic Management"></a><a href="https://www.producthunt.com/posts/clinix-clinic-management?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Clinix - Clinic Management</a></h2><p><strong>标语</strong>：让Clinix助力你的实践！<br><strong>介绍</strong>：了解Clinix，这是Lynx Softech推出的一款一体化牙科诊所管理软件。通过我们的网页平台和适用于Android和iOS的移动应用，您可以轻松管理预约、病例、实验室操作、库存和财务。让您的诊所管理更加高效！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DNMW23WUJCUWDK?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/clinix-clinic-management?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/154483ad-d939-4b4c-854a-8ce3a663c573.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Clinix - Clinic Management"></p><p><strong>关键词</strong>：Clinix, 诊所管理, 牙科管理软件, Lynx Softech, 预约管理, 案例管理, 实验室操作, 库存管理, 财务管理, 网络门户, 移动应用,<br><strong>票数</strong>: 🔺35<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="20-Starters-Lab"><a href="#20-Starters-Lab" class="headerlink" title="20. Starters Lab"></a><a href="https://www.producthunt.com/posts/starters-lab?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. Starters Lab</a></h2><p><strong>标语</strong>：一个供独立开发者建立和发展产品的社区。<br><strong>介绍</strong>：Starterslab是一个独立开发者的社区，旨在帮助大家互相连接，分享进展，并获得反馈。我们提供产品展示、成长技巧和精心整理的每周摘要。不论你是在起步阶段还是已经在扩展，Starterslab都能为你提供成功所需的支持。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/LAVVK4GFPKT545?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/starters-lab?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9eded34f-2719-4fe8-89ee-6816d4883b5c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Starters Lab"></p><p><strong>关键词</strong>：独立黑客, 社区, 产品开发, 进步分享, 反馈, 产品展示, 成长秘籍, 每周摘要, 启动, 扩展, 支持, 成功<br><strong>票数</strong>: 🔺23<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="21-GPT-Decoder"><a href="#21-GPT-Decoder" class="headerlink" title="21. GPT Decoder"></a><a href="https://www.producthunt.com/posts/gpt-decoder?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. GPT Decoder</a></h2><p><strong>标语</strong>：在几秒钟内免费逆向工程任何GPT模型。<br><strong>介绍</strong>：在几秒钟内获取任何GPT的系统提示。只需提供GPT要完成的任务和一个示例输出，这个AI工具就能为你“解码”该GPT。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WNTLW6WKABVT6B?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/gpt-decoder?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/71b3c22e-b0ce-4231-89b5-1f7c0ed67cac.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="GPT Decoder"></p><p><strong>关键词</strong>：GPT解码器, 反向工程, 免费工具, 系统提示, AI工具, 快速解码, GPT输出, 工作任务, 人工智能, 自动化工具<br><strong>票数</strong>: 🔺20<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="22-ParetoTool"><a href="#22-ParetoTool" class="headerlink" title="22. ParetoTool"></a><a href="https://www.producthunt.com/posts/paretotool?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. ParetoTool</a></h2><p><strong>标语</strong>：专注于那20%的工作，这样就能完成80%的任务。<br><strong>介绍</strong>：ParetoTool可以帮助你描述你的项目，并利用人工智能为你生成待办事项清单。对于每个任务，它会告诉你应该优先处理，还是先暂时搁置。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AYRRIBNAHV2YRR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/paretotool?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c87704b6-1a89-4ae8-bf61-d257239e6d50.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ParetoTool"></p><p><strong>关键词</strong>：ParetoTool, 项目管理工具, 优先级管理, AI助手, 待办事项列表, 任务管理, 80&#x2F;20法则, 工作效率, 专注重点, 时间管理<br><strong>票数</strong>: 🔺20<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="23-Bullish-Resume"><a href="#23-Bullish-Resume" class="headerlink" title="23. Bullish Resume"></a><a href="https://www.producthunt.com/posts/bullish-resume?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. Bullish Resume</a></h2><p><strong>标语</strong>：获取关于您简历的详细AI反馈。<br><strong>介绍</strong>：这款人工智能简历评估工具可以提供实用的反馈，帮助你提升求职成功的机会。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/R7VJCEZSRJGETD?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/bullish-resume?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/44fc73f2-9a0c-4f2e-aa28-03d63f2a26af.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Bullish Resume"></p><p><strong>关键词</strong>：牛市简历, 简历反馈, AI简历工具, 职业选择, 简历优化, 可操作反馈, 求职助手, 人工智能简历, 职业发展, 简历批评<br><strong>票数</strong>: 🔺19<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="24-Pictuote"><a href="#24-Pictuote" class="headerlink" title="24. Pictuote"></a><a href="https://www.producthunt.com/posts/pictuote?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. Pictuote</a></h2><p><strong>标语</strong>：只需点击一下，便能生成令人惊艳的名言图片！<br><strong>介绍</strong>：Pictuote是一个免费的AI工具，帮助内容创作者生成美丽且易于分享的名言图片。借助随机名言，制作独特的社交媒体帖子变得前所未有的简单！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/TSZNG6VV52EIMU?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/pictuote?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ce0eb50c-8373-468a-9888-08cebf441571.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Pictuote"></p><p><strong>关键词</strong>：Pictuote, 引用图像生成, AI工具, 内容创作者, 美丽的引用图片, 社交媒体, 随机引用, 易于使用, 免费工具, 独特的帖子<br><strong>票数</strong>: 🔺19<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="25-Affiliate-Hero-1-Trial"><a href="#25-Affiliate-Hero-1-Trial" class="headerlink" title="25. Affiliate Hero $1 Trial"></a><a href="https://www.producthunt.com/posts/affiliate-hero-1-trial?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. Affiliate Hero $1 Trial</a></h2><p><strong>标语</strong>：从1美元开始，免费体验联盟营销的学习之旅。<br><strong>介绍</strong>：以仅需1美元的试用优惠，学习联盟营销的基础知识。我们提供的逐步培训适合初学者和专家。让你以实惠的价格进入一个高收益的联盟营销系统。立即获取经过验证的策略和技巧。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UPCB6NSOP5DHTK?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/affiliate-hero-1-trial?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a792323c-311a-486d-b760-765283511297.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Affiliate Hero $1 Trial"></p><p><strong>关键词</strong>：联属营销, $1试用, 初学者培训, 高收入, 证明策略, 营销技巧, 经济实惠, 在线课程, 学习计划, 营销基础知识<br><strong>票数</strong>: 🔺18<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="26-JPG-to-PNG"><a href="#26-JPG-to-PNG" class="headerlink" title="26. JPG to PNG"></a><a href="https://www.producthunt.com/posts/jpg-to-png-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. JPG to PNG</a></h2><p><strong>标语</strong>：在线免费将 JPG 转换为 PNG<br><strong>介绍</strong>：使用我们的免费JPG转PNG转换器，轻松将JPG图像转换为PNG格式，且不会降低质量。这对于编辑和分享您的图片都非常方便。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KWKKZPXMRXNAZ6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/jpg-to-png-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/7fa94f46-fc63-4a3d-ada9-14436ab27e99.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="JPG to PNG"></p><p><strong>关键词</strong>：JPG转PNG, 在线转换, 免费工具, 图像格式转换, 无损转换, 图片编辑, 图片分享, JPG图片, PNG格式<br><strong>票数</strong>: 🔺18<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="27-Pomodoro-Timer-for-Notion"><a href="#27-Pomodoro-Timer-for-Notion" class="headerlink" title="27. Pomodoro Timer for Notion"></a><a href="https://www.producthunt.com/posts/pomodoro-timer-for-notion?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. Pomodoro Timer for Notion</a></h2><p><strong>标语</strong>：Chrome扩展程序，Notion的番茄钟<br><strong>介绍</strong>：一个直接集成到你的Notion中的番茄钟。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/THLXJPVGPSKWZ4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/pomodoro-timer-for-notion?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/fe257e28-10a5-4051-93da-665ab1a5226d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Pomodoro Timer for Notion"></p><p><strong>关键词</strong>：番茄钟, Notion, Chrome扩展, 效率工具, 时间管理, 番茄工作法, 插件, 生产力提升, 整合工具, 任务管理<br><strong>票数</strong>: 🔺17<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="28-Landing-Page-Design"><a href="#28-Landing-Page-Design" class="headerlink" title="28. Landing Page Design"></a><a href="https://www.producthunt.com/posts/landing-page-design-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. Landing Page Design</a></h2><p><strong>标语</strong>：在网上寻找各种着陆页设计<br><strong>介绍</strong>：LandingPage.Design帮助你发现来自网络的各种着陆页。我们的目标是通过集中展示最优秀的着陆页，来启发和教育设计师、市场营销人员和企业。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/Z5WL4PFF34VQ7Y?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/landing-page-design-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c0f2e422-60b0-4456-bed4-768825b03cac.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Landing Page Design"></p><p><strong>关键词</strong>：着陆页设计, 着陆页, 设计灵感, 市场营销, 企业, 网页设计, 网站优化, 设计教育, 最佳着陆页, 在线资源, 创意展示<br><strong>票数</strong>: 🔺16<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="29-DevGen"><a href="#29-DevGen" class="headerlink" title="29. DevGen"></a><a href="https://www.producthunt.com/posts/devgen?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. DevGen</a></h2><p><strong>标语</strong>：开发者潜在客户挖掘<br><strong>介绍</strong>：从一个拥有超过1亿开发者和开发组织的数据库中导出潜在客户数据，可以使用多种筛选条件，比如：GitHub用户的关注者和关注对象、曾经给GitHub仓库点过星或做过贡献的用户、地理位置、活跃时间等。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/MHRK5JYXOW5GXQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/devgen?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/fdf5fb4f-7f1a-4379-b35a-87898dc950d8.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="DevGen"></p><p><strong>关键词</strong>：开发者, 潜在客户生成, 开发者数据库, GitHub用户, 数据导出, 开发者组织, 过滤器, 开发者追随者, GitHub贡献, 地理位置, 活跃时间,<br><strong>票数</strong>: 🔺16<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr><h2 id="30-Profiler"><a href="#30-Profiler" class="headerlink" title="30. Profiler"></a><a href="https://www.producthunt.com/posts/profiler-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. Profiler</a></h2><p><strong>标语</strong>：你的作品集就是你的个人品牌。<br><strong>介绍</strong>：Profiler是快速建立链接资料的最佳工具。非常适合投资组合、设计师、内容创作者、作家和开发者。通过它，你可以打造出属于自己的个人品牌投资组合。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/R2YHFGGXP2AXJM?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/profiler-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/bb2178a8-f1f7-46ab-b722-a719e208f2e4.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Profiler"></p><p><strong>关键词</strong>：Profiler, 个人品牌, 作品集, 链接资料, 设计师, 内容创作者, 作家, 开发者, 快速创建, 个人形象<br><strong>票数</strong>: 🔺15<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月28日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-09-29/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-09-29/"/>
    <published>2024-09-29T08:23:18.868Z</published>
    <summary>
      <![CDATA[<h1 id="PH今日热榜-2024-09-29"><a href="#PH今日热榜-2024-09-29" class="headerlink" title="PH今日热榜 | 2024-09-29"></a>PH今日热榜 | 2024-09-29</h1><h2 id="1]]>
    </summary>
    <title>PH今日热榜 | 2024-09-29</title>
    <updated>2024-09-29T08:23:20.484Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h1 id="PH今日热榜-2024-09-28"><a href="#PH今日热榜-2024-09-28" class="headerlink" title="PH今日热榜 | 2024-09-28"></a>PH今日热榜 | 2024-09-28</h1><h2 id="1-panda-·-etl"><a href="#1-panda-·-etl" class="headerlink" title="1. panda {·}etl"></a><a href="https://www.producthunt.com/posts/panda-etl?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. panda {·}etl</a></h2><p><strong>标语</strong>：自动化您的文档工作流程<br><strong>介绍</strong>：将杂乱的文件转化为可操作的数据。上传PDF、图片、音频和网站。定义数据点，以便利用人工智能进行提取。结果会以可导出的电子表格形式展示，并标注出相关的高亮来源。您还可以提问、绘制图表和撰写报告。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/T3XGJX2T6GNLAK?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/panda-etl?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c3cc6f69-14c2-4353-87b4-9bd9cb9b4671.svg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="panda{·}etl"></p><p><strong>关键词</strong>：panda etl, 文档工作流自动化, 数据提取, PDF处理, 图片处理, 音频处理, 网站数据提取, AI驱动, 可导出电子表格, 数据点定义, 数据可视<br><strong>票数</strong>: 🔺552<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="2-Triforce-Todos"><a href="#2-Triforce-Todos" class="headerlink" title="2. Triforce Todos"></a><a href="https://www.producthunt.com/posts/triforce-todos?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Triforce Todos</a></h2><p><strong>标语</strong>：极简风格的塞尔达主题任务管理工具<br><strong>介绍</strong>：体验一款极简风格的待办事项管理应用，它融合了《塞尔达传说》和经典NES游戏的设计元素。用“Triforce Todos”保持专注，轻松征服你的任务吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GTYNDACNVFLQXT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/triforce-todos?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d576ed1b-5f51-42e2-9e00-a184b8f673f2.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Triforce Todos"></p><p><strong>关键词</strong>：极简主义, 塞尔达传说, 任务管理, 生产力应用, NES经典游戏, 专注, 征服任务, Triforce Todos<br><strong>票数</strong>: 🔺458<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="3-North"><a href="#3-North" class="headerlink" title="3. North"></a><a href="https://www.producthunt.com/posts/north-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. North</a></h2><p><strong>标语</strong>：发现、记住并与朋友分享好去处。<br><strong>介绍</strong>：North就像是你的“口袋妖怪图鉴”，专门用来记录你喜欢的地方。你可以轻松保存、（私密地）回顾和整理你喜欢的地方，从咖啡店到餐厅再到酒店应有尽有。还可以从朋友那里获得可靠的推荐，和他们一起协作创建列表，并轻松分享你的推荐给他人。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DAIUN6YW5JFR6B?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/north-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/c52e545d-974d-47f0-9b22-53ae947d03fa.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="North"></p><p><strong>关键词</strong>：北方, 探索, 记住, 分享, 好地方, 朋友, 收藏, 评论, 组织, 咖啡馆, 餐厅, 酒店, 推荐, 合作, 列表, 分享<br><strong>票数</strong>: 🔺368<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="4-Newsletter-Radar-by-SparkLoop"><a href="#4-Newsletter-Radar-by-SparkLoop" class="headerlink" title="4. Newsletter Radar by SparkLoop"></a><a href="https://www.producthunt.com/posts/newsletter-radar-by-sparkloop?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Newsletter Radar by SparkLoop</a></h2><p><strong>标语</strong>：与相关的通讯订阅匹配，一起更快成长，完全免费！<br><strong>介绍</strong>：发现成千上万您受众已经喜爱的相关通讯的最简单方法。与您所在领域的顶尖通讯进行匹配……互相推荐，以便共同更快地成长。我们已经为超过10,000个通讯吸引了超过1000万活跃的新读者！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/M6T2FQUX45DD4N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/newsletter-radar-by-sparkloop?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d3811e6d-4c94-4c03-9acc-07dc3bd0a919.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Newsletter Radar by SparkLoop"></p><p><strong>关键词</strong>：Newsletter Radar, SparkLoop, 新闻通讯, 增长, 发现, 相关新闻通讯, 受众, 推荐, 互动读者, 免费, 快速增长, 电子邮件营销, 内容营销, 社区建设<br><strong>票数</strong>: 🔺311<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="5-Paid-Newsletters-by-beehiiv"><a href="#5-Paid-Newsletters-by-beehiiv" class="headerlink" title="5. Paid Newsletters by beehiiv"></a><a href="https://www.producthunt.com/posts/paid-newsletters-by-beehiiv-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. Paid Newsletters by beehiiv</a></h2><p><strong>标语</strong>：可持续循环收入的强大工具。<br><strong>介绍</strong>：使用beehiiv，您可以设置多个订阅级别，并为读者提供灵活的支付选项。然后，通过试用和促销来提升转化率，并在一个平台上跟踪关键指标。最棒的是？我们不收取您任何订阅收入的提成。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/T5V6ZJAS266LGH?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/paid-newsletters-by-beehiiv-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/afc5dc26-0e2f-455a-b2a6-7f9d5027f7c5.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Paid Newsletters by beehiiv"></p><p><strong>关键词</strong>：付费通讯, beehiiv, 可持续收入, 订阅层级, 灵活支付选项, 转化提升, 试用促销, 关键指标跟踪, 一体化平台, 零佣金<br><strong>票数</strong>: 🔺265<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="6-MemFree"><a href="#6-MemFree" class="headerlink" title="6. MemFree"></a><a href="https://www.producthunt.com/posts/memfree?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. MemFree</a></h2><p><strong>标语</strong>：混合人工智能搜索<br><strong>介绍</strong>：MemFree 是一个开源的混合人工智能搜索引擎，它可以同时搜索你的个人知识库（比如书签、笔记、文档等）和互联网，帮助你在最短的时间内找到最佳答案。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/75F3YHPZ4D5XRG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/memfree?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/16adf257-73c9-435e-861f-992297edb5a4.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="MemFree"></p><p><strong>关键词</strong>：MemFree, 混合人工智能搜索, 开源, 搜索引擎, 个人知识库, 书签, 笔记, 文档, 互联网搜索, 快速获取答案<br><strong>票数</strong>: 🔺225<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="7-kubewall"><a href="#7-kubewall" class="headerlink" title="7. kubewall"></a><a href="https://www.producthunt.com/posts/kubewall?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. kubewall</a></h2><p><strong>标语</strong>：一个免费的开源Kubernetes图形用户界面仪表板<br><strong>介绍</strong>：一个免费的开源Kubernetes图形化仪表盘。特点包括：</p><ul><li>单一二进制部署</li><li>浏览器访问</li><li>实时集群监控</li><li>详细的集群洞察<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WHYCZZNMYSCVED?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/kubewall?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></li></ul><p><img src="https://ph-files.imgix.net/2e493543-6f15-4367-a822-1887c97e0459.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="kubewall"></p><p><strong>关键词</strong>：kubewall, 开源, GUI仪表板, Kubernetes, 单一二进制部署, 浏览器访问, 实时集群监控, 详细集群洞察<br><strong>票数</strong>: 🔺203<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="8-SimplyBudget"><a href="#8-SimplyBudget" class="headerlink" title="8. SimplyBudget"></a><a href="https://www.producthunt.com/posts/simplybudget?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. SimplyBudget</a></h2><p><strong>标语</strong>：青少年人工智能财务经理<br><strong>介绍</strong>：用SimplyBudget简化你的财务管理！这款直观的理财应用专为青少年设计，无论你是在为新设备存钱，还是在管理零花钱，SimplyBudget都能轻松帮助你跟踪收入和支出！现在还增加了新的人工智能功能哦！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4TZBWR5MJFIN2B?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/simplybudget?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b10a8b44-e51c-4ef0-8483-0521fa7894b9.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="SimplyBudget"></p><p><strong>关键词</strong>：青少年财务管理, AI 财务经理, 简化财务, 财务管理应用, 预算跟踪, 收入与支出管理, 省钱, 新科技, 直观应用, 青少年理财<br><strong>票数</strong>: 🔺188<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="9-Hubform"><a href="#9-Hubform" class="headerlink" title="9. Hubform"></a><a href="https://www.producthunt.com/posts/hubform?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. Hubform</a></h2><p><strong>标语</strong>：在Webflow中使用灵活的HubSpot表单<br><strong>介绍</strong>：通过点击按钮在Webflow中以模态窗口展示任何HubSpot表单。快速设置受限内容。在Webflow域上免费使用。只需2分钟即可完成设置！⚡<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/R2L4FOWBUCDEUW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/hubform?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/88c79ba0-4fb6-4596-ba64-a9ae0c00c563.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Hubform"></p><p><strong>关键词</strong>：Hubform, HubSpot表单, Webflow, 弹出形式, 门控内容, 快速设置, 免费使用, Webflow域名, 2分钟设置, 灵活表单<br><strong>票数</strong>: 🔺184<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="10-Cheffie"><a href="#10-Cheffie" class="headerlink" title="10. Cheffie"></a><a href="https://www.producthunt.com/posts/cheffie?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. Cheffie</a></h2><p><strong>标语</strong>：分析餐厅并根据你的饮食习惯定制食谱。<br><strong>介绍</strong>：Cheffie为您量身定制食谱，并分析当地餐厅菜单，以满足您的饮食需求、过敏、耐受性和健康目标。无须担心、无须压力，尽情享受美食，活出精彩。轻松、快捷、健康、美味，且完全个性化，专属于您！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/SYSJBII6CYQWSG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/cheffie?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4bab9ef6-e4ff-4574-823a-d89b1420d41a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Cheffie"></p><p><strong>关键词</strong>：Cheffie, 餐厅分析, 定制食谱, 饮食需求, 过敏, 不耐受, 健康目标, 自由饮食, 无负担, 快速健康, 美味, 个<br><strong>票数</strong>: 🔺178<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="11-Creativit-1-2"><a href="#11-Creativit-1-2" class="headerlink" title="11. Creativit 1.2"></a><a href="https://www.producthunt.com/posts/creativit-1-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Creativit 1.2</a></h2><p><strong>标语</strong>：将你的所有想法集中存放在一个方便的地方。<br><strong>介绍</strong>：认识一下Creativit，这是一款强大的数字灵感板，旨在帮助你更快地策划和启动下一个大型创意项目。使用Creativit，你可以将所有的创意和灵感集中存储在一个方便的地方，助你轻松管理各种创作项目。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/URKZ4BVKR7SLME?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/creativit-1-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6cd8460c-cd57-49f0-a994-edd5016e209b.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Creativit 1.2"></p><p><strong>关键词</strong>：创意板, 数字创意工具, 项目规划, 灵感收集, 创意项目, 便捷存储, 创意管理, 设计灵感, 快速创作, 创意发想<br><strong>票数</strong>: 🔺159<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="12-Candle-Jar"><a href="#12-Candle-Jar" class="headerlink" title="12. Candle Jar"></a><a href="https://www.producthunt.com/posts/candle-jar?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. Candle Jar</a></h2><p><strong>标语</strong>：专业与爱好者的蜡烛制作平台<br><strong>介绍</strong>：这是一个专为蜡烛制造者设计的平台，无论你是经验丰富的工匠还是刚刚起步的新手，都可以轻松使用。在这里，你可以从创意到制作，轻松管理整个蜡烛制作过程。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/IGSIODECBJICJC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/candle-jar?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/107de818-1b9f-4e68-af6d-6226af9c523b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Candle Jar"></p><p><strong>关键词</strong>：蜡烛罐, 蜡烛制作平台, 专业蜡烛制造, 爱好者蜡烛制作, 蜡烛制作工具, 蜡烛创作, 蜡烛工<br><strong>票数</strong>: 🔺154<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="13-ayraa-2-0"><a href="#13-ayraa-2-0" class="headerlink" title="13. ayraa 2.0"></a><a href="https://www.producthunt.com/posts/ayraa-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. ayraa 2.0</a></h2><p><strong>标语</strong>：下一代全能生成式人工智能工作平台<br><strong>介绍</strong>：介绍Ayraa 2.0：它采用多线程架构，能够实现快速而准确的搜索体验。您可以享受超快速搜索、精选知识、智能会议助手、自动化洞察以及高级知识查询等功能，帮助您提升工作效率。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/X2IGYLN3MBUIIY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/ayraa-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/cbaf8cc2-f937-4d36-a6c3-7c86c50850d2.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ayraa 2.0"></p><p><strong>关键词</strong>：ayraa 2.0, 下一代, 全能, 生成式人工智能平台, 工作, 多线程架构, 快速搜索, 精准搜索, 极速搜索, 精选知识, 智能会议助手, 自动化<br><strong>票数</strong>: 🔺140<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM04:00 (北京时间)</p><hr><h2 id="14-Warranty-Book"><a href="#14-Warranty-Book" class="headerlink" title="14. Warranty Book"></a><a href="https://www.producthunt.com/posts/warranty-book?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. Warranty Book</a></h2><p><strong>标语</strong>：方便地在一个地方管理所有的保修单。<br><strong>介绍</strong>：方便地在一个地方管理所有保修卡或账单。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GZRE2RM3ABKPLK?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/warranty-book?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/922d6cd3-fa3d-4c49-9c4b-79267910bb0d.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Warranty Book"></p><p><strong>关键词</strong>：保修书, 保修卡管理, 方便管理, 单一空间, 票据管理, 产品保修, 保障文件, 电子保修, 便捷存储, 售后服务<br><strong>票数</strong>: 🔺128<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="15-Tailored-Pod"><a href="#15-Tailored-Pod" class="headerlink" title="15. Tailored Pod"></a><a href="https://www.producthunt.com/posts/tailored-pod?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. Tailored Pod</a></h2><p><strong>标语</strong>：个性化新闻播客<br><strong>介绍</strong>：以简明、公正、个性化的新闻简报或播客开始你的一天。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GVICZ3Z5LYNXVV?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tailored-pod?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/04f0939e-f76e-4eda-a884-650949681e44.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Tailored Pod"></p><p><strong>关键词</strong>：定制播客, 个性化新闻, 新闻播客, 简洁资讯, 无偏见, 早间新闻, 个性化通讯, 每日播客, 信息定制, 新闻更新<br><strong>票数</strong>: 🔺127<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="16-Gaia"><a href="#16-Gaia" class="headerlink" title="16. Gaia"></a><a href="https://www.producthunt.com/posts/gaia-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. Gaia</a></h2><p><strong>标语</strong>：无代码工具，用于训练和部署机器翻译模型<br><strong>介绍</strong>：Gaia 是一个无代码工具，让任何人都能轻松训练和部署神经机器翻译模型，无需编程或机器学习方面的经验。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NMBQREJLGNTAAN?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/gaia-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/98a518dd-ec08-4f32-9c44-1148db402edc.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Gaia"></p><p><strong>关键词</strong>：Gaia, 无代码工具, 机器翻译模型, 训练, 部署, 神经网络, 无需编程经验, 无需机器学习经验<br><strong>票数</strong>: 🔺116<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月27日 PM04:02 (北京时间)</p><hr><h2 id="17-PsyDI"><a href="#17-PsyDI" class="headerlink" title="17. PsyDI"></a><a href="https://www.producthunt.com/posts/psydi?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. PsyDI</a></h2><p><strong>标语</strong>：基于人工智能的个性化聊天机器人和免费的MBTI性格分析<br><strong>介绍</strong>：发现独特的自我，尽在个性化探索！体验我们免费的AI驱动聊天机器人服务。分享你最近的动态，获取精准的MBTI评估和深入的个性分析！让我们一起揭示真实的自我！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/CWNWPVE722AZCT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/psydi?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/02189ff9-deff-4072-8930-814f208e7023.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="PsyDI"></p><p><strong>关键词</strong>：PsyDI, AI驱动, 个性化聊天机器人, 免费MBTI分析, 独特自我, 个性探索, 精准MBTI评估, 深入人格分析, 真实自我, 聊天体验<br><strong>票数</strong>: 🔺99<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="18-Subtask-AI"><a href="#18-Subtask-AI" class="headerlink" title="18. Subtask AI"></a><a href="https://www.producthunt.com/posts/subtask-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. Subtask AI</a></h2><p><strong>标语</strong>：轻松拆解复杂任务，尽在Subtask AI。<br><strong>介绍</strong>：Subtask AI 帮助你将复杂的任务拆分成简单易行的步骤。让人工智能来处理细节，这样你就可以专注于自己的工作，提高效率。这非常适合组织项目、简化待办事项，以及轻松实现你的目标。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZFD77UQL2XKJ7N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/subtask-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/de94e93b-61d8-4475-8938-518543a07218.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Subtask AI"></p><p><strong>关键词</strong>：Subtask AI, 复杂任务, 简化步骤, 人工智能, 项目组织, 代办事项, 提高效率, 目标达成, 任务管理, 生产力提升<br><strong>票数</strong>: 🔺78<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="19-FinetuneFast"><a href="#19-FinetuneFast" class="headerlink" title="19. FinetuneFast"></a><a href="https://www.producthunt.com/posts/finetunefast?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. FinetuneFast</a></h2><p><strong>标语</strong>：在几天内微调你的机器学习模型，而不是几周！<br><strong>介绍</strong>：机器学习确实不简单，微调模型也一样。但如果我告诉你，可以快速完成文本生成图像模型或大语言模型的微调呢？FinetuneFast 是一个机器学习模型模板，旨在帮助你快速微调和部署 AI 模型及软件即服务（SaaS）到生产环境中。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VF5WPD2X5KQO72?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/finetunefast?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a35f4188-e934-4b93-a3ad-625a83c2b4e5.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="FinetuneFast"></p><p><strong>关键词</strong>：FinetuneFast, 机器学习, 模型微调, 文本生成图像, 大型语言模型, 快速微调, 人工智能模型, SaaS, 生产环境, 模型部署<br><strong>票数</strong>: 🔺72<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="20-Buzzkit-ai-Beta"><a href="#20-Buzzkit-ai-Beta" class="headerlink" title="20. Buzzkit.ai (Beta)"></a><a href="https://www.producthunt.com/posts/buzzkit-ai-beta?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. Buzzkit.ai (Beta)</a></h2><p><strong>标语</strong>：每日自动生成的SEO文章<br><strong>介绍</strong>：Buzzkit可以在几秒钟内为您自动生成30天的SEO内容策略文章。我们提供量身定制的SEO优化博客，自动发布到您的网站上。凭借关键词洞察和无缝整合，我们帮助企业通过轻松的内容创作实现增长。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/DM5OGBPZ6TCCJ5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/buzzkit-ai-beta?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/eaeec473-cb0e-404f-b283-8f919b40dc4a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Buzzkit.ai (Beta)"></p><p><strong>关键词</strong>：Buzzkit.ai, SEO文章, 自动化内容, 每日文章, SEO优化, 博客自动发布, 关键词洞察, 内容创作, 企业增长, 内容策略<br><strong>票数</strong>: 🔺63<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="21-Dev-Starter-Pack"><a href="#21-Dev-Starter-Pack" class="headerlink" title="21. Dev Starter Pack"></a><a href="https://www.producthunt.com/posts/dev-starter-pack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. Dev Starter Pack</a></h2><p><strong>标语</strong>：初创企业必备工具包（价值25万美元的工具，免费提供）<br><strong>介绍</strong>：价值25万美元的工具，完全免费！⚡️ 使用共享代码：devstarterpack 获取所有工具。快去打造你的创业项目吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/Q2RXVDJV2IIHHH?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/dev-starter-pack?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2707891d-01f3-4929-8436-6e5d5e1405ff.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Dev Starter Pack"></p><p><strong>关键词</strong>：Dev Starter Pack, 启动包, 创业工具, 免费工具, 创业资源, 启动工具包, 共享代码, 创业, 创业支持, 开发工具, 创业者, 免费资源<br><strong>票数</strong>: 🔺56<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="22-Website-Uptime-Monitoring"><a href="#22-Website-Uptime-Monitoring" class="headerlink" title="22. Website Uptime Monitoring"></a><a href="https://www.producthunt.com/posts/website-uptime-monitoring?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. Website Uptime Monitoring</a></h2><p><strong>标语</strong>：网站的正常运行监控：让你不再错过任何宕机时刻<br><strong>介绍</strong>：使用我们的浏览器扩展，轻松获得安心体验。您可以轻松监控网站的可用性并即时接收警报。告别网站宕机，迎接持续的成功。今天就来试试，保护您的数字帝国吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NQGN4DKELZ2E6C?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/website-uptime-monitoring?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ce5f3f40-3b5f-4372-a07a-5c62174b008b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Website Uptime Monitoring"></p><p><strong>关键词</strong>：网站监控, 网站可用性, 实时警报, 监控扩展, 网站正常运行时间, 数字安全, 在线业务, 网站故障, 无缝监控, 数字帝国保护<br><strong>票数</strong>: 🔺50<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="23-Billabex"><a href="#23-Billabex" class="headerlink" title="23. Billabex"></a><a href="https://www.producthunt.com/posts/billabex?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. Billabex</a></h2><p><strong>标语</strong>：AI驱动的应收账款跟进<br><strong>介绍</strong>：使用Billabex虚拟AI助手，让它帮你处理所有的后续事务，无论是通过电子邮件、电话、短信还是邮件。它将以聪明、得体和周到的方式与客户沟通，直到你的账单得到支付。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ZT7YWZ24UZJDYM?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/billabex?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/8f554181-f8c1-46c6-abd9-7d299ece52f3.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Billabex"></p><p><strong>关键词</strong>：Billabex, 人工智能, 应收账款, 跟进工具, 虚拟助手, 邮件跟进, 电话跟进, 短信跟进, 邮件跟进, 智能响应, 客<br><strong>票数</strong>: 🔺50<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="24-Fiction-Writer-OS"><a href="#24-Fiction-Writer-OS" class="headerlink" title="24. Fiction Writer OS"></a><a href="https://www.producthunt.com/posts/fiction-writer-os?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. Fiction Writer OS</a></h2><p><strong>标语</strong>：写下你的书。<br><strong>介绍</strong>：你是否觉得自己淹没在一堆应用程序中，难以保持写书的进度？我也经历过这种情况，真心不容易。这就是为什么我为你设计了这个改变游戏规则的写书组织系统。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GLMORS7VLC27NL?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fiction-writer-os?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/7fc5ea76-f84c-41b5-be83-b2e3a41a6ada.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Fiction Writer OS"></p><p><strong>关键词</strong>：小说作家操作系统, 写书, 写作工具, 书籍写作, 写作组织系统, 创作, 写作辅助, 写作效率, 作家, 小说创作<br><strong>票数</strong>: 🔺42<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="25-Lets-Notify"><a href="#25-Lets-Notify" class="headerlink" title="25. Lets Notify"></a><a href="https://www.producthunt.com/posts/lets-notify?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. Lets Notify</a></h2><p><strong>标语</strong>：为您量身定制的下一代推送通知工具<br><strong>介绍</strong>：LetsNotify 不仅仅是另一个SaaS平台——它是用户互动的未来。作为一个灵活的网页推送通知工具，LetsNotify 帮助市场营销人员、网站管理员、博主和企业开创下一代跨渠道互动策略。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WWN5QI5EKTOTGS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/lets-notify?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/cff0a0be-306b-4f06-b041-2737c9a2ce28.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Lets Notify"></p><p><strong>关键词</strong>：Lets Notify, 推送通知工具, 用户参与, SaaS平台, 跨渠道互动, 营销工具, 网站管理, 博客, 企业, 未来技术, 动态推送, 用户体验<br><strong>票数</strong>: 🔺38<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="26-ViralMarketer"><a href="#26-ViralMarketer" class="headerlink" title="26. ViralMarketer"></a><a href="https://www.producthunt.com/posts/viralmarketer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. ViralMarketer</a></h2><p><strong>标语</strong>：秒级创建14天的社交媒体日历<br><strong>介绍</strong>：使用人工智能，轻松在几秒钟内创建14天的社交媒体营销日历。AI将为您的企业或品牌生成强大的社交媒体内容。您还可以一键安排所有的帖子！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/I3O27ZCKJZPOYC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/viralmarketer?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/00e360ee-535e-47c4-821b-b6695ea49b56.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ViralMarketer"></p><p><strong>关键词</strong>：ViralMarketer, 社交媒体日历, 14天日历, 人工智能, 内容生成, 社交媒体营销, 一键调度, 品牌推广, 营销工具, 社交媒体管理<br><strong>票数</strong>: 🔺36<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="27-SQL-Query-Formatter"><a href="#27-SQL-Query-Formatter" class="headerlink" title="27. SQL Query Formatter"></a><a href="https://www.producthunt.com/posts/sql-query-formatter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. SQL Query Formatter</a></h2><p><strong>标语</strong>：瞬间将杂乱的SQL代码转变为整洁、易读的代码<br><strong>介绍</strong>：必备的浏览器扩展工具，让SQL代码美化变得简单。轻松格式化各种方言的查询，从T-SQL到PL&#x2F;SQL，完美适合追求简洁易读SQL的开发者。我们的通用格式化工具能够轻松将杂乱的代码转换成优雅的SQL。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/YDX7EBUDYS7ZPO?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/sql-query-formatter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4b980601-3e16-4e4a-bf60-3884cd8c71e4.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="SQL Query Formatter"></p><p><strong>关键词</strong>：SQL查询格式化器, SQL代码美化, 浏览器扩展, 代码格式化, T-SQL, PL&#x2F;SQL, 开发者工具, 可读性, 代码整理, SQL美化工具<br><strong>票数</strong>: 🔺31<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="28-AI-Response-Generator"><a href="#28-AI-Response-Generator" class="headerlink" title="28. AI Response Generator"></a><a href="https://www.producthunt.com/posts/ai-response-generator-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. AI Response Generator</a></h2><p><strong>标语</strong>：通过人工智能生成的回复来应对困难的沟通。<br><strong>介绍</strong>：使用AI回复生成器简化你的沟通流程。快速而周到地回复电子邮件、评论和客户提问。克服写作障碍，确保每一条回复都能体现你的品牌声音。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FIEK3PNFXXXB6W?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/ai-response-generator-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/02746628-1766-4efd-899c-127e86997ecc.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="AI Response Generator"></p><p><strong>关键词</strong>：AI响应生成器, 人工智能, 沟通工具, 自动回复, 邮件回复, 客户问题, 反馈回复, 品牌声音, 创造性写作, 简化沟通, 写作障碍<br><strong>票数</strong>: 🔺30<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="29-ON-Lock-Screen-Photos"><a href="#29-ON-Lock-Screen-Photos" class="headerlink" title="29. ON: Lock Screen Photos"></a><a href="https://www.producthunt.com/posts/on-lock-screen-photos?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. ON: Lock Screen Photos</a></h2><p><strong>标语</strong>：锁屏上最喜欢的照片，永远在最上面。<br><strong>介绍</strong>：ON：锁屏照片是一款iPhone应用，可以将你珍藏的时刻展示在锁屏上。你可以选择自己喜欢的照片，让它们通过苹果全新的实时活动功能，始终出现在锁屏上，位于通知的上方。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FHLVDFCQYBL57W?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/on-lock-screen-photos?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/f8fd2f65-5410-4b0a-a7a6-06c092088ed2.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ON: Lock Screen Photos"></p><p><strong>关键词</strong>：锁屏照片, iPhone应用, 收藏瞬间, 喜爱照片, 锁屏显示, 实时活动, 通知上方, 个性化锁屏, 照片管理, 生活点滴<br><strong>票数</strong>: 🔺29<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr><h2 id="30-Luckat-me"><a href="#30-Luckat-me" class="headerlink" title="30. Luckat.me"></a><a href="https://www.producthunt.com/posts/luckat-me?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. Luckat.me</a></h2><p><strong>标语</strong>：祝好运，期待看到你！👀<br><strong>介绍</strong>：快速定制的叫醒服务设置，能将潜在客户的看法转变为更积极的体验，就像吸引新客户一样🚀<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VXEHCWWRZV4ESZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/luckat-me?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d55e7ed2-c043-48b5-acd1-17d2e04a871f.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Luckat.me"></p><p><strong>关键词</strong>：Luckat.me, 唤醒电话, 定制服务, 快速设置, 新客户, 视角转变, 更好的运气, 业务增长, 营销工具, 客户获取<br><strong>票数</strong>: 🔺28<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月27日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-09-28/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-09-28/"/>
    <published>2024-09-28T09:37:28.237Z</published>
    <summary>
      <![CDATA[<h1 id="PH今日热榜-2024-09-28"><a href="#PH今日热榜-2024-09-28" class="headerlink" title="PH今日热榜 | 2024-09-28"></a>PH今日热榜 | 2024-09-28</h1><h2 id="1]]>
    </summary>
    <title>PH今日热榜 | 2024-09-28</title>
    <updated>2024-09-28T09:37:29.290Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <category term="科技&amp;产品" scheme="https://blog.syouiti.com/categories/%E7%A7%91%E6%8A%80-%E4%BA%A7%E5%93%81/"/>
    <content>
      <![CDATA[<h1 id="PH今日热榜-2024-09-27"><a href="#PH今日热榜-2024-09-27" class="headerlink" title="PH今日热榜 | 2024-09-27"></a>PH今日热榜 | 2024-09-27</h1><h2 id="1-BeforeSunset-AI-2-0"><a href="#1-BeforeSunset-AI-2-0" class="headerlink" title="1. BeforeSunset AI 2.0"></a><a href="https://www.producthunt.com/posts/beforesunset-ai-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. BeforeSunset AI 2.0</a></h2><p><strong>标语</strong>：个性化的人工智能日常规划，贴合你的生活需求<br><strong>介绍</strong>：BeforeSunset AI 2.0 提供个性化的每日计划，采用了五种经过验证的规划技巧。我们的AI算法会为你制定日程，并在网页和手机上同步。通过整合任务、笔记和日历，让你在工作和个人生活中轻松保持井井有条。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/3EJNE2PI2FFX6R?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/beforesunset-ai-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/74380b97-ba26-47bd-b06d-9f536bc7e3eb.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="BeforeSunset AI 2.0"></p><p><strong>关键词</strong>：BeforeSunset AI 2.0, 个性化日程规划, AI算法, 日常安排, 工作与生活组织, 任务管理, 笔记, 日历同步, 规划技巧, 高效管理<br><strong>票数</strong>: 🔺988<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="2-daily-dev-Squads"><a href="#2-daily-dev-Squads" class="headerlink" title="2. daily.dev Squads"></a><a href="https://www.producthunt.com/posts/daily-dev-squads?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. daily.dev Squads</a></h2><p><strong>标语</strong>：建立一个开发者社区，聚集那些已经活跃在各大平台的开发者。<br><strong>介绍</strong>：全球每50名开发者中就有1人在daily.dev上开始他们的每一天。如果你想建立一个开发者社区，这里就是你该去的地方。Squads帮助你建立和发展一个活跃且参与度高的社区，正是开发者们汇聚的地方。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/7GZSI6JVLWGMKT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/daily-dev-squads?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d773367e-8b1e-423e-b708-8168713386b1.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="daily.dev Squads"></p><p><strong>关键词</strong>：开发者社区, daily.dev, 社区建设, 开发者, 开发者互动, 活跃社区, 开发者聚集地, Squads, 全球开发者, 开发者平台<br><strong>票数</strong>: 🔺766<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="3-Outspeed"><a href="#3-Outspeed" class="headerlink" title="3. Outspeed"></a><a href="https://www.producthunt.com/posts/outspeed?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. Outspeed</a></h2><p><strong>标语</strong>：实时语音和视频人工智能平台<br><strong>介绍</strong>：Outspeed 提供网络和推理基础设施，帮助您构建快速、实时的语音和视频 AI 应用。今天就加入我们，开始您的创作吧！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/CYQQ5MZTF5O3FM?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/outspeed?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a428179f-0250-4af5-9780-1946cd2c86b4.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Outspeed"></p><p><strong>关键词</strong>：Outspeed, 实时语音, 视频AI, 网络基础设施, 推理基础设施, 快速应用, AI应用, 加入我们, 构建应用<br><strong>票数</strong>: 🔺471<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="4-Neolocus"><a href="#4-Neolocus" class="headerlink" title="4. Neolocus"></a><a href="https://www.producthunt.com/posts/neolocus-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Neolocus</a></h2><p><strong>标语</strong>：室内设计师的AI渲染平台<br><strong>介绍</strong>：为室内设计师和建筑师提供的AI渲染平台，帮助他们大规模生成和编辑渲染图。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/OKBJIJ7HWLMQVY?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/neolocus-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/82c904c6-77dd-4da8-8d15-ae4c8128d23c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Neolocus"></p><p><strong>关键词</strong>：Neolocus, AI渲染, 室内设计师, 建筑师, 渲染生成, 编辑渲染, 大规模渲染, AI工具, 室内设计, 建筑设计<br><strong>票数</strong>: 🔺404<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="5-Let’s-Trip"><a href="#5-Let’s-Trip" class="headerlink" title="5. Let’s Trip"></a><a href="https://www.producthunt.com/posts/let-s-trip?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. Let’s Trip</a></h2><p><strong>标语</strong>：一个完整的旅行规划平台<br><strong>介绍</strong>：Let’s Trip是你理想的旅行伙伴，帮助你轻松规划行程，提供个性化的目的地推荐和定制的行程安排，还能方便地分摊费用。此外，你还可以创建和分享专属的打包清单。专注于创造美好回忆，而不是烦恼！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/IFMZKPEMMM63QQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/let-s-trip?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/96a63c2b-0d50-49e8-bdc4-83b21f2ca51a.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Let&#39;s Trip"></p><p><strong>关键词</strong>：旅行计划, 旅行伴侣, 目的地推荐, 定制行程, 分账, 打包清单, 旅行记忆, 旅行平台, 旅行简化, 旅行分享<br><strong>票数</strong>: 🔺384<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="6-Uploadcare-File-Uploader"><a href="#6-Uploadcare-File-Uploader" class="headerlink" title="6. Uploadcare File Uploader"></a><a href="https://www.producthunt.com/posts/uploadcare-file-uploader?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. Uploadcare File Uploader</a></h2><p><strong>标语</strong>：实现可扩展和安全的文件上传，走捷径！<br><strong>介绍</strong>：Uploadcare文件上传器是一个即插即用的小工具，旨在提供可扩展和安全的文件上传服务。通过快速的集成和配置，您可以让客户轻松上传文档、图片或视频，而无需花费几个月的时间进行开发。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/LRQ4KNRQREIWYN?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/uploadcare-file-uploader?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/58572ad5-9d2b-45ad-93ee-1c27ce4365fd.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Uploadcare File Uploader"></p><p><strong>关键词</strong>：Uploadcare文件上传器, 文件上传, 可扩展文件上传, 安全文件上传, 插件式小部件, 快速集成, 快速配置, 上传文档, 上传图片, 上传视频, 客户上传体验<br><strong>票数</strong>: 🔺364<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="7-Fungies-io"><a href="#7-Fungies-io" class="headerlink" title="7. Fungies.io"></a><a href="https://www.producthunt.com/posts/fungies-io?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. Fungies.io</a></h2><p><strong>标语</strong>：一站式数字支付与商店<br><strong>介绍</strong>：Fungies.io 是一个无代码平台，专门为数字创作者，尤其是软件即服务（SaaS）和游戏开发者，提供快速搭建在线商店和支付功能的服务，整个过程只需几分钟，且配备了API接口。我们还可以帮助您在国际上收集和申报税款，成为您的记录商！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/P55UUPEGRNLNWD?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fungies-io?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/befa0231-e185-4717-a37d-20ea87724ed0.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Fungies.io"></p><p><strong>关键词</strong>：数字支付, 在线商店, 无代码平台, 数字创作者, SaaS开发者, 游戏开发者, API集成, 国际税务, 商户记录, 快速设置, 电子商务<br><strong>票数</strong>: 🔺343<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="8-Olly-2-0"><a href="#8-Olly-2-0" class="headerlink" title="8. Olly 2.0"></a><a href="https://www.producthunt.com/posts/olly-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. Olly 2.0</a></h2><p><strong>标语</strong>：AI代理助你在短短几天内提升社交影响力<br><strong>介绍</strong>：支持15个以上的社交媒体平台，能够实现一键评论功能，适用于Facebook、Twitter、Instagram和LinkedIn。同时，还可以与OpenAI、Claude、Gemini、Straico、Olly等API进行集成，并兼容本地大型语言模型（LLMs），如Llama 3.1、3和Ge。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NGD4O7VSLP3IAO?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/olly-2-0?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/32b3b543-830b-41da-a59a-bd4bbd5dca94.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Olly 2.0"></p><p><strong>关键词</strong>：Olly 2.0, 社交媒体助手, AI代理, 社交媒体平台, 一键评论, Facebook, Twitter, Instagram, LinkedIn, OpenAI集成, Claude, Gemini, Straico, Olly API, 本<br><strong>票数</strong>: 🔺315<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="9-PLG-OS"><a href="#9-PLG-OS" class="headerlink" title="9. PLG OS"></a><a href="https://www.producthunt.com/posts/plg-os?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. PLG OS</a></h2><p><strong>标语</strong>：快速吸引更多用户，几分钟内推出用户体验功能。<br><strong>介绍</strong>：通过在用户旅程的各个阶段快速集成强大的用户体验功能，提升产品的使用率。您可以在一个地方创建动态的用户流程，结合丰富的数据洞察和无限的集成选项。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FZPW3FFAT42XND?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/plg-os?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/3ace6245-c4fc-422a-939f-927d8dd99fc9.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="PLG OS"></p><p><strong>关键词</strong>：PLG OS, 用户激活, 产品采纳, 用户体验, 快速集成, 用户旅程, 动态用户流程, 数据洞察, 无尽集成, 一站式解决方案<br><strong>票数</strong>: 🔺312<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="10-figma-to-website"><a href="#10-figma-to-website" class="headerlink" title="10. figma.to.website"></a><a href="https://www.producthunt.com/posts/figma-to-website?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. figma.to.website</a></h2><p><strong>标语</strong>：在Figma中设计和部署网站，无需离开这个工具。<br><strong>介绍</strong>：在Figma中设计你的网站，点击发布（PUBLISH）即可瞬间上线你的实时网站。网站完全响应式，提供免费托管，并具备你所需的所有设置，包括搜索引擎优化（SEO）、性能优化、表单、定制代码、嵌入功能、分析等。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/RRFIRYHCHC2AQW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/figma-to-website?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/f2945901-2afe-40d9-8546-177274d2969d.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="figma.to.website"></p><p><strong>关键词</strong>：figma, 网站设计, 网站部署, Figma插件, 自适应网站, 免费托管, SEO设置, 性能优化, 表单, 自定义代码, 嵌入功能, 数据分析, 在线发布, 网站构<br><strong>票数</strong>: 🔺281<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="11-Spinach-AI"><a href="#11-Spinach-AI" class="headerlink" title="11. Spinach AI"></a><a href="https://www.producthunt.com/posts/spinach-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. Spinach AI</a></h2><p><strong>标语</strong>：主持会议、记录要点、实时回答问题。<br><strong>介绍</strong>：Spinach AI 是首个人工智能会议助手：</p><ul><li>可以加入你的 Zoom、Slack、Google Meet 或 Microsoft Teams 会议。</li><li>帮助管理会议议程。</li><li>记录会议要点，并回答关于之前会议的问题。</li><li>在你现有的工具中更新待办事项。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/MD2VL6AGP5PS7J?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/spinach-ai?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></li></ul><p><img src="https://ph-files.imgix.net/76334146-4097-420b-9c12-1874f704459c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Spinach AI"></p><p><strong>关键词</strong>：菠菜AI, 会议助手, 会议记录, 实时问答, Zoom, Slack, Google Meet, Microsoft Teams, 议程管理, 行动项更新, 人工智能会议代理<br><strong>票数</strong>: 🔺202<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="12-Fluency"><a href="#12-Fluency" class="headerlink" title="12. Fluency"></a><a href="https://www.producthunt.com/posts/fluency-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. Fluency</a></h2><p><strong>标语</strong>：自动化的过程文档，但要确保准确。<br><strong>介绍</strong>：打开 Fluency 应用，点击录音，然后按照你平时的方式进行操作。Fluency 会自动生成你的文档，里面包含了丰富上下文的步骤描述。你可以编辑这些文档并分享，或者通过 Fluency 与团队进行链接。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/I2HHOCNJ7IECEP?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fluency-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/7c5db7ed-5d29-414a-87b3-876e69fd5b6b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Fluency"></p><p><strong>关键词</strong>：流畅性, 自动化流程文档, 精确记录, 应用程序, 录制过程, 自动生成文档, 上下文丰富, 步骤描述, 编辑文档, 分享文档, 团队协<br><strong>票数</strong>: 🔺193<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="13-MIMO"><a href="#13-MIMO" class="headerlink" title="13. MIMO"></a><a href="https://www.producthunt.com/posts/mimo-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. MIMO</a></h2><p><strong>标语</strong>：阿里巴巴的先进视频到视频模型<br><strong>介绍</strong>：MIMO是一种通用模型，能够实现可控的视频合成，它可以在复杂的动作和物体互动中模拟任何人、任何地方的表现。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/R3YURE3M22WPJQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/mimo-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6089c5e7-0415-434f-be29-bca346940de8.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="MIMO"></p><p><strong>关键词</strong>：MIMO, 视频合成, 可控视频, 复杂动作, 物体交互, 阿里巴巴, 先进模型, 可泛化模型, 视频到视频模型<br><strong>票数</strong>: 🔺183<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="14-Diff-Text"><a href="#14-Diff-Text" class="headerlink" title="14. Diff Text"></a><a href="https://www.producthunt.com/posts/diff-text?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. Diff Text</a></h2><p><strong>标语</strong>：超级简单的文本比较<br><strong>介绍</strong>：瞬间找出两段文本之间的差异。支持纯文本、代码、JSON、YAML、HTML、CSS、Markdown等多种格式。非常适合开发者、写作者和任何需要快速在线比较文本变化的人。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/RJFG7OGXELOY75?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/diff-text?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/cda51c0c-a2e0-44b3-9fd6-a6eb191054aa.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Diff Text"></p><p><strong>关键词</strong>：文本比较, 文本差异, 代码比较, json比较, yaml比较, html比较, css比较, markdown比较, 开发者工具, 在线文本比较, 写作工具, 文本差异检测, 简单易用<br><strong>票数</strong>: 🔺179<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="15-CustomFit-ai-for-Shopify"><a href="#15-CustomFit-ai-for-Shopify" class="headerlink" title="15. CustomFit.ai for Shopify"></a><a href="https://www.producthunt.com/posts/customfit-ai-for-shopify?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. CustomFit.ai for Shopify</a></h2><p><strong>标语</strong>：根据访问者自动调整的登陆页面<br><strong>介绍</strong>：一个人工智能驱动的平台，帮助你轻松个性化和测试你的落地页，而无需编写代码。就像Canva一样，我们的Chrome扩展程序允许你通过拖放的方式制作无限种变化，并根据访问者的不同调整内容，测试效果最佳的方案。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/3U7YYH4AZIMSAG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/customfit-ai-for-shopify?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5f9dca61-e815-49bc-b4f2-1f97feb90446.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="CustomFit.ai for Shopify"></p><p><strong>关键词</strong>：CustomFit.ai, Shopify, 自动着陆页修改器, AI驱动, 个性化, 测试, 无需编码, Chrome扩展, 拖放, 无限变体, 内容更改, 访客, 最<br><strong>票数</strong>: 🔺178<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="16-easyy-click"><a href="#16-easyy-click" class="headerlink" title="16. easyy.click"></a><a href="https://www.producthunt.com/posts/easyy-click?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. easyy.click</a></h2><p><strong>标语</strong>：管理常用链接和笔记<br><strong>介绍</strong>：一键打开常用链接，轻松复制常用笔记。所有数据都经过加密，开源软件，一次付费，终身使用。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/4QZDRU6HQVV3XZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/easyy-click?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a281ac2f-c4e1-47a9-a136-a59e3fd2b460.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="easyy.click"></p><p><strong>关键词</strong>：easyy.click, 常用链接管理, 笔记管理, 一键打开, 加密, 开源, 一次付费, 永久使用, 便捷工具, 个人信息安全<br><strong>票数</strong>: 🔺148<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="17-TailConverter"><a href="#17-TailConverter" class="headerlink" title="17. TailConverter"></a><a href="https://www.producthunt.com/posts/tailconverter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. TailConverter</a></h2><p><strong>标语</strong>：将CSS转换为Tailwind CSS的最简单方法<br><strong>介绍</strong>：一键复制并转换成千上万元素的CSS。使用TailConverter浏览器扩展，节省时间。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NQRAIS3Z6MYRMA?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/tailconverter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/d575d70c-d20b-4825-ade8-bac839de635c.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="TailConverter"></p><p><strong>关键词</strong>：TailConverter, CSS 转换, Tailwind CSS, 浏览器扩展, 一键转换, 节省时间, 元素样式, 前端工具, 开发者工具, 网站设计<br><strong>票数</strong>: 🔺126<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="18-WhiteRabbitNeo"><a href="#18-WhiteRabbitNeo" class="headerlink" title="18. WhiteRabbitNeo"></a><a href="https://www.producthunt.com/posts/whiterabbitneo-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. WhiteRabbitNeo</a></h2><p><strong>标语</strong>：无审查的人工智能在网络安全中的应用<br><strong>介绍</strong>：这是首个无审查、开源的人工智能模型，专为红蓝队网络安全而设计。与WhiteRabbitNeo进行AI配对编程，能够为开发和安全运维(DevSecOps)团队提供基础设施即代码(IaC)开发、渗透测试、恶意软件制作等方面的专业知识。使用完全免费，欢迎访问WhiteRabbitNeo.com和Hugging Face。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/R4OB3TSNKARJ43?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/whiterabbitneo-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/58857656-e8e3-4fdb-bd31-af94616e5d28.gif?auto=format&fit=crop&frame=1&h=512&w=1024" alt="WhiteRabbitNeo"></p><p><strong>关键词</strong>：白兔新, 无审查AI, 网络安全, 开源AI模型, 红队, 蓝队, DevSecOps, 基础设施即代码, 渗透测试, 恶意软件制作, 免费使用, WhiteRabbitNeo<br><strong>票数</strong>: 🔺100<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="19-Spacebring-Reception"><a href="#19-Spacebring-Reception" class="headerlink" title="19. Spacebring Reception "></a><a href="https://www.producthunt.com/posts/spacebring-reception?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Spacebring Reception </a></h2><p><strong>标语</strong>：打造无缝的客人体验，从抵达直到离开。<br><strong>介绍</strong>：通过品牌化的接待系统，简化共享办公空间访客的注册流程。访客可以在接待处办理出入登记、请求主办方批准访问，并留下联系方式。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KGO4PRJLKA5H2S?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/spacebring-reception?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/bed559c1-e7f2-4afe-858d-40ef7e15cbde.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Spacebring Reception "></p><p><strong>关键词</strong>：共享办公空间, 客人接待, 注册流程, 到达体验, 离开体验, 品牌接待, 访客签入, 访客签出, 访问批准请求, 留下联系方式<br><strong>票数</strong>: 🔺81<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="20-Convertixo"><a href="#20-Convertixo" class="headerlink" title="20. Convertixo"></a><a href="https://www.producthunt.com/posts/convertixo-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. Convertixo</a></h2><p><strong>标语</strong>：五分钟将网站转化为应用程序<br><strong>介绍</strong>：将任何网站转换为Android和iOS应用，节省数千美元的定制应用费用。免费发送通知，重新吸引你的用户。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/A75DKM2XX4LHBR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/convertixo-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ab64336b-a131-41a1-a6c6-438c6f3cce29.webp?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Convertixo"></p><p><strong>关键词</strong>：Convertixo, 网站转应用, 安卓应用, iOS应用, 快速转换, 自定义应用节省费用, 用户通知, 重定向用户, 应用开发工具, 5分钟转换<br><strong>票数</strong>: 🔺64<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="21-WannaDare"><a href="#21-WannaDare" class="headerlink" title="21. WannaDare"></a><a href="https://www.producthunt.com/posts/wannadare?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. WannaDare</a></h2><p><strong>标语</strong>：技能型游戏——与玩家对赌，而不是与赌场对抗<br><strong>介绍</strong>：WannaDare 颠覆了在线博彩的传统，通过消除赌场的优势，让游戏变得更加公平。在这里，你可以通过技能型迷你游戏与朋友或陌生人直接竞争，自己设定赌注。没有算法的干扰，完全靠实力——谁技高一筹，谁就能赢得奖励。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/36AXPOVY3RBHX5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/wannadare?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5dc13829-e679-4417-b00b-da2ba43d1914.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="WannaDare"></p><p><strong>关键词</strong>：WannaDare, 技能游戏, 在线博彩, 竞技, 挑战, 迷你游戏, 竞争, 设置赌注, 朋友, 陌生人, 无房屋优势, 技能, 胜者<br><strong>票数</strong>: 🔺59<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="22-AccelBooks"><a href="#22-AccelBooks" class="headerlink" title="22. AccelBooks"></a><a href="https://www.producthunt.com/posts/accelbooks?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. AccelBooks</a></h2><p><strong>标语</strong>：更快推出会计产品。<br><strong>介绍</strong>：通过推出无工程烦恼的会计系统，提升收入并让客户满意。我们构建了一个可定制的、可嵌入的QuickBooks套件，现在只需通过一个简单易用的npm包即可访问。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GYE6FDX76A3Q2W?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/accelbooks?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b73bbe04-52dd-43e3-88af-8784130314d2.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="AccelBooks"></p><p><strong>关键词</strong>：AccelBooks, 会计产品, 快速启动, 收入增长, 客户满意, 可定制, 嵌入式, QuickBooks套件, npm包, 无需工程麻烦<br><strong>票数</strong>: 🔺56<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="23-EmailSpy"><a href="#23-EmailSpy" class="headerlink" title="23. EmailSpy"></a><a href="https://www.producthunt.com/posts/emailspy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. EmailSpy</a></h2><p><strong>标语</strong>：在各个域名中寻找公开的电子邮件地址，甚至那些隐藏的地址。<br><strong>介绍</strong>：EmailSpy 是一款可以从多个来源提取公开可用电子邮件的工具，适用于任何域名。它甚至能识别那些难缠的 [at] 符号。该工具采用了混合的 Firecrawl 和 Puppeteer 方法。你可以试用一下，然后免费复制和定制这个低代码的开源工具。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/FZTU3OH4KVJGQM?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/emailspy?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ed26552d-fe5e-4908-a358-ec0b6603f05e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="EmailSpy"></p><p><strong>关键词</strong>：EmailSpy, 公共邮箱, 域名, 邮件抓取, 爬虫技术, 低代码工具, 开源工具, 邮箱查找, Firecrawl, Puppeteer, 自定义工具, 免费使用, 邮件<br><strong>票数</strong>: 🔺50<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="24-Schema-Flux"><a href="#24-Schema-Flux" class="headerlink" title="24. Schema Flux"></a><a href="https://www.producthunt.com/posts/schema-flux?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. Schema Flux</a></h2><p><strong>标语</strong>：Shopify应用程序用于SEO结构化数据标记<br><strong>介绍</strong>：Schema Flux 是一款 Shopify 应用，可以轻松生成各种类型的结构化数据，并将其插入到相关页面中。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/CGP45W2GOD7T5W?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/schema-flux?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/69367130-c1db-4a3d-afa4-25dea7adeb36.webp?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Schema Flux"></p><p><strong>关键词</strong>：Schema Flux, Shopify应用, SEO, 架构标记, 结构化数据, 页面插入, 电商工具, 提升搜索排名, 数据优化, Shopify插件<br><strong>票数</strong>: 🔺47<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="25-Humanity-Games"><a href="#25-Humanity-Games" class="headerlink" title="25. Humanity Games"></a><a href="https://www.producthunt.com/posts/humanity-games?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. Humanity Games</a></h2><p><strong>标语</strong>：有目标地玩耍<br><strong>介绍</strong>：人类游戏公司专注于制作复古风格的游戏，旨在关注现实世界中的问题。我们的游戏通过有趣的玩法和深刻的寓意相结合，激励积极改变，鼓励玩家反思并采取行动，为创造更美好的世界贡献力量。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/JFCJFTZTALAM2E?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/humanity-games?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/86600cc5-c691-4ec4-8e39-03d7485f9c2e.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Humanity Games"></p><p><strong>关键词</strong>：人性游戏, 复古风格游戏, 游戏设计, 社会问题, 积极变化, 游戏教育, 娱乐与意义, 反思与行动, 更美好的世界, 游戏与责任<br><strong>票数</strong>: 🔺36<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="26-AI-App-Icon"><a href="#26-AI-App-Icon" class="headerlink" title="26. AI App Icon"></a><a href="https://www.producthunt.com/posts/ai-app-icon?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. AI App Icon</a></h2><p><strong>标语</strong>：🎨 用AI打造惊艳的应用图标 🚀<br><strong>介绍</strong>：通过人工智能快速生成独特而引人注目的应用图标。无论您是开发者还是设计师，我们的AI工具都能帮助您在几次点击之间为应用、游戏和网站创建个性化图标。节省时间，激发创意！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/SI7EE4A5AYKCI2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/ai-app-icon?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/66978189-b19d-4119-8c89-7b945153e923.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="AI App Icon"></p><p><strong>关键词</strong>：AI应用图标, 应用图标生成, AI图标设计, 自定义图标, 开发者工具, 设计师工具, 创意图标, 快速生成图标, 应用程序图标, 游戏图<br><strong>票数</strong>: 🔺34<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="27-Culture-Counter"><a href="#27-Culture-Counter" class="headerlink" title="27. Culture Counter"></a><a href="https://www.producthunt.com/posts/culture-counter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. Culture Counter</a></h2><p><strong>标语</strong>：世界上首个职场文化测量工具<br><strong>介绍</strong>：Culture Counter 是一款免费且易于使用的工具，旨在通过简单的净推荐值（NPS）方法来衡量和改善组织文化。它能够提供清晰的见解，帮助组织识别自身的优势和需要改进的地方。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HON5VI4HGTT4CO?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/culture-counter?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/52acdc2b-0408-44aa-84cf-a16c37e4d01f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Culture Counter"></p><p><strong>关键词</strong>：文化计数器, 职场文化, 组织文化测量工具, NPS, 净推荐值, 文化改善, 组织洞察, 优势识别, 改进领域, 免费工具<br><strong>票数</strong>: 🔺24<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="28-Quadratic-JavaScript"><a href="#28-Quadratic-JavaScript" class="headerlink" title="28. Quadratic JavaScript"></a><a href="https://www.producthunt.com/posts/quadratic-javascript?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. Quadratic JavaScript</a></h2><p><strong>标语</strong>：现代电子表格，支持原生JavaScript<br><strong>介绍</strong>：Quadratic电子表格现在支持全球最流行的编程语言——JavaScript。通过将JavaScript与其他语言如Python、SQL和公式相结合，您可以构建灵活的电子表格。还可以利用人工智能来编写、修复和完善您的代码。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/SQJ2AC4CQ62Q2N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/quadratic-javascript?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/9b259731-814e-4323-9b6b-d6b7160c32c6.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Quadratic JavaScript"></p><p><strong>关键词</strong>：现代电子表格, JavaScript支持, 灵活电子表格, 编程语言, Python, SQL, 公式, 人工智能, 编码, 修复代码, 精炼代码<br><strong>票数</strong>: 🔺22<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="29-Startup73-Animated-Pitch-Deck-Excellence"><a href="#29-Startup73-Animated-Pitch-Deck-Excellence" class="headerlink" title="29. Startup73 Animated Pitch Deck Excellence"></a><a href="https://www.producthunt.com/posts/startup73-animated-pitch-deck-excellence?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. Startup73 Animated Pitch Deck Excellence</a></h2><p><strong>标语</strong>：高端动画演示文稿及免费演示文稿评审<br><strong>介绍</strong>：Startup73 专注于制作高质量的 PowerPoint 演示文稿，帮助您提升演示效果并吸引投资者。我们将您的愿景转化为令人信服的投资提案，结合独特的设计和精彩的故事讲述。现在提供免费演示文稿评审，使用折扣码 PH10OFF 在全站享受 10% 的优惠，活动截止到 10 月 15 日！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NM5OAZB2CYN6WG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/startup73-animated-pitch-deck-excellence?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/e817ceaf-2076-42db-a577-30e61f5dc313.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Startup73 Animated Pitch Deck Excellence"></p><p><strong>关键词</strong>：创业, 动画演示文稿, 演示文稿设计, 投资吸引, 免费演示文稿评审, 优质设计, 故事讲述, PowerPoint演示文稿, 投资者,<br><strong>票数</strong>: 🔺21<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr><h2 id="30-Askiyo"><a href="#30-Askiyo" class="headerlink" title="30. Askiyo"></a><a href="https://www.producthunt.com/posts/askiyo?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. Askiyo</a></h2><p><strong>标语</strong>：实时会议助手，助力智能引导对话<br><strong>介绍</strong>：与其在看到会议总结后才意识到自己如何能更好地达成线上会议的目标，不如试试Askiyo。它是一个实时会议助手，能够持续提供提示、流程和智能跟进建议——所有这些信息都是私密的，只有你能看到。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/NNP2FKD4WXEFUS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/askiyo?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/6f1692d8-fafd-4f76-bffb-4bad43cdc960.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Askiyo"></p><p><strong>关键词</strong>：Askiyo, 实时会议助手, 智能对话, 会议目标, 提示建议, 智能跟进, 在线会议, 私密可见, 会议效率, 会议管理<br><strong>票数</strong>: 🔺20<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月26日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-09-27/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-09-27/"/>
    <published>2024-09-27T08:54:39.494Z</published>
    <summary>
      <![CDATA[<h1 id="PH今日热榜-2024-09-27"><a href="#PH今日热榜-2024-09-27" class="headerlink" title="PH今日热榜 | 2024-09-27"></a>PH今日热榜 | 2024-09-27</h1><h2 id="1]]>
    </summary>
    <title>PH今日热榜 | 2024-09-27</title>
    <updated>2024-09-27T08:54:40.574Z</updated>
  </entry>
  <entry>
    <author>
      <name>白上賞一「しらかみしょういち」</name>
    </author>
    <content>
      <![CDATA[<h1 id="PH今日热榜-2024-09-26"><a href="#PH今日热榜-2024-09-26" class="headerlink" title="PH今日热榜 | 2024-09-26"></a>PH今日热榜 | 2024-09-26</h1><h2 id="1-Not-Common"><a href="#1-Not-Common" class="headerlink" title="1. Not Common"></a><a href="https://www.producthunt.com/posts/not-common?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">1. Not Common</a></h2><p><strong>标语</strong>：在浏览时，验证社交账户的真实性。<br><strong>介绍</strong>：NotCommon 是一款免费的浏览器扩展工具，可以在你浏览网页时，立即验证网站和社交媒体个人资料的真实性，甚至在私信中也能使用。通过我们的实时绿色认证标志 ✅，保护你免受冒充诈骗的侵害。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/M2HXEWKBBQCR2Y?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/not-common?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/06460c4e-5cc9-4373-8864-e42df2ed9b42.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Not Common"></p><p><strong>关键词</strong>：NotCommon, 社交账号验证, 浏览器扩展, 网站真实性, 社交媒体真实, 保护, 骗局防范, 实时指示器, 绿色标识, 安全浏览<br><strong>票数</strong>: 🔺754<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="2-Pocus-AI-Account-Plan-Generator"><a href="#2-Pocus-AI-Account-Plan-Generator" class="headerlink" title="2. Pocus AI Account Plan Generator"></a><a href="https://www.producthunt.com/posts/pocus-ai-account-plan-generator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">2. Pocus AI Account Plan Generator</a></h2><p><strong>标语</strong>：为您的目标客户快速定制销售策略<br><strong>介绍</strong>：在几秒钟内生成强大的客户计划。Pocus 利用公司年报、网站、新闻、播客等信息，为您量身定制战略客户计划。它甚至会结合您的价值主张，提供如何向客户推销的建议。就像专为销售人员打造的 ChatGPT。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/G7E4WXCWHBDPN3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/pocus-ai-account-plan-generator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2a1bf34b-177f-4b91-aa01-6c410939653f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Pocus AI Account Plan Generator"></p><p><strong>关键词</strong>：Pocus AI, 账号计划生成器, 销售策略, 目标账户, 快速生成, 战略账户计划, 数据分析, 价值主张, 销售工具, 自动化, 聊天机器人,<br><strong>票数</strong>: 🔺633<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="3-Agent-Gold"><a href="#3-Agent-Gold" class="headerlink" title="3. Agent Gold"></a><a href="https://www.producthunt.com/posts/agent-gold-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">3. Agent Gold</a></h2><p><strong>标语</strong>：为你的下一个突破性视频寻找AI YouTube研究助手<br><strong>介绍</strong>：你的个人YouTube研究助手根据你所在领域的顶尖内容创作者提供10个视频创意。每个数据支持的创意都配有标题、缩略图、引人注目的开头和符合你风格的脚本。你还可以一次性进行A&#x2F;B测试和优化所有视频。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/QB5BM6MZGLFTDS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/agent-gold-1?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/f5102c6d-1020-4ccd-abc2-df2c44234fcd.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Agent Gold"></p><p><strong>关键词</strong>：Agent Gold, 人工智能, YouTube研究, 视频创意, 数据驱动, 视频标题, 缩略图, 吸引点, 脚本, A&#x2F;B测试, 优化视频, 小众视频, 视频<br><strong>票数</strong>: 🔺533<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="4-Forecastio"><a href="#4-Forecastio" class="headerlink" title="4. Forecastio"></a><a href="https://www.producthunt.com/posts/forecastio?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">4. Forecastio</a></h2><p><strong>标语</strong>：为HubSpot用户提供的销售业绩管理平台<br><strong>介绍</strong>：Forecastio能够帮助销售团队实现业绩目标，方法是根据历史和当前的表现设定现实的目标、制定准确的销售预测，并及早识别出业绩差距。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/BCCIZNN6PV7JPW?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/forecastio?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a3e8aa8c-4e03-41b6-b9e0-206760547486.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Forecastio"></p><p><strong>关键词</strong>：Forecastio, 销售业绩管理平台, HubSpot用户, 销售团队, 实际目标, 历史绩效, 当前绩效, 准确销售预测, 绩效差距识别, 销<br><strong>票数</strong>: 🔺528<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="5-Dubble"><a href="#5-Dubble" class="headerlink" title="5. Dubble"></a><a href="https://www.producthunt.com/posts/dubble-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">5. Dubble</a></h2><p><strong>标语</strong>：边工作边做文档<br><strong>介绍</strong>：Dubble是一款文档工具，它能够观察你的工作过程，将你的操作转化为逐步指南、视频和截图——这样你就不用自己去做了。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/GT3FUFHCBUNO6V?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/dubble-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/870f8723-1c3c-4d21-9b9d-41c93a3e993f.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Dubble"></p><p><strong>关键词</strong>：Dubble, 文档工具, 工作文档, 自动记录, 逐步指南, 视频, 截图, 效率工具, 工作流程, 过程记录<br><strong>票数</strong>: 🔺503<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="6-Workflow-Kit-by-Inngest"><a href="#6-Workflow-Kit-by-Inngest" class="headerlink" title="6. Workflow Kit by Inngest"></a><a href="https://www.producthunt.com/posts/workflow-kit-by-inngest?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">6. Workflow Kit by Inngest</a></h2><p><strong>标语</strong>：开源软件开发工具包，让你的产品添加类似Zapier的工作流程<br><strong>介绍</strong>：Inngest的工作流工具包是将类似Zapier的工作流用户界面快速便捷地集成到您产品中的最佳选择。您只需在后端定义操作，就能在一天内为用户提供工作流界面。快来开始构建吧：inngest.com<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/2UBM7OKHYYHYNZ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/workflow-kit-by-inngest?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1dfeb6d8-9dca-41e4-af31-047dbeec1df7.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Workflow Kit by Inngest"></p><p><strong>关键词</strong>：Workflow Kit, Inngest, 开源SDK, Zapier, 工作流, 用户界面, 后端, 快速, 简单, 产品集成, 工作流体验, 开发工具, 低代码, 自动化, UI<br><strong>票数</strong>: 🔺371<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="7-LlamaCoder"><a href="#7-LlamaCoder" class="headerlink" title="7. LlamaCoder "></a><a href="https://www.producthunt.com/posts/llamacoder?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">7. LlamaCoder </a></h2><p><strong>标语</strong>：Meta推出的人工智能编码助手<br><strong>介绍</strong>：随着Llama 3.1 405B的发布，TogetherCompute推出了LlamaCoder——一个开源的网页应用，可以根据提示生成整个应用程序。现在，这个项目在GitHub上已经被数百名开发者克隆，并获得了超过2000个星标。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/BKAYOENZBHHJK4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/llamacoder?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/ab7c0fa8-7e7c-4f53-bac1-7c76b16915f9.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="LlamaCoder "></p><p><strong>关键词</strong>：LlamaCoder, AI 编程助手, Meta, 开源 web 应用, 应用生成, Llama 3.1 405B, TogetherCompute, GitHub, 开发者, 克隆, 明星数, 编程<br><strong>票数</strong>: 🔺318<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="8-Diagrid-Catalyst"><a href="#8-Diagrid-Catalyst" class="headerlink" title="8. Diagrid Catalyst"></a><a href="https://www.producthunt.com/posts/diagrid-catalyst?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">8. Diagrid Catalyst</a></h2><p><strong>标语</strong>：编写可靠且可移植的微服务的最快方法<br><strong>介绍</strong>：Catalyst为开发者提供了一套强大的、全方位的API，帮助他们构建分布式应用程序。这样，你就可以不必再拼凑零散的库，专注于真正重要的代码。它与您的基础设施无缝集成，并由开源的Dapr驱动。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UJQZIYGXJCTBSK?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/diagrid-catalyst?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/dad9cef9-6c86-47f7-a718-a83c6838802c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Diagrid Catalyst"></p><p><strong>关键词</strong>：Diagrid Catalyst, 微服务, 开发者, API, 分布式应用, 可靠性, 可移植性, 开源, Dapr, 集成基础设施, 应用开发, 编程工具, 软件开发<br><strong>票数</strong>: 🔺248<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="9-Spotify-AI-Playlist"><a href="#9-Spotify-AI-Playlist" class="headerlink" title="9. Spotify AI Playlist"></a><a href="https://www.producthunt.com/posts/spotify-ai-playlist?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">9. Spotify AI Playlist</a></h2><p><strong>标语</strong>：把你最有创意的想法变成播放列表。<br><strong>介绍</strong>：AI Playlist结合了Spotify强大的个性化技术和生成式人工智能，用户可以将他们最富创意的想法转化为播放列表。为你量身定制，轻松创建和编辑理想的音乐混合。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/PSKBKKFBHCXJQF?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/spotify-ai-playlist?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/5f37fb1f-fae8-4a04-8909-a75397206f37.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Spotify AI Playlist"></p><p><strong>关键词</strong>：Spotify, AI歌单, 个性化, 生成式AI, 音乐混合, 创意, 播放列表, 音乐推荐, 自定义音乐, 创作灵感<br><strong>票数</strong>: 🔺246<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="10-Heatbot-io"><a href="#10-Heatbot-io" class="headerlink" title="10. Heatbot.io"></a><a href="https://www.producthunt.com/posts/heatbot-io?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">10. Heatbot.io</a></h2><p><strong>标语</strong>：利用AI根据热图生成优化网站<br><strong>介绍</strong>：Heatbot 是一个数据驱动的生成式用户界面构建工具。你只需上传用户分析热图，AI 就能在几秒钟内为你生成优化的网站。Heatbot 将成为你的一站式用户体验设计助手。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/WZ77DNJLIKS6VS?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/heatbot-io?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0f0964fd-8a31-4960-9d0a-7ad0d0c68043.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Heatbot.io"></p><p><strong>关键词</strong>：Heatbot.io, 热图分析, AI生成网站, 用户体验, 数据驱动, 生成式UI构建器, 改进网站, 用户分析, UX工具, 网站优化<br><strong>票数</strong>: 🔺203<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="11-AI-SERP-Analyzer-by-Buddler"><a href="#11-AI-SERP-Analyzer-by-Buddler" class="headerlink" title="11. AI SERP Analyzer by Buddler"></a><a href="https://www.producthunt.com/posts/ai-serp-analyzer-by-buddler?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">11. AI SERP Analyzer by Buddler</a></h2><p><strong>标语</strong>：轻松掌握超越SEO竞争对手的方法<br><strong>介绍</strong>：访问一个全面的仪表盘，获取针对任意关键词的前十名谷歌搜索结果分析和实时洞察。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/ASNFDZZ4MIT6J6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/ai-serp-analyzer-by-buddler?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/4a7937a4-7531-427c-851b-a16f6cdf5f7c.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="AI SERP Analyzer by Buddler"></p><p><strong>关键词</strong>：AI SERP分析器, Buddler, SEO竞争对手, Google搜索结果, 关键词分析, 实时洞察, 综合仪表板, 提升搜索排名, 关键词研究, 数据分析工具<br><strong>票数</strong>: 🔺188<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="12-Polarsteps"><a href="#12-Polarsteps" class="headerlink" title="12. Polarsteps"></a><a href="https://www.producthunt.com/posts/polarsteps-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">12. Polarsteps</a></h2><p><strong>标语</strong>：轻松规划、追踪和重温你的旅行经历。<br><strong>介绍</strong>：一款旅行应用，让你的每一次冒险都更精彩。规划、追踪并重温你的旅行，现在还有全新设计的美丽世界地图和一起旅行的选项哦。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/HWZGKAPOQ64J2Q?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/polarsteps-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/2a4c617c-cee3-4926-951b-f02c141a9fbf.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Polarsteps"></p><p><strong>关键词</strong>：旅行应用, 旅行计划, 旅行记录, 旅行回顾, 世界地图, 旅行分享, 旅行冒险, 旅行工具, 旅行社交, 旅行管理<br><strong>票数</strong>: 🔺188<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="13-Y-Pod"><a href="#13-Y-Pod" class="headerlink" title="13. Y-Pod"></a><a href="https://www.producthunt.com/posts/y-pod?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">13. Y-Pod</a></h2><p><strong>标语</strong>：带有人工智能的生活目标规划器<br><strong>介绍</strong>：Y-Pod是终极人生目标规划工具，它帮助你将宏大的终身梦想与日常的小行动连接起来。借助人工智能提供的智能洞察、生活领域划分和生活日历，Y-Pod帮助你保持组织、有动力，并确保你朝着目标稳步前进。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/5CKYOLU2KJNOOC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/y-pod?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/be6863bb-d7b0-4f58-85fb-3bfa330763a6.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Y-Pod"></p><p><strong>关键词</strong>：Y-Pod, 生活目标规划器, 人工智能, 目标管理, 生活梦想, 日常行动, 组织, 激励, 生活日历, 计划工具, 目标达成<br><strong>票数</strong>: 🔺171<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="14-Haystack"><a href="#14-Haystack" class="headerlink" title="14. Haystack"></a><a href="https://www.producthunt.com/posts/haystack-6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">14. Haystack</a></h2><p><strong>标语</strong>：在无限画布上可视化和编辑你的代码库<br><strong>介绍</strong>：Haystack重新构想了集成开发环境（IDE），把它放在一个二维数字白板上。在你浏览和编辑文件时，它会自动绘制代码之间的连接。我们设计这个工具是为了符合我们对代码协作方式的理解——将代码视为一个互相关联的组件图。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/RV7BCFLRAWGATR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/haystack-6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/22b26cbc-aa71-4b8c-961e-0a4e2fc1cc31.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Haystack"></p><p><strong>关键词</strong>：Haystack, 代码可视化, 编辑代码, 无限画布, IDE, 数字白板, 代码连接, 文件导航, 代码组件, 图形化, 开发工具<br><strong>票数</strong>: 🔺166<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="15-sudoku-coach"><a href="#15-sudoku-coach" class="headerlink" title="15. sudoku.coach"></a><a href="https://www.producthunt.com/posts/sudoku-coach-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">15. sudoku.coach</a></h2><p><strong>标语</strong>：玩耍、学习，还有更多……<br><strong>介绍</strong>：sudoku.coach 是满足你所有数独需求的网站。在这里，你可以解答数独，学习新技巧，进行练习，还可以将数独打印出来等等，功能丰富，尽在掌握。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/TWA2KZIOUUDQXC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/sudoku-coach-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/526c0ac0-53f2-4c59-99c4-69216ed80ec1.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="sudoku.coach"></p><p><strong>关键词</strong>：数独教练, 数独, 玩, 学习, 解题, 技巧, 练习, 打印, 在线游戏, 数独需求<br><strong>票数</strong>: 🔺159<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="16-Deplify"><a href="#16-Deplify" class="headerlink" title="16. Deplify"></a><a href="https://www.producthunt.com/posts/deplify-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">16. Deplify</a></h2><p><strong>标语</strong>：在AWS上快速、顺畅地启动。<br><strong>介绍</strong>：在自己的AWS账户中体验类似Vercel的服务。Deplify与AWS Lambda结合，为您部署、管理和扩展应用程序提供无与伦比的成本和时间节省。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/LIU5A4AGOCIUID?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/deplify-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/13a84a52-ff31-4d1f-95fe-b411f9f23395.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Deplify"></p><p><strong>关键词</strong>：Deplify, AWS, 快速部署, 无摩擦体验, Vercel, AWS Lambda, 成本节省, 时间节省, 应用管理, 应用扩展<br><strong>票数</strong>: 🔺136<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="17-App-Lock-by-Lilucat"><a href="#17-App-Lock-by-Lilucat" class="headerlink" title="17. App Lock by Lilucat"></a><a href="https://www.producthunt.com/posts/app-lock-by-lilucat?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">17. App Lock by Lilucat</a></h2><p><strong>标语</strong>：隐藏应用程序并锁定视频和照片<br><strong>介绍</strong>：App Lock是一款隐私保护应用，旨在帮助你隐藏和保护敏感应用。通过App Lock，你可以轻松锁定和隐藏任何你想要的应用或媒体文件，确保你的隐私不被窥探，远离他人的目光。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/UV6U3ULTIYXRPR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/app-lock-by-lilucat?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0deb5199-644c-4b8b-a116-2c60da4a7c91.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="App Lock by Lilucat"></p><p><strong>关键词</strong>：应用锁, 隐私应用, 隐藏应用, 锁定视频, 锁定照片, 安全保护, 敏感应用, 私密文件, 防止窥探, 保护隐私<br><strong>票数</strong>: 🔺133<br><strong>是否精选</strong>：是<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="18-Wren-AI-Cloud"><a href="#18-Wren-AI-Cloud" class="headerlink" title="18. Wren AI Cloud"></a><a href="https://www.producthunt.com/posts/wren-ai-cloud?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">18. Wren AI Cloud</a></h2><p><strong>标语</strong>：释放客户洞察。与数据对话。推动成果。<br><strong>介绍</strong>：在理解客户方面遇到困难吗？Wren AI Cloud，您的人工智能营销智能助手，可以帮助您发掘数据中隐藏的洞察。用简单易懂的英语进行沟通。整合来自HubSpot、Airtable、Google Sheets等多个平台的数据，提升您的营销和销售效果。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/Q2CYY523NJHNK5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/wren-ai-cloud?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/b66ab778-e576-4f10-a63e-fc43b1e193a2.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Wren AI Cloud"></p><p><strong>关键词</strong>：Wren AI Cloud, 客户洞察, 数据聊天, AI营销智能, 数据分析, HubSpot, Airtable, Google Sheets, 市场营销, 销售提升, 数据整合<br><strong>票数</strong>: 🔺113<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="19-Uplift"><a href="#19-Uplift" class="headerlink" title="19. Uplift"></a><a href="https://www.producthunt.com/posts/uplift-4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">19. Uplift</a></h2><p><strong>标语</strong>：运动评估与人工智能教练<br><strong>介绍</strong>：在应用中记录你的运动表现，Uplift的人工智能会生成一个3D模型，为你提供个性化的见解，比如跳跃高度、起跳速度等，帮助你提升爆发力、灵活性和整体表现。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/KKODVAHPTXLWCO?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/uplift-4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/3abe50b9-a1c0-47c3-96c0-1eb0b9959e26.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Uplift"></p><p><strong>关键词</strong>：Uplift, 运动评估, 人工智能教练, 运动记录, 3D模型, 个性化洞察, 跳跃高度, 起飞速度, 爆发力, 敏捷性,<br><strong>票数</strong>: 🔺105<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="20-StarDots"><a href="#20-StarDots" class="headerlink" title="20. StarDots"></a><a href="https://www.producthunt.com/posts/stardots-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">20. StarDots</a></h2><p><strong>标语</strong>：您的一站式图像托管与转换强大工具！<br><strong>介绍</strong>：StarDots是一个功能丰富的平台，旨在让你全面掌控自己的图像。无论你是设计师、开发者、摄影师还是内容创作者，它都能为你提供一个无缝的体验，让你在一个地方轻松管理、编辑和分享图像。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/XTKB6UW47CTTVH?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/stardots-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/dad7cfaf-5c93-4920-b0bb-5e5074045e47.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="StarDots"></p><p><strong>关键词</strong>：StarDots, 图像托管, 图像转换, 全能平台, 图片管理, 图片编辑, 图片共享, 设计师, 开发者, 摄影师, 内容创作者, 无缝体验<br><strong>票数</strong>: 🔺67<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="21-Nut-Goals"><a href="#21-Nut-Goals" class="headerlink" title="21. Nut Goals"></a><a href="https://www.producthunt.com/posts/nut-goals?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">21. Nut Goals</a></h2><p><strong>标语</strong>：像松鼠一样追踪资产和制定储蓄计划。<br><strong>介绍</strong>：Nut Goals帮助你轻松跟踪资产、组织储蓄计划和设定目标。它旨在促进明智消费，鼓励积极储蓄，并控制消费冲动。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/AUVSYARELB6EH4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/nut-goals?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/47feff4c-c419-40d0-89f6-62758ac6d4d4.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Nut Goals"></p><p><strong>关键词</strong>：Nut Goals, 资产跟踪, 储蓄计划, 目标设定, 聪明消费, 积极储蓄, 控制消费冲动, 理财工具, 财务管理, 预算规划<br><strong>票数</strong>: 🔺66<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="22-FundBase-Raise-Funds-but-AI-first"><a href="#22-FundBase-Raise-Funds-but-AI-first" class="headerlink" title="22. FundBase - Raise Funds but AI first"></a><a href="https://www.producthunt.com/posts/fundbase-raise-funds-but-ai-first?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">22. FundBase - Raise Funds but AI first</a></h2><p><strong>标语</strong>：初创企业与投资者的AI matchmaking 工具🤖📊<br><strong>介绍</strong>：🚀 介绍 FundBase：你创业的融资超级助手！🦸‍♂️💰 告别无休止的冷邮件和人脉活动吧！我们打造了一个终极的人工智能平台，旨在将有雄心的初创企业与理想的投资者连接起来。🤝✨<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/I7F35TFPPEZFXV?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/fundbase-raise-funds-but-ai-first?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/bd62ba4e-f775-4a34-a381-848354aa1742.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="FundBase - Raise Funds but AI first"></p><p><strong>关键词</strong>：FundBase, 筹款, 人工智能, 初创企业, 投资者, AI匹配, 融资平台, 创业资金, 投资机会, 网络连接, 创业者, 投资管理<br><strong>票数</strong>: 🔺65<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="23-Personal-Therapy-OS"><a href="#23-Personal-Therapy-OS" class="headerlink" title="23. Personal Therapy OS "></a><a href="https://www.producthunt.com/posts/personal-therapy-os?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">23. Personal Therapy OS </a></h2><p><strong>标语</strong>：你是否需要一种方法，让你的治疗会议更有效呢？<br><strong>介绍</strong>：介绍个人治疗操作系统——一个用于管理您的治疗会议的互动系统。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/L7SEYN62WSPY3N?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/personal-therapy-os?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/7f893df8-6641-410e-a1fe-484f4f785e39.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Personal Therapy OS "></p><p><strong>关键词</strong>：个人治疗操作系统, 互动管理系统, 治疗会议, 提升治疗效果, 心理治疗, 个人化治疗, 治疗管理, 会议优化, 心理健康, 治疗工具<br><strong>票数</strong>: 🔺52<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="24-Pentra"><a href="#24-Pentra" class="headerlink" title="24. Pentra"></a><a href="https://www.producthunt.com/posts/pentra?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">24. Pentra</a></h2><p><strong>标语</strong>：无忧的渗透测试报告撰写<br><strong>介绍</strong>：Pentra通过记录你在Linux命令行和Burp中的操作，自动生成渗透测试报告，并利用生成式人工智能将这些数据转化为详细报告。这样，你就可以节省大量手动撰写的时间，专注于测试工作——Pentra会为你生成报告，优化你的工作流程。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/YG2VHE67ZXKKD5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/pentra?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a18499e9-046b-468f-a0b4-d7a278416b4b.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Pentra"></p><p><strong>关键词</strong>：Pentra, 渗透测试, 报告自动化, Linux CLI, Burp, 生成式AI, 手动写作, 工作流优化, 安全测试, 渗透报告<br><strong>票数</strong>: 🔺35<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="25-Cloud-IT-Infrastructure-Audit-Checklist"><a href="#25-Cloud-IT-Infrastructure-Audit-Checklist" class="headerlink" title="25. Cloud IT Infrastructure Audit Checklist"></a><a href="https://www.producthunt.com/posts/cloud-it-infrastructure-audit-checklist?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">25. Cloud IT Infrastructure Audit Checklist</a></h2><p><strong>标语</strong>：IT基础设施的完美之道：你的审计检查清单<br><strong>介绍</strong>：这份清单可以帮助你审查和优化你的IT基础设施。它涵盖了安全性、性能和合规性等重要领域，让你更容易识别潜在的风险和不足之处。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/LEVBY6WYCTDHGR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/cloud-it-infrastructure-audit-checklist?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/0ec832b5-3ee4-44fd-ba29-f3d2e2897fc8.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Cloud IT Infrastructure Audit Checklist"></p><p><strong>关键词</strong>：云计算, IT基础设施, 审计清单, 安全, 性能, 合规性, 风险识别, 最佳实践, 优化, 评估工具<br><strong>票数</strong>: 🔺34<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="26-Unitools-by-GeekyAnts"><a href="#26-Unitools-by-GeekyAnts" class="headerlink" title="26. Unitools by GeekyAnts"></a><a href="https://www.producthunt.com/posts/unitools-by-geekyants?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">26. Unitools by GeekyAnts</a></h2><p><strong>标语</strong>：Next.js 和 Expo 的统一API与工具<br><strong>介绍</strong>：Unitools是一套开源工具包，旨在为Expo和Next.js提供一致的API，让你不再为处理平台特定的代码而烦恼。我们的目标是让跨平台开发不仅变得可行，还能变得愉快和高效。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VL4EMM5BAYRHST?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/unitools-by-geekyants?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/698c7a07-3ded-4bbc-b0a5-0986ac3c76e4.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Unitools by GeekyAnts"></p><p><strong>关键词</strong>：Unitools, GeekyAnts, 统一API, Next.js, Expo, 开源工具包, 跨平台开发, 多平台开发, API一致性, 高效开发, 便捷开发, 开发工具<br><strong>票数</strong>: 🔺32<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="27-ReferralHero-New-UX-UI"><a href="#27-ReferralHero-New-UX-UI" class="headerlink" title="27. ReferralHero - New UX&#x2F;UI"></a><a href="https://www.producthunt.com/posts/referralhero-new-ux-ui?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">27. ReferralHero - New UX&#x2F;UI</a></h2><p><strong>标语</strong>：通过我们的自动化推荐增长引擎，让你的用户数量增加十倍！<br><strong>介绍</strong>：激励参与者推荐他人，助力你的业务增长！步骤如下：1. 客户会获得一个独特的推荐链接。2. 他们可以通过电子邮件、短信等方式分享这个链接。3. 朋友们通过链接注册、购买商品或下载你的应用程序。4. 推荐人获得奖励，而你也能吸引到新客户！<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/STTRRYR3JX5EJQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/referralhero-new-ux-ui?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/cb96ec33-9dc1-4ffc-856c-a3c36c45725c.jpeg?auto=format&fit=crop&frame=1&h=512&w=1024" alt="ReferralHero - New UX&#x2F;UI"></p><p><strong>关键词</strong>：ReferralHero, 用户增长, 自动化推荐, 激励参与者, 推荐链接, 分享, 电子邮件, 短信, 新客户, 奖励机制, 业务增长, 推荐引擎, 用户激励,<br><strong>票数</strong>: 🔺31<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="28-Lesson-Plan-Generator"><a href="#28-Lesson-Plan-Generator" class="headerlink" title="28. Lesson Plan Generator"></a><a href="https://www.producthunt.com/posts/lesson-plan-generator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">28. Lesson Plan Generator</a></h2><p><strong>标语</strong>：为语言课程制定个性化的课程计划<br><strong>介绍</strong>：课程计划生成器是一款专为语言教育工作者设计的工具，旨在帮助他们制定结构清晰、内容详细且有效的课程计划，以满足学生的需求。我们的应用程序注重简洁和高效，使教育工作者能够把更多精力放在教学上。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/C3U3A2ZKRC5CTQ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/lesson-plan-generator?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/a5e36bfa-d5b0-4362-9434-46f1ee52b5db.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Lesson Plan Generator"></p><p><strong>关键词</strong>：课程计划生成器, 语言课程, 教学工具, 教师, 课程设计, 结构化计划, 教学效率, 学生需求, 定制化课程, 教育应用<br><strong>票数</strong>: 🔺27<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="29-Launchgrid"><a href="#29-Launchgrid" class="headerlink" title="29. Launchgrid"></a><a href="https://www.producthunt.com/posts/launchgrid?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">29. Launchgrid</a></h2><p><strong>标语</strong>：探索今天在Product Hunt和Hacker News上的新产品发布<br><strong>介绍</strong>：Launchgrid 是您获取今天最新产品发布信息的好去处，涵盖了 Product Hunt 和 Hacker News 的内容。您可以快速浏览这个网格，轻松了解每个产品的发布情况。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/VQUFLD3APMBGJT?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/launchgrid?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/709a813d-63bd-4ac4-85f8-6481c294ecdd.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Launchgrid"></p><p><strong>关键词</strong>：Launchgrid, 产品发布, Product Hunt, Hacker News, 最新产品, 发布概览, 产品探索, 启动平台, 今日发布, 创新产品<br><strong>票数</strong>: 🔺26<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr><h2 id="30-Telegram-Logger"><a href="#30-Telegram-Logger" class="headerlink" title="30. Telegram Logger"></a><a href="https://www.producthunt.com/posts/telegram-logger?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">30. Telegram Logger</a></h2><p><strong>标语</strong>：一键免费登录Telegram！<br><strong>介绍</strong>：Telegram Logger 让你只需点击一下就能获得一个专属的 cURL，用于记录你项目中的事件⚡。这样你就不需要花费超过4个小时去拖延，自己去创建一个机器人。它还完全私密，仅需100个Telegram ⭐即可处理1069个请求。<br><strong>产品网站</strong>: <a href="https://www.producthunt.com/r/6ZVYCKHW4PZUV4?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">立即访问</a><br><strong>Product Hunt</strong>: <a href="https://www.producthunt.com/posts/telegram-logger?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application:+decohack+(ID:+131684)">View on Product Hunt</a></p><p><img src="https://ph-files.imgix.net/1e52581e-c12c-46c1-84c8-66947b424e53.png?auto=format&fit=crop&frame=1&h=512&w=1024" alt="Telegram Logger"></p><p><strong>关键词</strong>：Telegram Logger, 日志记录, 一键操作, 免费, cURL, 项目事件, 个人化, 私密, Telegram 100星, 请求1069次, 自动化工具, 省时, 创建机器人<br><strong>票数</strong>: 🔺23<br><strong>是否精选</strong>：否<br><strong>发布时间</strong>：2024年09月25日 PM03:01 (北京时间)</p><hr>]]>
    </content>
    <id>https://blog.syouiti.com/producthunt-daily-2024-09-26/</id>
    <link href="https://blog.syouiti.com/producthunt-daily-2024-09-26/"/>
    <published>2024-09-26T11:07:06.757Z</published>
    <summary>
      <![CDATA[<h1 id="PH今日热榜-2024-09-26"><a href="#PH今日热榜-2024-09-26" class="headerlink" title="PH今日热榜 | 2024-09-26"></a>PH今日热榜 | 2024-09-26</h1><h2 id="1]]>
    </summary>
    <title>PH今日热榜 | 2024-09-26</title>
    <updated>2024-09-26T11:07:08.762Z</updated>
  </entry>
</feed>
