
Explore the hottest developer projects on Show HN for 2025-01-13. Dive into innovative tech, AI applications, and exciting new inventions!
Summary of Today's Content
Today's Product Highlights
- Product Name: Missio – AI Agent and Copilot for Your APIs
- Highlight: An innovative AI tool that automates routine tasks across product stacks by integrating with popular platforms like Slack, Linear, Jira, and HubSpot through their APIs.
Quick Summary
- Most Hot Category: AI/ML Tools
- Top Trending Keywords: AI, Automation, API Integration, Developer Tools
- Most Popular Product: JUring (19 points)
Technology Trends
- AI/ML Integration
- API Automation
- Developer Productivity Tools
- Local-first Applications
- Privacy-focused Solutions
- Real-time Collaboration
Project Distribution
- AI/ML Tools: 35%
- Developer Tools: 25%
- Productivity Apps: 15%
- Gaming/Entertainment: 10%
- Business Solutions: 10%
- Others: 5%
Trend Insights
- Strong emphasis on AI integration across various domains, particularly in automation and productivity tools
- Growing focus on privacy-first and local-first applications
- Increased interest in developer tools that enhance workflow efficiency
- Rising demand for real-time collaboration features
- Emergence of AI-powered analysis and decision-making tools
- Trend toward tools that simplify complex technical processes
- Focus on integrating multiple services through API automation
The data suggests a clear shift toward AI-powered automation tools while maintaining strong emphasis on privacy and local processing. Developers are particularly interested in solutions that streamline workflows and enhance productivity through intelligent integration.
Today's Top 10 Trending Products
Top 1. Introducing Missio: Your AI-powered Agent and Copilot for Seamless API Management. Enhance your development experience with intelligent automation, making API integration simpler and more efficient than ever. (Likes: 9, Comments: 14)
Top 2. Introducing JUring – the innovative Java bindings for io_uring file I/O, designed to enhance performance and efficiency in your Java applications. Experience seamless file operations with cutting-edge asynchronous capabilities, making your data processing faster and more responsive. Perfect for developers seeking to leverage modern I/O techniques in their projects. (Likes: 19, Comments: 2)
Top 3. Discover valuable properties with our innovative platform, designed to help you find great deals in the real estate market. Join a community of savvy investors and make informed decisions for your next property investment. (Likes: 10, Comments: 2)
Top 4. Moneta: Revolutionizing Application State Management through Conversational Interfaces. (Likes: 6, Comments: 4)
Top 5. Introducing the WhatsApp Bulk Messager Chrome Extension—a powerful tool designed to streamline your messaging experience. Effortlessly send bulk messages to your contacts on WhatsApp, enhancing communication efficiency for businesses and individuals alike. Enjoy features like customizable templates, scheduled messages, and user-friendly interface, making it the ultimate solution for effective outreach and engagement. Perfect for marketers, team leaders, and anyone looking to manage their communications with ease! (Likes: 2, Comments: 6)
Top 6. Discover the world with News Planet – an interactive globe showcasing the latest current events as they unfold across the globe. Stay informed and explore news stories from every corner of the planet in a unique and captivating way. (Likes: 5, Comments: 3)
Top 7. Discover Panopticon AI: an innovative open-source platform designed for advancing military AI research. Join the forefront of technology with collaborative tools and resources tailored for defense applications. (Likes: 5, Comments: 3)
Top 8. Discover the Argument Encyclopedia: a user-driven platform that compiles diverse claims and their rebuttals, fostering informed discussions and critical thinking. Join a community dedicated to exploring various viewpoints and enhancing your understanding of complex topics. (Likes: 4, Comments: 2)
Top 9. A powerful plugin that enhances the experience of using controlled components in Storybook, making UI development smoother and more intuitive. (Likes: 4, Comments: 1)
Top 10. Introducing PollGen: An AI-powered tool that lets you effortlessly create polls, share them widely, and gather instant responses. Perfect for gathering opinions and insights with ease! (Likes: 2, Comments: 3)
1. Show HN: Missio – AI Agent and Copilot for Your APIs
Author: Lyons800
Description: Hey HN,
We’re Oisin and Earl, building Missio, an AI tool to automate routine tasks in your product stack.
Missio integrates with your tools via APIs, connecting platforms like Slack, Linear, Jira, and HubSpot. Our always-on agent monitors events across these platforms, processes them, and takes action when possible. Additionally, our copilot feature allows you to interact with these APIs directly, streamlining your workflow.
We’re seeking feedback on the usefulness of this tool and insights into the tools you use in your product stack. How can we assist you in enhancing your workflow?
Check us out:
Web: https://missio.ai. App: https://app.missio.ai
Looking forward to your thoughts!
Oisin & Earl
Popularity: 9 points | 14 comments
2. Show HN: JUring – Java bindings for io_uring file I/O
URL: https://github.com/davidtos/JUring
Author: davidtos
Description: Hi HN! For the past few weeks, I've been working on bringing io_uring to Java. It started as an experiment, but slowly it became more than just that, and now trying to turn it into a proper library.
After hearing talks about virtual threads and io_urings performance I wanted to build something that was faster than Java provides out of the box.
I ended up creating two APIs:
- A direct one that closely mirrors io_uring's behavior
- A blocking one built with Virtual Threads in mind for remote files.
This is the link to the project if you are interested https://github.com/davidtos/JUring
It's still far from done, but it's running! Would love to hear your thoughts if you've worked on or used something similar. Also very curious to hear what you like and don't like about the project!
Popularity: 19 points | 2 comments
3. Show HN: Finding good value property
Author: timothyxyang
Description: I built this product last year when my parents found a unit with 1.3m land value for sale for 825k. Similar properties have already sold for land value in the area when the whole block was sold to developers. This tool is to find these opportunities in bulk, without tediously looking at real estate listings one by one and using slow clunky government land value search tools.
Did you know? Astute property buyers compare the sales guide of a property with the land value. The unimproved land value without buildings is assessed by the government. This is often significantly lower than the sales guide. We help you find properties currently on the market which have good investment opportunity. Get started now, use our search below. Currently serving NSW, ACT and QLD.
Was thinking about rolling this out globally once I have enough traction in Australia, as this is applicable in USA, Canada, UK, New Zealand etc.
Popularity: 10 points | 2 comments
4. Show HN: Moneta – Conversation as the Engine of Application State
URL: #
Author: rintrah
Description: Hi HN! I’m Thunder. Longtime lurker and first time poster. I’m excited to present Moneta (https://moneta.studio/) with my co-founder Rob.
Moneta is a conversation-as-code platform for building multiplayer AI-native applications in which the AI can reactively update the application based on interactions with users or other AI via CRDTs.
The key idea is that rather than using a conversation to generate an application, in Moneta the conversation is the application. We call this idea 'conversation as the engine of application state' (CATEOAS).
This means that instead of saying “create a todo list that can do X, Y, and Z” you would instead be declarative and say in the conversation “please add x to my todo list”. The conversation serves both as a universal interface and the engine of state.
The state itself is managed via Yjs - we treat the AI and the users as collaborators on a shared Yjs document per each application.
Finally, every Moneta application is equipped with the ability to dynamically fetch
its own hypermedia or the hypermedia of other applications (both Moneta and otherwise) as well as post messages to itself or other applications (assuming it has the correct access privileges). This means that it can introspect, self-message and communicate with other Moneta applications as well as external APIs both via the conversation as well as the UI.
Moneta and the concept of CATEOAS has continued to surprise us with emergent capabilities and I hope it will surprise you too. ---
As an example of Moneta in the wild, take a look at our Moneta generated landing page and note the multiplayer capabilities in the form of shared cursors and live user-count: https://moneta.studio/
NOTE: You can see the conversation for all Moneta apps by clicking the M tab on the right side of the page
Here’s Moneta’s take on Moneta and CATEOAS: https://thunder-hn-post-content.mnta.io/
Again note how Moneta can interact with comments in the UI or via the conversation.
And just for fun, here is a hacker news clone: https://thunder-multiplayer-hn.mnta.io/
Feel free to add comments in the above apps as well as review the conversations that generated it.
Please feel free to reach out at thunder (at) moneta dot studio.
Popularity: 6 points | 4 comments
5. Show HN: WhatsApp Bulk Messager Chrome Extension
URL: https://chromewebstore.google.com/detail/whatsapp-bulk-messager/codaifmfamphalbeepmfbelnchmldion
Author: Codegres
Description: Whatsapp Web Bulk Messager Chrome Extension
Upload Contact CSV (12 digit number without +) Draft the message Hit send
The new way of Outbound WhatsApp marketing. Messages - Free Attachments - Lifetime for $20. Will be updated in next Version
Popularity: 2 points | 6 comments
6. Show HN: News Planet – current events on a rotating globe
Author: tyayers
Description:
Popularity: 5 points | 3 comments
7. Show HN: Panopticon AI – Open-source platform for military AI research
URL: https://github.com/Panopticon-AI-team/panopticon
Author: lukechen26
Description: Hi HN,
I’m sharing a project I’ve been working on: Panopticon AI, an open-source platform designed for researchers in military modeling and simulations. It’s web-based, integrates with OpenAI Gym, and is intended to support advancements in military AI through realistic simulations, wargaming, and reinforcement learning.
The project is still under active development, and I’m looking for contributors to help shape its direction. It’s released under the Apache 2.0 license, so anyone can use, modify, or contribute to it.
What Panopticon AI Offers:
- A simulation environment that is browser-based for creating and editing scenarios.
- Runs on Python to support training agents.
- Utilizes Stable Baselines for reinforcement learning.
- Basic data included, with a focus on Air Force scenarios.
Why I Built This: There’s a lack of open-source tools tailored for military AI research, and many existing solutions are proprietary or inaccessible. My goal is to lower the barrier for academics, researchers, and smaller organizations to explore this space and innovate.
How You Can Help:
- Try out the platform and share your feedback or ideas for improvement.
- Contribute to the codebase or documentation on GitHub.
- Suggest or help implement new features and use cases.
If this aligns with your interests, check out the links above or comment below. I’d love to hear your thoughts and see how we can make this project even better together!
docs.panopticon-ai.com app.panopticon-ai.com
Popularity: 5 points | 3 comments
8. Show HN: Argument Encyclopedia: User-Posted Claims and Rebuttals
Author: paul_brook
Description: When I see online debates it soon becomes difficult to keep track of the various branches of claims and counter-claims. Here's my simple attempt to do so.
A user can make claims (within a subject area) and anyone can make rebuttals to any of the claims.
Popularity: 4 points | 2 comments
9. Show HN: Plugin Makes Controlled Components Not Suck in Storybook
URL: https://www.npmjs.com/package/storybook-controlled
Author: thomasmost
Description: Writing stories for controlled components has always been a pain in storybook. Either you use Actions, but your component doesn't respond, or you write a stateful render function and your controls don't work.
Here's the answer, a simple new decorator my buddy wrote that "does it all". Check it out and throw the repo a star on GitHub <3. There's also a link to a live test/demo in storybook on the npm page
Chris is one of the best engineers I've ever worked with and he's new to HN so show him some love in the comments :) Constructive feedback welcome of course!
Popularity: 4 points | 1 comments
10. Show HN: PollGen – Create Polls with AI, Share and Get Responses
Author: gagmister
Description: Hello HN! I’m excited to share my latest project, PollGen.
PollGen allows you to generate polls in seconds using AI, share them instantly with friends and colleagues, and gather responses in real-time.
Polls can be public or private and can be created & respond to anonymously.
I hope you find it useful and look forward to your thoughts and suggestions!
Try it out: www.pollgen.com
Popularity: 2 points | 3 comments
11. Show HN: Kafbat UI for Apache Kafka v1.1 is out
URL: https://github.com/kafbat/kafka-ui/releases/tag/v1.1.0
Author: haarolean
Description:
Popularity: 4 points | 0 comments
12. Show HN: LS Note – Plain text notes in local storage
Author: starikovs
Description: Hello HN!
I'd like to share a simple web app where you can make quick plain text edits or take temporary notes.
It's offline first. Notes are stored in browser's local storage.
The source code can be found here: https://github.com/starikovs/ls-note/
I’d love to get your thoughts and ideas for improvement!
Popularity: 1 points | 3 comments
13. Show HN: I built a 24-hour goal tracker to gamify accountability
URL: https://daily-dash-zeta.vercel.app/
Author: perrii
Description: This app helps you stay accountable by gamifying goal-setting: Complete your goal in 24 hours to earn a spot on the leaderboard—or land on the losing board if you don’t. It's perfect for fighting procrastination and making productivity fun. I would love your thoughts!
Popularity: 1 points | 3 comments
14. Show HN: I built an AI chat that transforms itself as you talk
URL: https://gen-ui.replit.app/
Author: skirano
Description:
Popularity: 2 points | 2 comments
15. Show HN: Practise PyTorch in LeetCode Style
URL: https://github.com/Exorust/TorchLeet
Author: Exorust
Description:
Popularity: 4 points | 0 comments
16. Show HN: chDB 3.0 released, 12% faster than DuckDB
URL: https://github.com/chdb-io/chdb/releases/tag/v3.0.0
Author: auxten
Description:
Popularity: 3 points | 1 comments
17. Show HN: Bad Apple on RP2040 [video]
URL: https://www.youtube.com/watch?v=rUTsrZL_Edg
Author: shultays
Description:
Popularity: 1 points | 2 comments
18. Show HN: Cadence – convert any long form content into byte-sized texts
URL: https://www.getcadence.fyi/
Author: Hamza-Mos
Description: Hey HN,
I am a CS junior at the University of Waterloo, and like many other students my age, I struggle with attention deficit (aka "TikTok brain").
This applies to anyone with a busy schedule though. Ever left a tab open for weeks because "I'll read it later"? Or maybe there's a podcast you can't commit to because it’s too long, or a research paper you read ages ago but can’t remember the details?
Over the past week, I’ve been heads-down building Cadence, a tool that turns those long-form pieces of content—PDFs, YouTube videos, articles, podcasts, and more—into short, digestible text messages sent directly to your inbox.
Here’s why I built it:
- I have a classic case of "TikTok brain" and struggle with long-form content.
- I wanted something to help me keep learning or revisiting important info without sacrificing hours of my day.
- And let’s face it, we all have tabs that we swear we’ll get back to… someday.
Cadence is perfect for people with short attention spans (like me) or anyone with a busy schedule who still wants to learn and stay on top of things.
Try Cadence here: https://getcadence.fyi
Would love your feedback! I’m here to answer questions and talk about the tech behind it.
What do you think? Could Cadence help you finally close some of those tabs?
Popularity: 1 points | 2 comments
19. Show HN: I've built a WordPress plugin to generate LLMs.txt
URL: https://www.aeomatic.com/en
Author: pedrooladeira
Description: Hey HN!
I'm Pedro, and I’ve built the LLMs.txt Generator (https://www.aeomatic.com), a WordPress plugin that automates the creation and management of /llms.txt files, helping your website become an essential resource for AI tools.
Why does this matter? If you’ve experienced any of the following, this tool is for you:
1. Your website isn’t being recognized by AI tools like ChatGPT, Gemini, and others.
2. You know AI integration is important, but the technical steps feel overwhelming.
3. You’re missing out on traffic because AI tools can’t accurately index your content.
With LLMs.txt Generator, you can bridge the gap between your site and the rapidly growing AI ecosystem—quickly and effortlessly.
I’d love to hear your feedback or answer any questions you have. Whether you think this is a good idea, have suggestions for improvements, or want to share your own experiences, let’s discuss!
Thanks for checking it out! :)
Popularity: 1 points | 2 comments
20. Show HN: Nkeep
URL: https://nkeep.app/
Author: nathansizemore
Description: Made a browser based text snippet sync app. I work with multiple devices and emailing myself from machines gets annoying and was too slow.
Popularity: 3 points | 0 comments
21. Show HN: Cached GitHub Action Runners for Fast Builds
Author: afarchy
Description: Hey HN! We built a system to manage fully cached GitHub Action runners to speed up incremental build times substantially.
How it works:
Your user or organization gets dedicated GitHub Action runners. These are never destroyed until you request it—hence fully cached.
This lets incremental build times go as fast like they do on your local machine: Install software once, clone the repo once, make the first build, then make incremental builds.
This is particularly well suited for:
- Large codebases
- Game development (We use this for our own Unity game development)
- Custom dependencies or license requirements
Other tidbits:
- The runners have the same software as GitHub runners installed and use similar Azure VMs.
- Windows and Ubuntu supported.
- There's a trial version, and we're having a new year discount!
Thanks in advance for your feedback!
Popularity: 3 points | 0 comments
22. Show HN: A covert channel using QUIC protocol headers
URL: https://www.youtube.com/watch?v=-_jUZBMeU5w
Author: nuvious
Description: Had a 2-week assignment in my Covert Channels class to make a new concert channel and settled on making one using the QUIC protocol by embedding encrypted payloads in the Connection ID field. Was honored to have the talk accepted at ShmooCon 2025. Link is a time referenced YouTube link for the Build It track talks (a lot of other good talks in there too). Welcome comments and critiques; opened plenty of my own in GitHub issues on the project page. Basically a proof of concept (completed for a 2 week deadline) so plenty of room for improvement in the concept as a whole.
GitHub: https://github.com/nuvious/QuiCC
Popularity: 3 points | 0 comments
23. Show HN: IR_evaluation – Information retrieval evaluation metrics in pure Python
URL: https://github.com/plurch/ir_evaluation
Author: plurch
Description: I created this library for personal use and also to solidify my knowledge of information retrieval evaluation metrics. I felt that many other libraries out there are overly complex and hard to understand.
These metrics are useful in many different domains such as search engines, recommender systems, and RAG with LLMs.
This implementation has easy to follow source code and unit tests. Let me know what you think and if you have any suggestions, thanks for checking it out!
Popularity: 1 points | 2 comments
24. Show HN: Prepair – Filter Hiring Candidates with AI
URL: https://prepair.dev/
Author: Faizann20
Description:
Popularity: 2 points | 1 comments
25. Show HN: My Dad's Stories Are Gone. I Built an App to Preserve Mine for My Kids
URL: https://apps.apple.com/us/app/cont%C3%A9-create-tales-like-magic/id6475767265
Author: yurimhln
Description: My dad used to tell my brother and me the most amazing bedtime stories. Those stories live only in my memory now. I wished I had them preserved — not just in my head, but as something I could hold, that could sit on a shelf in my living room.
Now that I’m a dad myself, I wanted to do the same for my kids: turn those fleeting bedtime stories into something more tangible. So, I built Conté. An iOS app that helps parents turn the stories they tell into beautifully illustrated children’s books, almost as good as if they were made by professional authors.
The Hard Part: Crafting Consistent, Illustrated Stories with AI Anyone who's played around with AI-generated stories or images knows the struggle: AI can write, but the narratives often feel flat. AI can illustrate, but maintaining consistent characters across pages is a nightmare. This was our challenge. The hardest part wasn’t generating stories — it was making them feel real. Conté had to create coherent narratives, meaningful dialogues, and most importantly, consistent characters and style throughout the entire book.
It took a while, but we made it work. Test it out and tell me what you think!
What Conté Does
- iOS app (no Android yet — sorry!)
- No sign-up required. Just download the app and start creating.
- Create unlimited books for free.
- Buy a printed version if you want something physical to keep forever.
- Safe for kids: We have content moderation and a kids’ gate to keep the experience family-friendly.
Popularity: 2 points | 0 comments
26. Show HN: IPLeiria Thesis – A LaTeX template designed for creating theses
URL: https://github.com/joseareia/ipleiria-thesis
Author: joseareia
Description:
Popularity: 2 points | 0 comments
27. Show HN: Ghashboard is a dashboard builder for GitHub Actions
URL: https://github.com/fileformat/ghashboard
Author: Fileformat
Description: Are you losing track of all the repos you have? I am.
Have you used Github Actions to automate everything in existence? I have.
So I built a tool to generate a page full of Github Action badges.
And, of course, it runs as a Github Action! Or from as a CLI if that’s your thing.
It works really well for Github organization profiles: public or private.
Note that badges for private Github repos are only visible if the page is hosted on github.com (for security reasons), so if you want to use it on private repos, you should host the output on github.com: a Github profile or in a custom README file or a wiki...
Written in Go, MIT license. Source is at https://github.com/fileformat/ghashboard
Example: https://github.com/VectorLogoZone
Popularity: 2 points | 0 comments
28. Show HN: Omegle with Emotion Detection
Author: Berk_S
Description: Make someone laugh or keep a straight face in 30sec random video chats. Accurate emotion detection. It’s Omegle but Try not to Laugh edition.
Popularity: 2 points | 0 comments
29. Show HN: Take the one minute Table Setting Efficiency Test (T.S.E.T.)
URL: https://endtime-instruments.org/table-setting-efficiency-test/
Author: janoelze
Description: The Bureau of Hospitality & Food Service is kindly requesting all Hacker News users to take the Table Setting Efficiency Test (T.S.E.T.) to ensure consideration in the Post-AI Resource Restructuring Program.
Popularity: 1 points | 1 comments
30. Show HN: Automated GitHub release with SemVer, changelogs and deployment mgmt
URL: https://rollingversions.com/
Author: MateGreat
Description: After releasing the updated website and docs this morning, want to Show HN a DevOps tool that was born out of my open-source enthusiast friend's frustration with manual release processes - RollingVersions.
He started building it back in 2020 after making a few critical mistakes while manually updating a widely-used open-source project (breaking code for hundreds of projects, including some used by React Native) - we've now been working hard for the last 6 months to take it to the next level.
Simply install the GitHub app to any of your repos to test it out (click "Get Started" to go to docs) - all feedback is much appreciated.
Popularity: 2 points | 0 comments
31. Show HN: A template based on Next.js for modern web apps
URL: https://github.com/hiroppy/web-app-template
Author: hiroppy
Description: This is a Next.js boilerplate to make it easier to kickstart modern web applications. It includes commonly used tools and follows best practices to save time during setup. The template includes Next.js, Tailwind, react-hook-form, zod, vitest, playwright, openTelemetry, biome, and etc.
I wanted to create something that covers the essentials for most web projects while remaining flexible for customization. When building your web apps, what are some libraries, or best practices you swear by?
Popularity: 2 points | 0 comments
32. Show HN: The Shape of Music Albums
URL: https://music.gregwolanski.com
Author: gregwolanski
Description:
Popularity: 2 points | 0 comments
33. Show HN: ClyrBG, yours freindly AI background removal
URL: https://clyrbg.com
Author: mohanish2504
Description: I think there is still some space to be improved in background image removal tools. While our ones might look similar, we are targeting to improve it as and when the product grows.
Looking for your feedback.
Thanks in advance
Popularity: 2 points | 0 comments
34. Show HN: SEOCheckr – A suite of free SEO tools
URL: https://www.seocheckr.com/
Author: Plutendo
Description:
Popularity: 2 points | 0 comments
35. Show HN: DiceCentral – A Dead Simple API for Rolling Any Type of Dice
URL: https://dicecentral.vercel.app
Author: abishekvenkat
Description: I built a minimalist RESTful API for rolling polyhedral dice (d4-d100) with a clean Swagger UI. Great for game developers, discord bots, or anyone needing quick random number generation. No authentication required, CORS enabled.
Try it out: https://dicecentral.vercel.app
Popularity: 2 points | 0 comments
36. Show HN: Autocommit – Git hook that pre-writes commit messages
URL: https://github.com/tbrugere/autocommit
Author: nephanth
Description: A personal project I made over the holidays.
Makes API calls to Codestral [1] using the diff and some simple RAG to pre-generate the commit messages.
It hooks itself to the git prepare-commit-message hook, so it just populates your commit messages automatically.
It helps get me started writing an actual commit message — even when it hallucinates, I have an easier time correcting a wrong commit message than writing one from scratch.
Would love some feedback, especially on the prompting: It tends to hallucinate, especially if there are relatively few changes.
[1]: https://mistral.ai/fr/news/codestral/
Popularity: 2 points | 0 comments
37. Show HN: ZeroEntropy (YC W25), Advanced AI Search over Complex Documents
URL: https://dashboard.zeroentropy.dev
Author: ghita_
Description: Hey there YC!
We’re Ghita and Nicholas, the founders of ZeroEntropy.
We are on a mission to build the world’s most accurate search engine over complex and unstructured documents, behind a simple API.
If you are building RAG, a search bar, or search tools for your AI Agents, please reach out to us here founders@zeroentropy.dev
Why Most AI products - whether Q&A bots or AI agents - depend on retrieval systems to provide relevant context from knowledge bases.
Yet, the vast majority of these systems rely on basic semantic or hybrid search methods, which still frequently fail.
These mistakes lead to inaccurate responses and hallucinations by LLMs, frustrating developers and end users alike.
That’s why we’re building ZeroEntropy: to add intelligence to retrieval, and empower developers to build reliable and accurate AI products!
A few common failure modes The most common examples are:
- Negated Queries, like: “Which electric vehicle articles do not include any reference to Elon Musk?”.
- Multi-Hop Queries, like:“Where was the suspect who was identified in the report born?”
- Fuzzy Filtering Queries, like: “What diagnostic methods are suggested for early-stage cancer, in papers that mention a sample size of over 2000?”
These types of queries are common in industries like legal, healthcare and manufacturing, where documents are very complex. Semantic similarity and keyword-based approach fail on all these examples.
Our Solution Search AI agents can solve these complex queries. Not only can they understand the user’s intent, but also route each query to the most suitable retrieval system, ensuring precise and relevant answers. Moreover, they adapt and personalize their performance over time, continuously improving with use.
All of this capability is accessible through a simple API that you can try out at: dashboard.zeroentropy.dev.
About us We both have a background in math and AI: Ghita has two masters in Applied Maths from Ecole Polytechnique (Paris) and from UC Berkeley, and Nicholas grew up doing math and coding competitions at CMU before becoming the CTO of several startups.
We’ve both experienced the pain of building great retrieval systems from working as AI engineers and researchers in several industries from healthcare, to finance, to B2B SaaS, and consumer AI.
PS/Fun Fact In case you’re curious about our name, in information retrieval, entropy refers to the expected variability of information contained in a variable or message. ZeroEntropy refers to knowing exactly what the message contains and is associated to a high predictability, low chaos state. In physics, absolute zero entropy is impossible to achieve. But we’ll try!
Popularity: 2 points | 0 comments
38. Show HN: A complete e-commerce website builder to build ecom stores in minutes
URL: https://storelauncher.app
Author: tookietherookie
Description: StoreLauncher is a professional Shopify store builder primarily designed for newbies who struggle to create a professional-looking Shopify store. All you have to do is follow a few simple steps to have your store built in literally minutes.
There are 8 niches to choose from, each filled with numerous products in our database. The product pages are highly descriptive and unique, as we use AI API to generate product information. Each product gets a dedicated product page template.
A logo is also generated using one of 100 premium fonts and published on the store. StoreLauncher creates a professional, clean homepage filled with collections and featured products, as well as image-with-text sections. All essential pages are also created and published to your store. The header and footer navigation are automatically generated and assigned to the appropriate pages and products.
Try it for yourself, it's completely free!
Popularity: 2 points | 0 comments
39. Show HN: Color Flood – Compete Against AI
URL: https://www.playcolorflood.com/
Author: EntreEden
Description:
Popularity: 2 points | 0 comments
40. Show HN: A search tool for NeurIPS proceedings from the last 40 years
URL: https://neurips.paperfinder.xyz/
Author: sert_121
Description: This website lets users search through NeurIPS papers from the last 40+ years. It offers full-text search capabilities, giving you an option to dive deeper and find papers based on their full content.
It also attempts to resurface papers that might have been buried, or don't usually show up in the top search results via other engines. It's a part of an ongoing effort to index research papers and make them more easily searchable.
Technical details:
- One can find papers by title, authors, abstract, and content.
- The search engine is typo-tolerant to some extent.
Popularity: 2 points | 0 comments
41. Show HN: Idle Cosmos – A realtime multiplayer web game build in Crystal
Author: max0563
Description:
Popularity: 1 points | 1 comments
42. Show HN: mamediff - A Magit-inspired TUI editor for managing Git diffs
URL: https://github.com/sile/mamediff
Author: reduls
Description:
Popularity: 1 points | 0 comments
43. Show HN: BeforeAfter – Combine and compare screenshots in the browser
URL: https://github.com/yani-/beforeafter
Author: yani
Description: I needed to combine before/after screenshots for documentation and couldn't find a simple tool that just works. So I built this browser-based tool.
Try it: https://yani-.github.io/beforeafter/
Source: https://github.com/yani-/beforeafter
Popularity: 1 points | 0 comments
44. Show HN: Generating Lightweight Building Models
URL: #
Author: charlesooo
Description: a typescript tool to generate building models. it's unique block generation logic can render all models in Three.js with a single drawCall. Suitable for displaying city level model scenarios on the web.
check out example and demo: https://charlesooo.github.io/magiz
Popularity: 1 points | 0 comments
45. Show HN: Open-source tool for generating depth overlays for freediving videos
URL: https://github.com/noppanut15/depthviz
Author: noppanut15
Description:
Popularity: 1 points | 0 comments
46. Show HN: ddot – Create short-living .env files from your Password Manager
URL: https://github.com/c100k/ddot
Author: pmdfgy
Description: Hey HN,
I've just released a small utility tool I made in Go, to create short-living .env files from your password manager. At this moment, it's compatible with bitwarden and 1Password.
It's not a super fancy project, but I've been using it for a long time now, and thought others would like to use it as well.
Why did I build this ?
First, for fun and to practice Go.
Second, in terms of security, I've always found it a little bit odd to have .env files lying around in clear on our disks. Especially when they contain sensitive secrets. We've seen a surge of attacks against developers with malicious npm packages exfiltrating .env files to steal credentials and crypto wallets. Although this does not protect completely, it's still better than nothing.
Finally, I once lost a .env file because of a wrong action. Since it was not under source control (for basic good practice), I had to create it all over again. Super painful.
Would love your feedback on it. Please note that it's still a work in progress and I've only tested it on mac arm64.
NOTE : the source code is not available yet as I want to clean it and document it correctly first. Typically, I have a Provider interface currently implemented with File, bitwarden cli and 1Password cli. But I want to add more implementations in order to find the good trade-off between not abstracting and abstracting too much.
NOTE 2 : As stated in the README, password managers already provide solutions for this problem but I simply didn't like how they are "too invasive" in the development workflow.
Cheers.
Popularity: 1 points | 0 comments
47. Show HN: Mdfried, a terminal Markdown viewer that renders big headers
URL: https://github.com/benjajaja/mdfried
Author: the_gipsy
Description: mdfried renders markdown headers as big text, two lines high, by generating an image with the same font as the terminal.
It uses [ratatui-image][1] to render the images in the appropiate graphics protocol (sixel, kitty, or iterm2), if the terminal supports it.
Check out the gif in the README.md (e.g. on the github link) to get a better idea on what it actually does and looks like.
There is a setup step the first time you run mdfried, where a font must be picked (ideally the same font as the terminal). The first matching font for the prompt is previewed, you can force to run it again with --setup
.
There are still a lot of missing features (and probably bugs), as I just published/released this. If your terminal supports any graphics protocol, and you're curious, please try it out! Feedback is welcome.
[1]: https://github.com/benjajaja/ratatui-image
Popularity: 1 points | 0 comments
48. Show HN: PassManagerWeb – A password manager written in Django
URL: https://github.com/KafetzisThomas/PassManagerWeb
Author: ObviousApricot
Description:
Popularity: 1 points | 0 comments
49. Show HN: Llongterm – a self-evolving memory layer for AI
URL: https://www.llongterm.com/
Author: mashablq
Description: Hi everyone!
We’re excited to share Llongterm, an API designed to bring persistent memory to conversational AI.
Key Features:
- Persistent Memory: Retain and reuse user context across sessions.
- LLM-Agnostic: Works with any large language model.
- Transparent & Debuggable: Easy to understand, monitor, and trust.
Would be awesome if you could check out our sandbox and share your thoughts!
Whether you’re exploring conversational AI, building with LLMs, or just curious, your input will help us make Llongterm better. Let us know how you see persistent memory fitting into your projects!
Popularity: 1 points | 0 comments
50. Show HN: Jobs posted on CareerCupid (OkCupid for jobs) are promoted on Mastodon
URL: https://cupid.careers/about
Author: rglullis
Description: Hiring managers now can create (basic) pages for their companies and post job opportunities on the website, which will be published to the Fediverse (via @thecupid@cupid.careers)
This is the first and main paid feature of the service. I'm still figuring out the pricing, but at the moment I'm putting it at $89/month, with a 7-day free trial, and you can cancel any time.
To help bootstrap it, there is a 2025 deal: $20.25/month for the first 45 companies. Sign up to the website, create the page for your company and use code HAPPY2025 on checkout.
If you have any questions before joining or would just like to talk, you can reach me on email - raphael (at) mushroomlabs (dot) com - or the contact info on my profile. Feedback is always appreciated.
Popularity: 1 points | 0 comments
51. Show HN: Reflect on Your Life Through a Visual Timeline
URL: https://github.com/mxmws/timeline
Author: ximilian
Description: Hi HN, Ordinary journaling is great for remembering specific events and situations, but I always felt it fails to present the full picture. I noticed that I often struggle to grasp how long certain phases of my life lasted and how close together certain events occurred. To address this, I created a tool to help me see the bigger picture, and it revealed some surprising insights about my life. Give it a try! It is super simple.
Popularity: 1 points | 0 comments
52. Show HN: Safe Link Checker by Ox Check
URL: https://oxcheck.com/safe-link-checker
Author: BrunoBernardino
Description: For the last couple of months I've been working on a Safe Link Checker, which checks a link against a few things:
- Malware/spam domain lists
- WHOIS details (like registrar and domain age)
- Anti-virus (if it's a file)
- Source Code analysis via AI (if it's not a file, to analyse if there's something "shady" in the source code)
In private beta, most people found the anti-virus and the domain age check to be the most useful data points, and many have created Shortcuts (iOS and macOS) to use the "share" pane to check a link in many apps.
There's also a Safe Email Checker and a Safe API which are in private beta. Feel free to request access if that's something that you could be interested in.
Any and all comments and suggestions are welcome!
I do have a final question, which I haven't heard any requests about, but I have wondered if a Chrome and Firefox extension would be helpful, to simply right-click a link, instead of having to open oxcheck.com, for those not using Shortcuts/Apple.
Thank you!
Popularity: 1 points | 0 comments
53. Show HN: Local first, private and secure voice dictation powered by Apple's MLX
URL: https://twitter.com/karthikkalyan90/status/1878821047597928769
Author: kakaly0403
Description:
Popularity: 1 points | 0 comments
54. Show HN: Monetizing people's abilities and talents in the neighborhood
URL: #
Author: anubm87
Description: Show HN:My name is Anuja and I’m the founder of BuddyAid.
Close to COVID, I lost my job as a software developer and struggled to find new opportunities. As a certified artist, I started teaching pencil drawing/Art to neighborhood kids at a low cost, which my neighbors wanted often due to its affordability and convenience.Soon after this,a Henna artist who was a block away from me was interested in teaching henna art and a college student who was a pet sitter came-in to market their service.and so we hosted an event in the garage which quickly became a big hit.
Here jobseeker can choose theirarea of interest which can be one of 20+ categories like Baking,Cooking,Art,Guitarist,Gardening,Cleaning Etc and start working for neighbors. We track job seekers' locations, offer online payments via Stripe, and use SMS for efficient communication . We earn a commission on successful job completions and pay our workforce based on ratings and reviews. For iOS users: https://apps.apple.com/us/app/buddyaid/id1621508939
Popularity: 1 points | 0 comments
55. Show HN: Notle – AI That Enhances Diagnoses and Improves Patient Outcomes
Author: Blarthorn123
Description: Hey HN,
I am excited to share - Notle. An AI software built for the mental health field! We offer things like medical documentation, psychometric assessments, deployable agentic AI therapy excercises, session summaries for patients after sessions, and much more.
I'm really excited about this and would like some feedback! thanks!
Popularity: 1 points | 0 comments
56. Show HN: OS List of AI Agents
URL: https://github.com/francedot/acu
Author: sandropuppo
Description:
Popularity: 1 points | 0 comments
57. Show HN: A new kind of recipe game for foodies, chefs, and authors
URL: https://try.theblankdish.com/
Author: iffoicmbew
Description: A new kind of daily recipe game that uses colors, photography, and trivia to build connections with food, and the ingredients that make it shine.
If you have an interest in food (you are a reader, author, casual foodie, or home cook), and enjoy puzzles or games, give it a try — there is also an anonymous feedback form for anyone with suggestions (look for "questionnaire" in the menu).
Buon appetito, thanks!
Popularity: 1 points | 0 comments
58. Show HN: I made something in the weekend to read my GitHub issues like email
URL: https://twitter.com/justruky/status/1878507719520387347
Author: rukshn
Description:
Popularity: 1 points | 0 comments
59. Show HN: TikTok Fave Save ( Mass downloader for your exported profile data)
URL: https://github.com/joeycato/tiktok-favesave
Author: jojohack
Description: Created this app as alternate way to mass download your favorited/liked TikTok videos (before the U.S. ban goes into effect.) Under the hood, it's Python and yt_dlp, created apps with PyInstaller and a few rounds of AI-assisted paired programming.
Popularity: 1 points | 0 comments
60. Show HN: De'Folio Privacy-First Investment Analyzer Portfolio Manager
URL: https://defolio.pages.dev
Author: DocFeind
Description: Hey HN,
I'm excited to share de'Folio, a privacy-first investment analysis portfolio manager I built. de'Folio is entirely client-side, ensuring your data stays on your device – no signups, servers, emails, clouds, or AI training involved.
The idea started simple, I wanted a better CSV data viewer that wouldn’t compromise my privacy. What I ended up creating is a tool worth sharing. It's designed for those who value their privacy and want control over their investment data, specifically, initially, me :)
Features:
- Client-facing and no signup needed
- Privacy-first: No data sending
- Comprehensive Analysis: Generates totals breakdown of multiple account types and/or brokers
- Data Organization: Generates tables of holdings with data, P&L, filtering, and sorting
- Visual Insights: Generates holdings, broker breakdown, P&L, cost vs value charts
- Easy Review: Includes search and filters for detailed review and analysis
- Simple drag-and-drop interface
- FAQ/How To guide
I'd love to hear your feedback and thoughts on how deFolio can be improved, or what I overlooked. Try it out and let me know what you think, or roast me on my design, all input is appreciated!
Cheers
Link to de'Folio: [https://defolio.pages.dev]
Popularity: 1 points | 0 comments
61. Show HN: Pitch Ledecky – AI agent to analyze your startup's pitch deck
URL: https://atrium.st/agent/pitch-ledecky--ev9bo2hipjahyllv/
Author: Acrajof
Description:
Popularity: 1 points | 0 comments
62. Show HN: Boku – A super simple, sequential YAML task file runner
URL: https://0xff.nu/boku
Author: hxii
Description: I was somewhat hesitant about sharing this personal projects, especially since I just saw that cool looking Werk[1] tool posted, but I figured that my ADHD-fueled creation might still have it's own place to be.
I just finished rewriting the code for a personal tool I use to automate terminal tasks while minimizing the amount of Python/Bash code I have to write.
As with all other tools I create for my own use, the guiding principle is simplicity and approachability, as if the tool creates more issues or friction than it solves, I'll get discouraged from using it again.
[1]: https://news.ycombinator.com/item?id=42672863
Popularity: 1 points | 0 comments
63. Show HN: Build and try an LLM Router
URL: https://platform.mintii.ai/login
Author: martinpmm
Description: Hey everyone, I would like to share this project I have been working on, happy to receive feedback!!
Popularity: 1 points | 0 comments
64. Show HN: Dewy – AI powered skin care consultation
URL: https://dewy.clinic/
Author: cmdtab
Description:
Popularity: 1 points | 0 comments
65. Show HN: I rewrote my resume with TypeScript, HTML, CSS, and Vite
URL: https://travisbumgarner.dev/blog/resume-as-code
Author: sillysideprojs
Description:
Popularity: 1 points | 0 comments
66. Show HN: Load Balancer for Jito APIs
URL: https://www.backpac.xyz/jito-load-balancer
Author: allynalford
Description:
Popularity: 1 points | 0 comments
67. Show HN: Chat Recap AI, AI Relationship Tips by Analyzing WhatsApp Chat History
Author: HackerQED
Description: I made this as I see the 'Chat Recap' trends, now it's free to use and no signup required. Now it has basic chat stat feature, and the AI tip feature is on the way.
Popularity: 1 points | 0 comments
68. Show HN: Generate local business leads with ease
Author: mariyan250
Description:
Popularity: 1 points | 0 comments
Conclusion
Today's Show HN roundup showcases a diverse range of innovative projects. From AI-powered tools to creative coding solutions, these projects reflect the dynamic nature of our tech community. Which project caught your attention the most? Let us know in the comments!
Tags: #ShowHN #TechInnovation #DeveloperProjects #AI Applications #Open Source Software