
Explore the hottest developer projects on Show HN for 2025-01-11. Dive into innovative tech, AI applications, and exciting new inventions!
Summary of Today's Content
Today's Product Highlights
- Product Name: TypeScript/React/Vue Window Layout Manager
- Highlights: Advanced window management system supporting tabs, floating windows, and popouts for modern web applications, solving complex UI layout challenges.
Quick Summary
- Most Hot Category: Development Tools
- Top Keywords: TypeScript, React, Vue, Layout Management, UI Components
- Most Popular Product: TypeScript/React/Vue Window Layout Manager (279 points)
Technology Trends
- Frontend Frameworks (React, Vue)
- TypeScript Development
- UI/UX Components
- AI Integration
- Log Management
- Documentation Tools
Project Distribution
- Development Tools: 35%
- AI/ML Applications: 25%
- Productivity Tools: 20%
- Business Solutions: 15%
- Other: 5%
Trend Insights
- Strong focus on developer productivity tools and frameworks
- Growing emphasis on AI-powered solutions for business processes
- Increasing demand for improved documentation and logging solutions
- Rising interest in no-code/low-code platforms
- Emergence of specialized tools for specific industry needs
- Trend toward privacy-focused and self-hosted solutions
- Integration of AI capabilities into traditional software tools
Today's Top 10 Trending Products
Top 1. A versatile window layout manager for TypeScript, leveraging React and Vue, featuring tabs, floating windows, and popouts for an adaptable user interface experience. (Likes: 279, Comments: 56)
Top 2. Introducing a superior logging service designed for efficiency and ease of use, perfect for developers and businesses seeking to enhance their monitoring and debugging capabilities. Experience streamlined log management, real-time analytics, and intuitive interfaces that elevate your operational performance. (Likes: 139, Comments: 85)
Top 3. Discover innovative SaaS opportunities with a new selection of 2 validated ideas every week, designed to inspire entrepreneurs and boost your business potential! (Likes: 8, Comments: 2)
Top 4. Introducing a powerful app designed to effortlessly manage your eBook collection, streamline your reading experience, and enhance accessibility. Organize, search, and enjoy your favorite titles all in one place with this innovative solution tailored for avid readers. (Likes: 4, Comments: 5)
Top 5. Revolutionize your job application process with a free tool that seamlessly matches your CV to job postings and generates tailored cover letters in just minutes! (Likes: 1, Comments: 6)
Top 6. Discover Scienceproves.me, an AI-powered Q&A tool that delivers scientifically-backed answers to your questions. With its innovative technology, you can access reliable information and insights with ease, making knowledge more accessible than ever. Perfect for students, researchers, and curious minds alike! (Likes: 3, Comments: 4)
Top 7. Jist: Lightning-fast JSON search at 17x the speed of jq. (Likes: 7, Comments: 0)
Top 8. Introducing Portify – the ultimate no-code portfolio builder tailored for developers and creators. Effortlessly showcase your projects and skills without any coding skills required! (Likes: 6, Comments: 0)
Top 9. Introducing Windows NFS Manager: a user-friendly GUI designed for seamless mounting and management of NFS drives, making file sharing and collaboration easier than ever on Windows platforms. (Likes: 6, Comments: 0)
Top 10. Ask questions about YouTube videos without watching them—unlock the power of instant insights and enhance your viewing experience! (Likes: 2, Comments: 4)
1. Show HN: TypeScript/React/Vue Window Layout Manager (Tabs, Floating, Popouts)
URL: https://github.com/mathuo/dockview
Author: mathuo
Description:
Popularity: 279 points | 56 comments
2. Show HN: A Better Log Service
URL: https://txtlog.net/
Author: williebeek
Description: Hello everyone, there are many log services available and this is my attempt at a better one.
Most online logging tools feature convoluted UIs, arbitrary mandatory fields, questionable AI/insights, complex pricing, etc. I hope my application fixes most of these issues. It also has some nice features, such as automatic Geo IP checks and public dashboards.
Although I've created lots of software, this is my first open source application (MIT license), the tutorial for selfhosting is hopefully sufficient! Most of my development career has been with C#, NodeJS and PHP. For this project I've used PHP (8.3) which is an absolute joy to work with. The architecture is very scalable, but I've only tested up to a few billion logs. The current version is used in production for a few months now. Hope you enjoy/fork it as you see fit!
Popularity: 139 points | 85 comments
3. Show HN: I started sharing 2 New Validated SaaS ideas every week
URL: https://www.validatedsaas.com/
Author: kogekar
Description: I'm tired of seeing founders building stuff for months and years that nobody would ever pay for.
They just don't see it, like most other founders learn to do. Business validation = making money, and nothing else really.
If you really wanna make money this year, I can help you do it.
Popularity: 8 points | 2 comments
4. Show HN: I built an app to manage your eBooks
URL: #
Author: liviobnus
Description: Link: https://libraryio.com/
----
Hi HN!
I built a lightweight app that helps you manage your eBooks and read them directly in your web browser—no downloads or complicated setups required. Here's what it does:
- Seamless Reading Experience: It remembers where you left off and takes you back to the exact page when you return.
- Effortless Login: Just enter your email, verify with a code sent to your inbox (check junk/spam folders if needed), and you're in.
- Upload and Read: Add your eBooks, enjoy the built-in reader (dark mode included!), and focus on your reading.
Start for free: Enough to get you started and explore the app.
Why I Built This: I've been using this app privately for a while, and it’s become an indispensable part of my reading habit. I decided to share it with others to see if it could be useful for them too.
What I’d Love to Know:
- Would you use an app like this?
- Do you have any feedback or suggestions?
- And the bold question—would you pay for such a tool?
Thanks for taking the time to check it out!
Check it out here: https://libraryio.com/
Popularity: 4 points | 5 comments
5. Show HN: I made a free tool to match CVS to job posts and generate cover letters
URL: https://fit-my-cv.vercel.app/
Author: mujtabachang
Description: I built this tool to help with my own job applications and decided to share it
It uses AI to:
1. Compare your resume against job descriptions 2. Generate tailored cover letters 3. Suggest improvements to your application
No signup required, completely free
I'm sharing it to validate if others find it useful while I have spare AI credits.
May evolve into a product if there's interest
Feedback welcome
Popularity: 1 points | 6 comments
6. Show HN: Scienceproves.me – AI-Powered, Scientifically-Backed Q&A Tool
URL: https://scienceproves.me/
Author: Bhamada
Description: Hey HN, I built ScienceProves.Me, an app that uses RAG to give accurate, citation-backed answers.
If the database doesn’t have enough, it searches trusted journals and research sites. Every answer links to original sources so you can verify.
Would love your feedback!
Popularity: 3 points | 4 comments
7. Show HN: Jist now searches JSON 17x faster than jq
URL: https://github.com/adelamodwala/jist
Author: adelamodwala1
Description: Hi HN! Happy to share that jist can now search JSON 17x faster than jq for a provided input (string or a file). The major change is using the bleeding edge simdjson parser as the preferred way of parsing and querying the input.
Since simdjson can only work on files up to 4.2GB, jist falls back to its earlier implementation of scanning through input in chunks of 1MB which means it can still query files of virtually infinite size 3x faster than jq ever could while using ~10MB of memory.
The next major feature will be summarizing input JSON into a schema - and it will do this by scanning the whole file to get a complete picture. Stay tuned!
Any feedback (or code review) is much appreciated!
Popularity: 7 points | 0 comments
8. Show HN: Portify – A No-Code Portfolio Builder for Developers and Creators
URL: https://getportify.vercel.app/
Author: arjuncodess
Description: I’m excited to share Portify, a no-code portfolio builder designed for creators, developers, and professionals to showcase their work effortlessly.
As a developer, I know how time-consuming building and tweaking personal portfolios can be, especially when existing tools lack flexibility.
Portify simplifies this process with sleek, customizable templates tailored for developers, designers, and freelancers.
You can personalize your portfolio with beautiful themes and fonts, track profile views with built-in analytics, and publish it in minutes.
Whether you’re looking to land gigs, apply for jobs, or showcase side projects, Portify ensures your work stands out.
I’d love for you to check it out and share your feedback—good, bad, or brutal.
Cheers, A fellow builder.
Popularity: 6 points | 0 comments
9. Show HN: Windows NFS Manager – A GUI for mounting and managing NFS drives
URL: https://yani-.github.io/windows-nfs-manager/
Author: yani
Description: I built this because I was tired of using the command line to mount NFS drives on Windows.
Key features:
- Simple GUI for mounting/unmounting NFS drives
- Advanced mount settings (UID/GID mapping, transfer sizes, timeouts)
- Real-time drive status and storage monitoring
- Detailed drive properties view
- Built with Python/tkinter, packaged as a single executable
The app is particularly useful if you:
- Work with Linux/Unix servers from Windows
- Need to mount NFS shares frequently
- Prefer GUI over command line
It's open source, MIT License, and you can download the executable directly without installing Python: https://github.com/yani-/windows-nfs-manager/releases/latest
Screenshots and more info: https://yani-.github.io/windows-nfs-manager/
Looking for feedback, especially on:
- Mount settings that would be useful to add
- Performance with large NFS shares
- UI/UX improvements
Popularity: 6 points | 0 comments
10. Show HN: Ask questions about YouTube videos without watching them
Author: GentleNapkin
Description: Paste any YouTube URL and ask questions like "what are the key points?" or "what did they say about X?"
Built this because I was tired of scrubbing through hour-long talks/podcasts to find specific information.
Tech stack (I'm a novice so please go light on me lol)
Frontend: HTML, CSS, JS (no frameworks) Backend: Python with Flask PostgreSQL for user data and request tracking Auth0 for authentication Stripe for subscriptions Rate limiting using Redis SmartProxy for YouTube access Deployed on Render.com Google AI Studio for LLM integration
It's request limited to 3 requests given the AI integration.
Any feedback would be super appreciated! I hope this is helpful!
Popularity: 2 points | 4 comments
11. Show HN: Testified Documentation
URL: https://github.com/BasicWolf/sphinx-testify
Author: basicwolf
Description: Hello HN,
I'd like to share an idea and a library that implements it.
As a fan of "Specification by Example" (as described in Gojko Adzic's renowned book), I faced numerous challenges trying to introduce these ideas at work or in hobby projects. Surprisingly, the most challenging part was writing specifications and examples in Gherkin/Cucumber syntax and producing readable living documentation out of them.
I believe that the Given... When... Then... format is not the best for user-facing documentation. Personally, I find novel-like narratives, filled with code examples, design decisions, and diagrams, much more appealing. The question was: how can we ensure that the documentation reflects the current state of the system? That is how the "Testified Documentation" was born.
What if we combine something already present and widely adopted by developers - automated tests and documentation generators? In a nutshell:
1. We start the implementation once the business/community need is clear and there is a shared understanding.
2. We briefly document the new feature and reference (so far non-existing) tests.
3. We write the tests.
4. We implement the feature.
5. We repeat steps 2-4 until the feature is fully implemented and documented.
6. We have an up-to-date document that explains how the system works.
This might also be appealing to open-source projects, which we document anyway. We can ensure that documentation is up-to-date by testifying it!And finally: sphinx-testify is a very simple extension to the Sphinx documentation generator that enables the ideas described above.
I would appreciate your opinion, criticism, and thoughts!
Popularity: 6 points | 0 comments
12. Show HN: Mkdevenv – managing dev environments with Makefiles and Containerfiles
URL: https://github.com/ttybitnik/mkdevenv
Author: sedboyz
Description: I created this repo to standardize the approach I'm currently using to isolate my development environments, which now allows me to integrate mkdevenv into other projects of mine.
It's primarily designed to integrate with GNU Emacs but should also work fine with other editors. While I'm aware of alternatives, I'm particularly inclined toward the fundamentals and the isolation that containers offer. (I'm currently writing a blog post on it, though I still need to give Nix/Guix a fair try as well).
Popularity: 2 points | 3 comments
13. Show HN: Lexoid – A Library for LLM-Based and Non-LLM-Based Document Parsing
URL: https://github.com/oidlabs-com/Lexoid
Author: dilith
Description: Why we built Lexoid:
1. Recent advancements in LLMs make them incredibly powerful for extracting meaning from unstructured documents. We wanted to utilize these different LLMs through a single library.
2. Static (a.k.a. non-LLM-based) parsing libraries like PyMuPDF work fast and accurately for simple documents, but often their licenses aren’t as permissive as we’d like.
3. We wanted a single library that could integrate both static and LLM-based approaches in a seamless and efficient way.
Key Features:
- Unified Parsing: Use either static parsers or LLM-based ones, depending on your needs.
- Auto-routing Mode: Pages are analyzed independently—faster static parsers handle straightforward pages, while LLMs process pages requiring deeper understanding.
Why we think it’s useful:
Static parsers are fast but struggle with complex, unstructured data. LLMs, on the other hand, offer incredible accuracy but can be expensive and slow. Lexoid lets you use the best tool for the job — automatically if needed.
Popularity: 4 points | 1 comments
14. Show HN: Dribbble for code
URL: https://github.com/rorkai/21st
Author: danieldhawan
Description:
Popularity: 5 points | 0 comments
15. Show HN: Employees.fyi – updated with 2022 and 2023 U.S. workforce demographics
Author: employeesfyi
Description: Hi HN! We previously shared Employees.fyi back in 2022 (https://news.ycombinator.com/item?id=31062815). We have since updated with more data, covering up through 2023.
The URL contains your current selection. Just copy the URL and share it!
Some examples:
* A comparison of 2022 data for the "Professionals" job category across the Information industry, Facebook, and Netflix: https://employees.fyi/?year=2022&job=PROFESSIONALS&reference...
* A comparison of 2022 data for all job categories across the Finance and Insurance industry, BlackRock, and PayPal: https://employees.fyi/?year=2022&job=ALL&reference=52&compan...
* A comparison of 2023 data for the "First/Mid Officials & Managers" category across Starbucks and UPS (no reference data is available yet): https://employees.fyi/?year=2023&job=MIDMANAGERS&reference=5...
* A comparison of 2021 data for the "Laborers" job category across the Retail Trade industry, Amazon, and Walmart: https://employees.fyi/?year=2021&job=LABORERS&reference=45&c...
We built Employees.fyi to make it easy to compare U.S. workforce demographic data across companies and against industry reference data. In the U.S., the Equal Employment Opportunity Commission (EEOC) requires the collection and submission of demographic workforce data. We collected and organized the publicly available federal data from the EEOC as well as publicly available EEO-1 submissions from individual companies. By doing so, we hope to make it easy to compare U.S. workforce demographic data across companies and against industry reference data.
Let us know what feedback you have for us! Are there features you would find useful, such as more easily comparing a single company over time? What additional data would you want to be able to look at?
Popularity: 3 points | 1 comments
16. Show HN: Turn CSS files into high performance APIs
URL: https://roapi.github.io/docs/
Author: houqp
Description:
Popularity: 2 points | 2 comments
17. Show HN: Limit Phone – Hardcore social media blocking for Android
Author: richardgill88
Description: I've tried all the app / website blockers on iOS and Android to try and help encourage healthy use of my phone - I particularly wanted to stay away from feeds and doom scrolling.
I needed something that could not easily be circumvented by 'impulsive me' but also didn't block the utility of my phone (e.g. reading a single Reddit post or watching a YouTube video).
In the end I built my own hardcore blocker for Android: Limit Phone.
Features that are different from mainstream blocking apps:
* Blocks apps using Android's 'Device Owner' APIs (like a work profile) - it's impossible to disable the blocks via workarounds.
* Granular blocking of websites, e.g. youtube.com can be blocked, but https://www.youtube.com/watch?v=xyz is allowed.
* This is done using a custom build of Firefox and blocking all other browsers.
- It comes with a default block list that blocks: TikTok, Instagram, Facebook, Snapchat, Reddit, YouTube, LinkedIn and a few others.
* These come with sensible defaults for allowing individual Reddit posts, YouTube videos etc.
- Unblocking requires waiting for a delay, and anything you unblock is automatically re-enabled afterwards.
Limit Phone just launched in beta and works best on 'stock' google android phones (e.g. Pixel). The install process currently requires a factory reset.
A small group of us have been running this system on our phones for a few a months and it's surprising just how effective it is once you set it up.
I built Limit Phone because I wanted something like this to exist as a mechanism for impulsive people like myself to fight back against larger companies optimizing algorithmic feeds to deliberately increase screen time.
Popularity: 3 points | 0 comments
18. Show HN: New CMS to Compete with WordPress
URL: https://sitegui.com/litegui
Author: ciaovietnam
Description:
Popularity: 2 points | 1 comments
19. Show HN: I built an AI-powered job offer analyzer to decode total compensation
URL: https://www.careercomps.io/
Author: aboelmatty
Description: Hey HN!
I built CareerComps after spending countless hours comparing complex job offers using spreadsheets. As an indie maker who's navigated job transitions in multiple fields, I realized we needed a better way to understand total compensation packages.
What it does:
- Instantly analyzes total compensation including base, bonus, and equity
- Adjusts for location-specific cost of living and tax implications
- Provides clear breakdowns of benefits values
- Uses AI to generate comprehensive analysis and recommendations
Built using Next.js, PerplexityAI, and Vercel Edge Functions. No database or account required - complete privacy by design.
Try it out: https://careercomps.io
I built this because I believe everyone deserves access to sophisticated compensation analysis tools, especially when making life-changing career decisions. Many of us struggle with comparing offers that have different components (equity, benefits, locations). This tool aims to make that process clearer.
Would love your feedback, particularly on the analysis accuracy and user experience.
Adam
Popularity: 3 points | 0 comments
20. Show HN: I built an task management system for agencies
Author: frenchriera
Description: Most task management system out there assume the members in a work space are from the same team, which is not the case for agencies.
So I created an app that orchestrate your agency business by:
- Giving a client portal to each of your customers and their team members
- A dashboard for you and you team that gathers all the tasks from all your customers in one view
Today, more than 500 businesses are using it in their daily operations.
Popularity: 2 points | 0 comments
21. Show HN: Go port of lc(1), an ls(1) alternative from the Coherent Unix clone
URL: https://github.com/dbohdan/lc-go
Author: networked
Description:
Popularity: 2 points | 0 comments
22. Show HN: Card IQ, a site that optimizes cash back credit cards
Author: ryanewolverton
Description:
Popularity: 1 points | 1 comments
23. Show HN: Can AI write human like LinkedIn posts?
URL: https://ideafloww.vercel.app/
Author: rebalh
Description: I got exact this question 3 months back. Then I went to research but the options were really bad and sounded literally like robot using words like game-changer and revolutionize. It's very bad! Then I put together super viral LinkedIn posts of big LinkedIn creators like Justin Welsh and I fine-tuned gpt-4o-mini on them and it was super cool.
I'm Rebal and I kept using this kind of invention of mine for about 3 months on Linkedin and got 1,000 followers.
From very long I belive LinkedIn is cringe and so is writing on it. Like all that toxic thought leadership.
But now I just give this tool my Idea and I get a furnished LinkedIn posts.
I won't promise it is super viral but it's above average and posts are human like and authentic.
I try my best that AI model uses as much words from context to match writing styles. apart from that its cool.
Try it out it's free! :)
Popularity: 1 points | 1 comments
24. Show HN: Designed caps to explore techno-social control
Author: plawlost
Description: I've been thinking about how we consume and internalize information in our hyperconnected world. This led me to explore these themes through physical design - specifically minimal caps with provocative messages. The project aims to question our relationship with technology and social control, drawing inspiration from Orwell, Huxley, and modern tech criticism. Key technical aspects:
Custom Manrope typography implementation Minimal design system No traditional marketing Direct-to-consumer approach
Website: uncapped.art Curious to hear HN's thoughts on using fashion as a medium for technological critique.
Popularity: 1 points | 1 comments
25. Show HN: Expense AI – Smarter Expense Tracking with AI
Author: the_artist
Description: Hi HN,
I’m Wahab, one of the creators of Expense AI, a personal finance management app that uses AI to make tracking and analyzing expenses effortlessly. You can try it out here: https://expenseai.app.
The Backstory I built Expense AI because I struggled to manage my own finances effectively. I’d tried apps that required too much manual entry or didn’t give actionable insights. My previous project, Trackfundx, aimed to solve a similar problem by connecting multiple bank accounts but faced challenges with transaction accuracy and tech limitations.
With Expense AI, I wanted to take a different approach by leveraging AI to simplify the process—turning receipts into structured data, categorizing expenses, and even generating custom reports—all while keeping things intuitive.
What It Does
- Receipt Automation: Snap photos, forward email receipts, or upload PDFs. Expense AI extracts the details and categorizes them for you.
- Customizable Reports: Generate tailored reports in PDF or spreadsheet format with advanced filters like tags, stores, and date ranges.
- Manual Entry: Add expenses manually for transactions without receipts.
- Email Integration: Set up auto-forwarding for your bank alerts, and Expense AI will automatically record and categorize the transactions.
Why It’s Different
- AI-Powered Insights: The app not only tracks expenses but also identifies patterns and helps with financial planning.
- Flexibility: Supports multiple input methods (manual, email, receipt scanning) and works across various currencies.
- Customization: Users can define tags, select report columns, and filter data to match their needs.
What’s Next
We’re planning to introduce:
- Income Tracking to provide a holistic view of finances.
- Budgeting Tools for better financial planning.
- Multi-User Support for businesses to track team expenses.
I’d love to hear your thoughts, feedback, or suggestions. Also, if you encounter any issues while trying it out, let me know!
Link: https://expenseai.app
Thank you!
Popularity: 2 points | 0 comments
26. Show HN: Pricyn.com – Global Pricing and Payment Optimization Platform
Author: brunobianchi
Description: Hey HN,
We’re excited to introduce Pricyn, a platform designed to optimize pricing strategies and streamline global payment operations for businesses of any size.
The Problem:
Setting optimal prices for different countries and managing international payments is complex. Businesses struggle to adjust for market demands while ensuring secure and seamless transactions. We built Pricyn to address these challenges, enabling companies to scale globally with confidence.
Key Features:
- Dynamic Pricing: Automatically adjusts prices based on market conditions
- Global Payment Support: Handles multi-currency payments with localized solutions
- Secure Transactions: Enterprise-grade security for all financial operations
Technical Details:
- API for seamless integration with existing workflows
- Real-time currency conversion
- Zero data retention mode (coming soon)
Coming Soon:
- More integrations for payment providers
- Advanced analytics for pricing insights
- Self-hosting options for added flexibility
Links:
Landing page: join.pricyn.com/hacknewsWe’re launching our waitlist today and would love to hear your feedback! Join us and be part of the journey to redefine pricing and global payments.
Popularity: 1 points | 1 comments
27. Show HN: Garment search based on actual measurements
URL: https://www.findmy.fashion/
Author: escesc123
Description:
Popularity: 1 points | 1 comments
28. Show HN: Social Music Sharing and Discovery App
URL: #
Author: Solance
Description: I recently launched my new social music sharing and discovery app called Solance, and I would love any feedback (good or bad)! The vision for the app is to bridge the gap between friends showing each other music and recommending songs. Once you sign up and link your Spotify account, you just follow your friends who are on the app and you can start seeing the songs they have been listening to in your Solance feed. Within the feed you can interact with all the songs by listening to previews of the songs in your feed, liking and/or commenting on the songs, and the ability to save songs from Solance directly to your Spotify playlists.
The app is currently a MVP and so only the core functionality is currently in there but I would appreciate it a lot of you guys could give it a try and let me know what you think! If you don't want to invite friends at this stage, just go ahead and follow usernames ryan and/or dan.
The website is https://solance.app.
Popularity: 1 points | 1 comments
29. Show HN: Collect user feedbacks, instantly.
Author: inhkjp
Description: Easily collect user feedbacks by embedding widgets into your app.
I have multiple SaaS products but not sure how to improve them so I created SnopVote to understand what my users want. Hope this help you and me.
Popularity: 1 points | 1 comments
30. Show HN: LLM marketing toolbox (w Memegenerator ofc)
Author: Tacotrond
Description: Hi friends! I can't code for sh*t, but over the holidays I created a toolbox with 6 super-simple tools to create memes, understand your brand, or get tons of tailored marketing ideas. The entire thing is built with react front-end and python bakcend using Databutton and OpenAI. Would love some quick feedback.
While building this (without being able to code) I contemplated what the future of tools will look like - should software let the users themselves adjust the ux with simple LLM input fields? Much like I do when I build tools like these in hours with Databutton or Lovable (Took me several days, but still insane how easy it is). Any suggestion on how I can make the front-end adjustable to each user? (Say a user generates their own content calendar - gets a unique link - I would love to let the user use LLMs to adjust the setup / grid / functions of their content calendar to how they like it).
Have an awesome weekend!
Popularity: 1 points | 0 comments
31. Show HN: I Got Roasted by AI
URL: https://youlooklikea.ashleyhindle.com/GAG1Roe-Y1YMiIDx-V8Us/you-look-like-a-lost-potato
Author: ashleyhindle
Description: Lost my job yesterday, so figured I'd get AI to roast me. It's dumb, but fun
You can get roasted by AI too if you can click buttons :) Have a gander!
Popularity: 1 points | 0 comments
32. Show HN: YAMLFish – A free translation management system
URL: https://yamlfish.dev
Author: Intrepidd
Description: As a 15YoE Rails dev, I've had to work many times with I18n, and found it was often a hassle. Working on many features at the same time meant countless conflicts, and excel files filled with translations.
I've used tools like phraseapp and lokalise, they work well but are overpriced for SMB IMO.
In a recent gig, I had a tight budget and minimal needs (just needed branching support and a way for product people to suggest translations to the tech team without getting in the way)
So I built my own and it worked really well, I've since quit the company and they are still using it.
I decided to share it publicly and freely to see if it could gain any traction. If it does, I plan to keep a generous freemium plan and then charge fairly.
Popularity: 1 points | 0 comments
33. Show HN: LLM reasoning partner for multiple choice questions
URL: https://usmle-study-partner.lovable.app/
Author: augustinemp
Description: I made this for my gf who is studying for US medical exams (USMLE Step 2), which consist of multiple choice questions. The goal of the app is to have an AI study buddy that goes through every part of the question and discusses why or why not it is relevant with you. Here’s how it works:
First, it generates a question to answer on a chosen topic.
Then once you answer the question, you can highlight different parts of the text and it generates choices for why or why not a particular part of the text is relevant.
In these types of questions, every phrase is a clue so highlighting them and thinking about why a clue could be important was really useful for her.
Curious to know if you guys can think of other multiple choice question domains where this would be useful?
An interesting technical detail, for the highlighting of whether a clue is relevant, speed is really important. I used groq to generate rapid reasoning suggestions, really impressed with the speed of their models!
Popularity: 1 points | 0 comments
34. Show HN: AI Search Engine for OnlyFans Models
URL: https://www.pickyfans.com
Author: tufeq_4
Description: Existing search tools only rely on metadata like profile info or bios, without considering what influencers actually look like. Basically, if you’ve got specific vibes in mind, this helps you find the perfect creators.
We use an image classification model that classifies OnlyFans models based on their public images. It’s quite okay already, but we are actively working on improving it.
Thanks
Popularity: 1 points | 0 comments
35. Show HN: Stripe Invoices: The best way to handle them
URL: https://brainvoicesapp.com/
Author: rafaelpadovani
Description: Hey HN,
Tired of wrestling with invoice edits? Say hello to Brainvoices, your ultimate tool for effortless Stripe invoice management.
Key Features Edit invoices in seconds—no more back-and-forth. Boost productivity with an intuitive, user-friendly interface. Save time, reduce errors, and keep your clients happy.
Your invoices, your rules—just smarter. Hope it might be useful to any of you. Would love your feedback
Rafael
Popularity: 1 points | 0 comments
36. Show HN: Idle Cosmos
Author: max0563
Description:
Popularity: 1 points | 0 comments
37. Show HN: Xido – SF2 player for jamming and learning
URL: https://pandabunnytech.itch.io/xido
Author: JaDogg
Description: Hi All,
I just released this new application to my itch.io store, I have created a new way of snapping to scale.
Instead of just snapping to closest note, now you can translate from C Major scale to any other scale/root. (Since C major is just the white notes starting from C it is easier to learn)
PS: I made this application in Yaksha programing language. (I'm also the author of Yaksha)
I'd appreciate any feedback or ideas.
Cheers
Popularity: 1 points | 0 comments
38. Show HN: You've got to check this amazing tool for tracking VC-funded startups
URL: https://old.reddit.com/r/email/comments/1hyyzz7/hey_friends_i_just_developed_this_super_neat_tool/
Author: sziinulb
Description:
Popularity: 1 points | 0 comments
39. Show HN: A better workout logging iOS app
URL: https://apps.apple.com/us/app/gymlog-app/id6736846878
Author: carlosyasu91
Description: Hey everyone on HN,
I’m Carlos and I built this app called GymLog. I looked at other workout logging apps in the market but found that many of them are too complex for what I need. The app is completely free, it has no ads and no in-app purchases.
My guess is that this a niche app as only people who lift seriously will log their workouts. I’ve been using it for a few months it’s been a better experience, so I thought maybe a few others would enjoy using this app.
This is an example of what my notes would look like in the past:
This is how things look now:
Here's the link to the App Store if anyone is interested: https://apps.apple.com/us/app/gymlog-app/id6736846878
Popularity: 1 points | 0 comments
40. Show HN: Have you checked out TopYappers for finding insights on creators?
Author: ztnnuymwshtm
Description:
Popularity: 1 points | 0 comments
41. Show HN: Agentic Shell (agish)
URL: https://github.com/Flux159/agentic-shell
Author: Flux159
Description: Hey HN, I wanted to show a quick hack I did extracting out some testing code I was writing to make AI agents easier to test.
My original goal was to make a shell where I could easily change some state, write a prompt, and get an AI agent (think "llm loop") to complete some task. I also wanted to support piping text files into said test harness.
What I realized while I was building this out was that I had inadvertently made an "agentic shell" that could run shell commands, so decided to extract out the code & open source it so that other people can use it and learn from it.
Currently it only supports Claude as the LLM, but there's work in progress to support OpenAI, Google, and maybe in the future local models.
Popularity: 1 points | 0 comments
42. Show HN: A programmer's guide to reinforcement learning
URL: https://naklecha.notion.site/a-reinforcement-learning-guide
Author: naklecha
Description: i'm excited to release a reinforcement learning guide that carefully explains the intuition and implementation details behind every single fundamental algorithm in the field. enjoy :)
Popularity: 1 points | 0 comments
43. Show HN: Diva Copilot – generate synth presets with plain English
Author: aecorredor
Description: Hey guys! I just finished building the first version of a tool I think a lot of Diva fans will enjoy a lot. It's called Diva Copilot. It's basically ChatGPT but for generating .h2p file presets for Diva. You type the description of the sound you want and Diva Copilot generates the preset file for you. You can download the file from the dashboard from anywhere you want. The preset quality is actually super good for the v1 of the product. I've built a custom RAG system that integrates with OpenAI, so that's why results are orders of magnitude better than what you get from something like ChatGPT directly.
I've got a good number of ideas for making it even better coming down the line, so I'd love to start getting some feedback on what people think. The landing page has some preset examples I generated and uploaded to SoundCloud, and now that the V1 is done I'm working on a demo track + a tutorial video. I'll also be uploading more cool presets I've generated lately just to have more examples.
I'm starting out with a free trial that includes 10 free presets + a monthly/yearly plan that includes 50 presets a month + the ability to buy on-demand credits.
I hope you guys enjoy it. All feedback is appreciated!
Thanks!
Popularity: 1 points | 0 comments
44. Show HN: Osint tool for searching people's digital footprint
URL: https://github.com/ibnaleem/gosearch
Author: ibnaleem
Description: New to Golang, provide any feedback and suggestions to improve the project. You are also free to open PRs to add your own websites/improvements.
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