<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Video Creation on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/video-creation/</link>
        <description>Recent content in Video Creation on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 05 Jun 2025 15:29:44 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/video-creation/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>RedditVideoMakerBot</title>
        <link>https://producthunt.programnotes.cn/en/p/redditvideomakerbot/</link>
        <pubDate>Thu, 05 Jun 2025 15:29:44 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/redditvideomakerbot/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1615465806887-e8aa88c208a7?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDkxMDg1MjN8&amp;ixlib=rb-4.1.0" alt="Featured image of post RedditVideoMakerBot" /&gt;&lt;h1 id=&#34;elebummredditvideomakerbot&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/elebumm/RedditVideoMakerBot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;elebumm/RedditVideoMakerBot&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;reddit-video-maker-bot-&#34;&gt;Reddit Video Maker Bot 🎥
&lt;/h1&gt;&lt;p&gt;All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.&lt;/p&gt;
&lt;p&gt;Created by Lewis Menelaws &amp;amp; &lt;a class=&#34;link&#34; href=&#34;https://tmrrwinc.ca&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TMRRW&lt;/a&gt;&lt;/p&gt;
&lt;a target=&#34;_blank&#34; href=&#34;https://tmrrwinc.ca&#34;&gt;
&lt;picture&gt;
  &lt;source media=&#34;(prefers-color-scheme: dark)&#34; srcset=&#34;https://user-images.githubusercontent.com/6053155/170528535-e274dc0b-7972-4b27-af22-637f8c370133.png&#34;&gt;
  &lt;source media=&#34;(prefers-color-scheme: light)&#34; srcset=&#34;https://user-images.githubusercontent.com/6053155/170528582-cb6671e7-5a2f-4bd4-a048-0e6cfa54f0f7.png&#34;&gt;
  &lt;img src=&#34;https://user-images.githubusercontent.com/6053155/170528582-cb6671e7-5a2f-4bd4-a048-0e6cfa54f0f7.png&#34; width=&#34;350&#34;&gt;
&lt;/picture&gt;
&lt;/a&gt;
&lt;h2 id=&#34;video-explainer&#34;&gt;Video Explainer
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/watch?v=3gjcY_00U1w&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://user-images.githubusercontent.com/6053155/173631669-1d1b14ad-c478-4010-b57d-d79592a789f2.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;lewisthumbnail&#34;
	
	
&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;motivation-&#34;&gt;Motivation 🤔
&lt;/h2&gt;&lt;p&gt;These videos on TikTok, YouTube and Instagram get MILLIONS of views across all platforms and require very little effort.
The only original thing being done is the editing and gathering of all materials&amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;hellip; but what if we can automate that process? 🤔&lt;/p&gt;
&lt;h2 id=&#34;disclaimers-&#34;&gt;Disclaimers 🚨
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;At the moment&lt;/strong&gt;, this repository won&amp;rsquo;t attempt to upload this content through this bot. It will give you a file that
you will then have to upload manually. This is for the sake of avoiding any sort of community guideline issues.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;requirements&#34;&gt;Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Python 3.10&lt;/li&gt;
&lt;li&gt;Playwright (this should install automatically in installation)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;installation-&#34;&gt;Installation 👩‍💻
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Clone this repository&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;pip install -r requirements.txt&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;python -m playwright install&lt;/code&gt; and &lt;code&gt;python -m playwright install-deps&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;EXPERIMENTAL!!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On macOS and Linux (debian, arch, fedora and centos, and based on those), you can run an install script that will automatically install steps 1 to 3. (requires bash)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;bash &amp;lt;(curl -sL https://raw.githubusercontent.com/elebumm/RedditVideoMakerBot/master/install.sh)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This can also be used to update the installation&lt;/p&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Run &lt;code&gt;python main.py&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Visit &lt;a class=&#34;link&#34; href=&#34;https://www.reddit.com/prefs/apps&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the Reddit Apps page.&lt;/a&gt;, and set up an app that is a &amp;ldquo;script&amp;rdquo;. Paste any URL in redirect URL. Ex:&lt;code&gt;https://jasoncameron.dev&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;The bot will ask you to fill in your details to connect to the Reddit API, and configure the bot to your liking&lt;/li&gt;
&lt;li&gt;Enjoy 😎&lt;/li&gt;
&lt;li&gt;If you need to reconfigure the bot, simply open the &lt;code&gt;config.toml&lt;/code&gt; file and delete the lines that need to be changed. On the next run of the bot, it will help you reconfigure those options.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;(Note if you got an error installing or running the bot try first rerunning the command with a three after the name e.g. python3 or pip3)&lt;/p&gt;
&lt;p&gt;If you want to read more detailed guide about the bot, please refer to the &lt;a class=&#34;link&#34; href=&#34;https://reddit-video-maker-bot.netlify.app/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;documentation&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;video&#34;&gt;Video
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://user-images.githubusercontent.com/66544866/173453972-6526e4e6-c6ef-41c5-ab40-5d275e724e7c.mp4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://user-images.githubusercontent.com/66544866/173453972-6526e4e6-c6ef-41c5-ab40-5d275e724e7c.mp4&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;contributing--ways-to-improve-&#34;&gt;Contributing &amp;amp; Ways to improve 📈
&lt;/h2&gt;&lt;p&gt;In its current state, this bot does exactly what it needs to do. However, improvements can always be made!&lt;/p&gt;
&lt;p&gt;I have tried to simplify the code so anyone can read it and start contributing at any skill level. Don&amp;rsquo;t be shy :) contribute!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Creating better documentation and adding a command line interface.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing the user to choose background music for their videos.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing users to choose a reddit thread instead of being randomized.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing users to choose a background that is picked instead of the Minecraft one.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing users to choose between any subreddit.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Allowing users to change voice.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Checks if a video has already been created&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Light and Dark modes&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; NSFW post filter&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please read our &lt;a class=&#34;link&#34; href=&#34;CONTRIBUTING.md&#34; &gt;contributing guidelines&lt;/a&gt; for more detailed information.&lt;/p&gt;
&lt;h3 id=&#34;for-any-questions-or-support-join-the-discord-server&#34;&gt;For any questions or support join the &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/qfQSx45xCV&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt; server
&lt;/h3&gt;&lt;h2 id=&#34;developers-and-maintainers&#34;&gt;Developers and maintainers.
&lt;/h2&gt;&lt;p&gt;Elebumm (Lewis#6305) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/elebumm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/elebumm&lt;/a&gt; (Founder)&lt;/p&gt;
&lt;p&gt;Jason Cameron - &lt;a class=&#34;link&#34; href=&#34;https://github.com/JasonLovesDoggo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/JasonLovesDoggo&lt;/a&gt; (Maintainer)&lt;/p&gt;
&lt;p&gt;Simon (OpenSourceSimon) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/OpenSourceSimon&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/OpenSourceSimon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CallumIO (c.#6837) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/CallumIO&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/CallumIO&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Verq (Verq#2338) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/CordlessCoder&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/CordlessCoder&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;LukaHietala (Pix.#0001) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/LukaHietala&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/LukaHietala&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Freebiell (Freebie#3263) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/FreebieII&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/FreebieII&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Aman Raza (electro199#8130) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/electro199&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/electro199&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cyteon (cyteon) - &lt;a class=&#34;link&#34; href=&#34;https://github.com/cyteon&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/cyteon&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;license&#34;&gt;LICENSE
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://fonts.google.com/specimen/Roboto/about&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Roboto Fonts&lt;/a&gt; are licensed under &lt;a class=&#34;link&#34; href=&#34;https://www.apache.org/licenses/LICENSE-2.0&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apache License V2&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Product Hunt Daily | 2025-06-03</title>
        <link>https://producthunt.programnotes.cn/en/p/product-hunt-daily-2025-06-03/</link>
        <pubDate>Tue, 03 Jun 2025 07:30:40 +0000</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/product-hunt-daily-2025-06-03/</guid>
        <description>&lt;img src="https://ph-files.imgix.net/bf07b82d-88c4-4b2a-a3a7-38a5bd670608.png?auto=format&amp;fit=crop&amp;frame=1&amp;h=512&amp;w=1024" alt="Featured image of post Product Hunt Daily | 2025-06-03" /&gt;&lt;h2 id=&#34;1-knowledge&#34;&gt;1. Knowledge
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Sell to leads like you know them - because you do!&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Knowledge is a person-level sales intelligence platform that uses behavioral data and psychometric profiling to identify in-market buyers and coach sales teams on how to connect with them in the most authentic, high-converting way possible.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/QZCUAJKOHEI6MD?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/knowledge-2?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/bf07b82d-88c4-4b2a-a3a7-38a5bd670608.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Knowledge&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: Sales Intelligence, Sales Coaching, Lead Intelligence, Buyer Personas, Behavioral Data, Psychometric Profiling, Sales Performance,  B2B Sales,  Lead Scoring,  Predictive Sales&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺520&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;2-ai-video-generator-by-wavel-ai&#34;&gt;2. AI Video Generator by Wavel AI
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Create stunning multi style videos with single input&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Great videos don’t need big budgets anymore. Create multi-style videos for tutorials, explainers, news updates, or social media. No camera, no mic, no editing skills needed. Just type your script &amp;amp; get studio-quality videos in minutes.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/SWJIEABPX554RL?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/ai-video-generator-by-wavel-ai?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/70ba7fb7-1ec3-4527-a46f-598b3c7f48f6.jpeg?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;AI Video Generator by Wavel AI&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: AI video generator, video creation, AI video maker, text to video, video marketing, explainer video, social media video, tutorial video, AI animation, automated video production&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺337&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;3-jots&#34;&gt;3. Jots
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Unlock the benefits of journaling to become a better dev.&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Jots is the developer-focused journaling app to accelerate your goals as a developer. Working towards a promotion or improving your technical skills, use Jots to track your progress, reflect, and act. As early adopters, access all our features today for free.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/KNM7RHGDLCJ7PX?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/jots?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/f6e5068c-8b60-4967-845d-1e8913b4c764.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Jots&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: developer journaling app, dev journal, programming journal, coding journal, software developer journal, tech journal, progress tracker, developer goals, improve coding skills, free journaling app&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺297&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;4-cms-powered-ui-components-by-croct&#34;&gt;4. CMS-powered UI components by Croct
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Component library with personalization and AB testing&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: A plug-and-play component library that gives the power to create high-converting UIs, personalize, and experiment directly in the CMS. Built for developers who need to build fast, loved by product teams who need to optimize faster at scale.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/H7ZH4WEI4RBNSQ?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/cms-powered-ui-components-by-croct?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/caec0638-7eb5-4780-af36-edfc9390be4f.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;CMS-powered UI components by Croct&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: CMS components, UI components, component library, personalization, AB testing, CRO, conversion optimization, website optimization,  headless CMS, developer tools, product teams,  plug and play, fast development&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺271&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;5-narrow&#34;&gt;5. Narrow
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: A better inbox for LinkedIn users&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Narrow is a smart inbox built for LinkedIn users - founders, sales pros, solopreneurs, and job seekers. Stay on top of conversations, follow-ups, and prospecting - all in one clean kanban-style view.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/H2DY5XMV5KMSHO?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/narrow-2?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/1330e868-a0d7-44d3-b575-1587653d323d.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Narrow&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: LinkedIn, inbox, sales, prospecting, kanban, CRM,  communication,  productivity,  job search,  founders, solopreneurs&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺258&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;6-requirements-ai&#34;&gt;6. Requirements AI
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: From meeting transcript to product requirements in seconds.&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Quickly convert your meeting transcripts into structured requirements in INCOSE, BDD, and User Story formats. Generate professional requirements in seconds.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/7OPCH75TKHO24H?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/requirements-ai?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/a03fc3ac-9512-4c16-9414-f676f107f917.octet-stream?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Requirements AI&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: Requirements AI, meeting transcript, product requirements, INCOSE, BDD, User Story, requirements generation, AI requirements, fast requirements, automated requirements&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺183&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;7-vibenecto-20&#34;&gt;7. Vibenecto 2.0
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Turn your words into videos&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Vibenecto 2.0 introduces AI-powered video generation, effortlessly turning your text prompts into engaging videos. The Basic Video Generation Model is now live, and a Pro Model featuring advanced customisation is coming soon.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/JY5XWH4MGZ4GQX?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/vibenecto-2-0?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/2b48177f-534a-4f2f-8987-c75312cbbb9f.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Vibenecto 2.0&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: AI video generator, text to video, video creation, Vibenecto, AI video, video marketing, content creation, automated video, basic video generation, pro video generation&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺177&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;8-wpaudit&#34;&gt;8. WPAUDIT
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Full-stack WordPress pentest tool for ethical hackers&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: WPAudit is a modular WordPress security auditing suite that automates vulnerability scanning using tools like Nmap, WPScan, Nuclei, and SQLMap. Ideal for ethical hackers, red teamers, and security researchers who want full control and detailed reports.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/6WBPKLIWDP74OS?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/wpaudit?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/0a692373-bbf0-4afe-8e0b-6d99d75ccfc6.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;WPAUDIT&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: WP Audit, WordPress Pentest, WordPress Security, Vulnerability Scanner, Ethical Hacking, Red Teaming, Security Research, Nmap, WPScan, Nuclei, SQLMap, WordPress Security Audit, Automated Pentesting&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺62&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;9-the-european-infra-stack&#34;&gt;9. The European Infra Stack
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Directory of Infrastructure Companies out of Europe&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: European Infra Stack - Build your next project on top of Infrastructure Made in Europe. Discover Tools &amp;amp; Infra across categories like AI, Data, Security &amp;amp; More&amp;hellip;&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/FQEYTJKHB6YSY3?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/the-european-infra-stack?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/5f5bf9ad-6bcf-43f7-9d94-583a084741b3.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;The European Infra Stack&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: European Infrastructure, European Infra Stack, Infrastructure Directory, European Tech Directory,  AI Infrastructure Europe, Data Infrastructure Europe, Security Infrastructure Europe, European Cloud Providers, European Tech Companies&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺43&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;10-hmpljs&#34;&gt;10. HMPL.js
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Template language for displaying UI from server to client&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Server-oriented customizable templating for JavaScript. It is based on customizable requests sent to the server via fetch and processed into ready-made HTML. The language is integrated with JSON5 and DOMPurify. Alternative to HTMX and Alpine.js.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/PNKBLJG6QL7Q6F?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/hmpl-js?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/a8b6e088-0e18-416f-99ed-25e9eea6ffd8.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HMPL.js&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: HMPL.js, JavaScript Templating, Server-Side Templating,  UI Templating,  Fetch API, JSON5, DOMPurify, HTMX Alternative, Alpine.js Alternative,  HTML Templating&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺43&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-06-02 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
</description>
        </item>
        <item>
        <title>Product Hunt Daily | 2025-04-13</title>
        <link>https://producthunt.programnotes.cn/en/p/product-hunt-daily-2025-04-13/</link>
        <pubDate>Sun, 13 Apr 2025 07:24:42 +0000</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/product-hunt-daily-2025-04-13/</guid>
        <description>&lt;img src="https://ph-files.imgix.net/86d12900-9f8e-4108-aa3f-74a4fec745b4.png?auto=format&amp;fit=crop&amp;frame=1&amp;h=512&amp;w=1024" alt="Featured image of post Product Hunt Daily | 2025-04-13" /&gt;&lt;h2 id=&#34;1-video-ocean-v20&#34;&gt;1. Video Ocean v2.0
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Turn your ideas and images into captivating videos instantly&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Video Ocean transforms your text and images into stunning videos with lifelike characters—perfect for ads, creative storytelling, and media production. Boost your video creation workflow effortlessly.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/3DNBNGDOKJPFYV?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/video-ocean-v2-0-2?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/86d12900-9f8e-4108-aa3f-74a4fec745b4.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Video Ocean v2.0&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: Video Maker, Video Creation, AI Video Generator, Video Production, Animation Software, Video Editor, Ad Maker, Storyteller,  AI Animation, Video Ocean&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺456&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;2-iglu&#34;&gt;2. iglu
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Micro-journaling with on-device intelligence, for iOS&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Write short entries, make threads with them, search them by meaning, and revisit them through intelligent recommendations related to your recent writing — all that with on-device, non-generative AI. iglu is the most private journaling app out there.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/7HL7HMQYIDUHIS?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/iglu?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/f835eac4-6078-413a-8fc1-8f462bdbd65a.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;iglu&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: iglu, micro-journaling, journaling app, AI journaling, private journaling, iOS app, on-device AI, intelligent recommendations, search journal entries, thread journal entries&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺299&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;3-online-notespad&#34;&gt;3. Online NotesPad
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Free online notes taking app&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Online NotesPad is a free, privacy-focused note-taking application that lets you create, edit, and manage your notes with ease. All notes are stored locally for complete privacy.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/EX6XXCWVAUB6UJ?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/online-notespad?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/5b455498-cec6-4acd-aab8-e4d776c1fde4.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Online NotesPad&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: Online Notes, Notepad, Notes App, Online Notepad, Free Notes, Privacy Notes, Local Notes, Note Taking App, Free Note App&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺268&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;4-terminal-of-woe&#34;&gt;4. Terminal of Woe
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Enjoy each minute equally&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Inspired by the mysterious terminals in Severance, Terminal of Woe invites you to observe a grid of numbers and trust your intuition. Built on iPad and iPhone using Codea, and fully open-source. You are permitted to modify the work. Do not question the task.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/EXBUD2VF7BWYYM?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/terminal-of-woe?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/36b404b2-63d4-476d-92d0-10643c6fddac.jpeg?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Terminal of Woe&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: Severance,Terminal of Woe,Number Grid,Intuition Game,iPad Game,iPhone Game,Codea,Open Source,Puzzle Game&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺248&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;5-outerspan&#34;&gt;5. Outerspan
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Deploy agents that have their own email inbox&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Create and deploy AI agents with fully-managed email inboxes through a simple API or dashboard. Build support bots, lead qualifiers, or check-in agents that communicate via email—all without infrastructure headaches&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/6WPAWTBIB445CQ?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/outerspan?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/887229f5-272e-41b1-bdaf-7c8942219d5e.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Outerspan&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: AI agent, email agent, managed email, AI inbox, support bot, lead qualification, email automation, agent deployment, API, dashboard, no infrastructure&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺209&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;6-epic-dev-battles-of-history&#34;&gt;6. Epic Dev Battles of History
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Challenge top dev in an epic GitHub contribution showdown!&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Take on famous developers in an exciting battle of GitHub contributions! Play a retro arcade-style game with multiplayer mode and compete against coding legends from around the world.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/7R2ZVYNL5WUQT3?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/epic-dev-battles-of-history?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/e1185b38-d31e-472f-9783-8a7fa94a6a69.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Epic Dev Battles of History&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: GitHub, contribution, coding, game, arcade, multiplayer, retro, developers, battle, competition&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺147&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;7-exvero&#34;&gt;7. Exvero
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Convert money, crypto &amp;amp; metals&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Instantly convert currencies, cryptocurrencies, and precious metals. Beautiful design, real-time rates, and no ads – made for travelers and traders. Exvero makes everyday conversions fast, accurate, and effortless.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/BTHKZJNKK43ATF?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/exvero?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/f253c611-39a0-4b6c-b8d0-33bbcaf0be5b.jpeg?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Exvero&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: currency converter, crypto converter, metal converter, forex, cryptocurrency exchange, precious metals exchange, travel converter, trading tool, financial app, money conversion&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺136&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: Yes&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;8-vennbrd&#34;&gt;8. vennbrd
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: add gifs to your chats as you type&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: you’re batman and this is alfred (but only for pictures, lol). suggests you emojis + gifs as you type, based how you’re feeling. it’s beautiful, functional and just there when you need it.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/XCE6GUEHPDT4VX?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/vennbrd?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/e328d016-3304-43cf-a828-f43a1ea67997.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vennbrd&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: gif keyboard, gif extension, emoji keyboard, gif suggestions, chat gifs, batman gif, alfred gif, typing gifs&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺35&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;9-your-first-step&#34;&gt;9. Your first step
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Launch a profitable SaaS with confidence&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: Ready to kickstart your entrepreneurial dream? Your first step contains everything you need to build a SaaS users actually want, in days. → Solopreneur Guide → Express/Angular Boilerplate → Astro Boilerplate&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/JE2IITAATNCDSZ?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/your-first-step?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/761dd965-1646-4557-af0b-52845aaac234.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Your first step&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: SaaS,Solopreneur,Guide,Boilerplate,Express,Angular,Astro,Startup,Business,Launch,Profitable&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺27&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;10-elissa---my-panic-ally&#34;&gt;10. Elissa - My Panic Ally
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Tagline&lt;/strong&gt;: Your Panic &amp;amp; Anxiety Ally—AI Powered, DSM-5 Based&lt;br&gt;
&lt;strong&gt;Description&lt;/strong&gt;: No more reservations, high fees, and therapist judgment. Meet Elissa—your private AI ally for anxiety and panic. Gain deep insights into your anxiety patterns with Cognitive Behavioral Therapy-based logging. Instant, one-tap Panic SOS is the cherry on top.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/r/UBWV2RHFOJLPML?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Product Hunt&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://www.producthunt.com/posts/elissa-my-panic-ally?utm_campaign=producthunt-api&amp;amp;utm_medium=api-v2&amp;amp;utm_source=Application%3A&amp;#43;weekly&amp;#43;%28ID%3A&amp;#43;148189%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;View on Product Hunt&lt;/a&gt;&lt;br&gt;
&lt;img src=&#34;https://ph-files.imgix.net/7146fb5a-c808-4d9f-89a6-f8a990254aed.png?auto=format&amp;amp;fit=crop&amp;amp;frame=1&amp;amp;h=512&amp;amp;w=1024&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Elissa - My Panic Ally&#34;
	
	
&gt;&lt;br&gt;
&lt;strong&gt;Keyword&lt;/strong&gt;: anxiety, panic, AI, CBT, mental health, therapy, panic attack, SOS, Elissa, self-help, wellbeing&lt;br&gt;
&lt;strong&gt;VotesCount&lt;/strong&gt;: 🔺25&lt;br&gt;
&lt;strong&gt;Featured&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;CreatedAt&lt;/strong&gt;: 2025-04-12 07:01 AM (UTC)&lt;/p&gt;
&lt;hr&gt;
</description>
        </item>
        
    </channel>
</rss>
