Show HN Today: Top Developer Projects Showcase for 2025-01-01
SagaSu777 2025-01-02

Explore the hottest developer projects on Show HN for 2025-01-01. Dive into innovative tech, AI applications, and exciting new inventions!

Summary of Today's Content

Today's Product Highlights

  • Product Name: API Parrot
  • Highlight: Innovative tool that automatically reverse engineers HTTP APIs, simplifying business process automation by resolving complex dependencies and generating reusable code.

Quick Summary

  • Most Hot Category: Developer Tools
  • Top Keywords: API, Automation, AI, Productivity
  • Most Popular Product: API Parrot (370 points, 94 comments)

Technology Trends

  • AI Integration & Automation
  • Developer Productivity Tools
  • Language Learning Technologies
  • Privacy & Security Solutions
  • Task Management Systems

Project Distribution

  • Developer Tools: 35%
  • AI Applications: 25%
  • Productivity Tools: 20%
  • Educational Tools: 10%
  • Others: 10%

Trend Insights

  1. Strong focus on developer productivity tools, particularly in API automation and testing
  2. Growing integration of AI across various applications, especially in education and productivity
  3. Increased emphasis on privacy-focused solutions and security tools
  4. Rising demand for no-code/low-code solutions
  5. Emergence of specialized tools for specific developer workflows
  6. Trend towards self-hosted and open-source solutions
  7. Focus on simplifying complex technical processes for non-technical users
  8. Integration of blockchain and decentralized technologies in traditional services

Top 1. API Parrot is a cutting-edge tool that automates the reverse engineering of HTTP APIs, making it easier for developers to understand and interact with complex API structures. Streamline your workflow and enhance your productivity with this innovative solution. Perfect for developers looking to save time and effort when working with web services. (Likes: 370, Comments: 94)

Top 2. Instantly Verify IDs with NFC + AI Technology! (Likes: 45, Comments: 5)

Top 3. Introducing an innovative screensaver that transforms your idle time into a chess challenge! This unique application not only beautifies your screen but also engages your mind by solving intriguing chess puzzles. Perfect for chess enthusiasts and casual players alike, it's a fun way to sharpen your skills while enjoying your favorite pastime. Elevate your screen experience and challenge yourself with every glance! (Likes: 26, Comments: 9)

Top 4. A GitHub-style screen time visualizer for iOS that helps users track and analyze their app usage in a visually appealing way. (Likes: 16, Comments: 2)

Top 5. Discover the fascinating mathematical equation: 2025 = sum(I^3) for I = 0..9, showcasing the beauty of cubic sums and their intriguing connections. Perfect for math enthusiasts and curious minds alike! (Likes: 9, Comments: 3)

Top 6. Launch your static website in under 30 seconds with ease and efficiency! (Likes: 9, Comments: 1)

Top 7. Introducing a soothing green noise player designed to enhance relaxation, improve focus, and promote calmness. Perfect for creating a peaceful environment, this innovative tool helps you unwind and concentrate, making it ideal for study sessions, meditation, or simply enjoying some quiet time. Experience the calming effects of nature-inspired sounds and transform your daily routine today! (Likes: 6, Comments: 2)

Top 8. ComputeSim: Master compute shaders and control flow with interactive learning tools. (Likes: 5, Comments: 0)

Top 9. Discover Memora: An open-source solution designed to replicate human memory, paving the way for personalized AI experiences. Unlock the potential of tailored interactions and enhanced cognitive capabilities with this innovative technology. (Likes: 4, Comments: 1)

Top 10. Discover the 2025 Internet History Calendar, a must-have for tech enthusiasts and history buffs alike. This unique calendar showcases significant events, milestones, and breakthrough moments in internet history, perfect for celebrating the digital age. Stay informed and inspired every month with fascinating facts and visuals that trace the evolution of the online world. (Likes: 5, Comments: 0)

1. Show HN: API Parrot – Automatically Reverse Engineer HTTP APIs

Show HN: API Parrot – Automatically Reverse Engineer HTTP APIs - Project Screenshot

URL: https://apiparrot.com/

Author: pvarghav

Description: When automating business processes at work, I found it difficult and time-consuming to reverse engineer business systems' APIs. I often had to manually reverse engineer APIs using developer tools or settle for less optimal technologies such as Robotic Process Automation (RPA).

Often, the issue is that it can be hard to resolve all the cookies, access tokens, and other elements required to successfully execute the requests. Manually trying to resolve these dependencies using developer tools is especially challenging with multiple requests where data is stored in JavaScript objects or HTML elements.

To try to solve this issue, I built a tool called API Parrot that automatically identifies the data correlations between requests and builds a graphical representation of the flow to give users a better understanding. To streamline the process, I also included functionality to record requests, define your own inputs and outputs, and export the entire flow—or parts of it—as JavaScript code.

The application is Electron-based and currently compiled for Windows and Linux. Please try it out and give feedback!

Online Tutorial: A simple example of reverse engineering the USPS API is available at https://docs.apiparrot.com/docs/category/tutorial---reverse-...

Popularity: 370 points | 94 comments


2. Show HN: Verify ID's Instantly with NFC+AI

Show HN: Verify ID's Instantly with NFC+AI - Project Screenshot

URL: https://passportreader.app

Author: ropsnou

Description:

Popularity: 45 points | 5 comments


3. Show HN: I made a screensaver that solves chess puzzles

Show HN: I made a screensaver that solves chess puzzles - Project Screenshot

URL: https://screensaverchess.com

Author: binaryinitials

Description:

Popularity: 26 points | 9 comments


4. Show HN: GitHub-style screen time visualizer on iOS

Show HN: GitHub-style screen time visualizer on iOS - Project Screenshot

URL: https://apps.apple.com/us/app/clearspace-reduce-screen-time/id1572515807

Author: anteloper

Description: I wanted a longer-running view of my screen time data - in particular my usage on a given day vs. my goal usage. Github absolutely nails year-long visualization with their contributions heatmap, so borrowed some inspiration and created a similar screen time visualizer on iOS.

Here's what it looks like: https://www.getclearspace.com/showHN

This is a free feature of the Clearspace app. Here's a link to our original HN launch with Clearspace: https://news.ycombinator.com/item?id=35888644

Popularity: 16 points | 2 comments


5. Show HN: 2025 = sum(I^3) for I = 0..9

URL: #

Author: temporalparts

Description: This year's number is kinda fun:

2025 = 0^3 + 1^3 + 2^3 + 3^3 + 4^3 + 5^3 + 6^3 + 7^3 + 8^3 + 9^3

Which is equivalent to:

2025 = (0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9) ^ 2 = 45 ^ 2

Next time this will happen is 1000 years from now, in 3025. See y'all then!

Popularity: 9 points | 3 comments


6. Show HN: Launch a static website in under 30 seconds

Show HN: Launch a static website in under 30 seconds - Project Screenshot

URL: https://orbiter.host

Author: jhunter1016

Description: Happy New Year HN!

I’m the co-creator of Orbiter, a dead simple tool for uploading and hosting static sites. We built Orbiter for ourselves and realized it would probably be useful for others.

Static site content is some of the simplest on the web, yet hosting this content has gotten increasingly complex over time. Many of you are engineers and don’t have much problem with CI/CD pipelines as a mechanism for deploying a website. This is true for me as well. But there are times when I want to just upload a simple website. I might not even want to put it under source control. And I know this is true for a lot of others who don’t have the same level of coding and deployment experience as I do.

Combine this with AI’s rise in popularity and how easy it is now for anyone in the world to create a website, and Orbiter seems like a nice solution to getting static websites online.

On the technical side, we did something interesting. We actually use blockchain and IPFS behind the scenes. Having worked with IPFS for a number of years now, it’s always struck me as a really good tool for public content, especially when that content needs to be versioned. Websites fit this model nicely.

We wanted to create a system by which websites were not necessarily locked into Orbiter’s platform. So, every site that is uploaded gets its own smart contract on the Base blockchain. The site itself is uploaded to IPFS, and the CID is mapped to the site’s smart contract. When someone makes a change to their site and uploads new content, the new CID is mapped to the contract.

This does two things:

1. It allows anyone in the world to build a version history of the site 2. It allows the site’s creator to easily migrate off Orbiter without even having to access the Orbiter web app if they want

Ultimately, people may not care about the blockchain and IPFS aspects of the technology, and that’s fine. We specifically built it so that you didn’t even see this tech.

Would love to get feedback on the product, the idea, and the technology!

Popularity: 9 points | 1 comments


7. Show HN: I built a green noise player to help you relax, focus, and stay calm

Show HN: I built a green noise player to help you relax, focus, and stay calm - Project Screenshot

URL: https://www.noisygreen.com/

Author: nyku

Description: Sometimes, I struggle to block distractions and create a calming environment while working.
Most tools I’ve tried were either cluttered, didn’t provide the right kind of sound, or required payment.
So, I decided to build my own simple green noise player.

For context, green noise features balanced, mid-range frequencies that mimic soothing natural sounds—ideal for relaxation, focus, or creating a peaceful backdrop while working.
It’s also great for taking a mindful break during a busy day.

Right now, it’s a free, lightweight, browser-based solution.
Playback pauses on mobile when the screen locks, but I’m exploring ways to improve it. Maybe a dedicated mobile version in the future?

Would love to hear your thoughts and feedback!

Popularity: 6 points | 2 comments


8. Show HN: Computesim, learn compute shaders and control flow

Show HN: Computesim, learn compute shaders and control flow - Project Screenshot

URL: https://github.com/planetis-m/compute-sim

Author: planetis

Description: Hey HN, I wrote a compute shader emulator that started as a 50-line script to help me understand reduction shaders. What makes this implementation interesting is its technical approach; I've leveraged Nim's macros and closure iterators to simulate lockstep execution of logical threads. The emulator runs GPU compute shaders on CPU, simulating workgroups and subgroups with proper synchronization. It supports GLSL subgroup operations and provides nice debugging messages. The emulator works with Nim code that follows compute shader patterns

I've documented some technical aspects here: https://x.com/planetis_m/status/1873857578931011614 Demo/Repo: https://github.com/planetis-m/compute-sim

Popularity: 5 points | 0 comments


9. Show HN: Memora – Replicating Human Memory for Personalized AI, Open Source

Show HN: Memora – Replicating Human Memory for Personalized AI, Open Source - Project Screenshot

URL: https://github.com/ELZAI/memora

Author: Jonathan-Okorie

Description: Memora gives AI the ability to recall memories during interactions, just like humans do subconsciously.

For now, it’s just text-based memories, but our vision extends to the full spectrum of human memory: emotions, audio, video.

Key Features:

Built-in multi-tenancy for managing multiple organizations, users, and agents.

Time-stamped memories to track how information evolves over time.

Scalable, modular, and developer-friendly design.

GitHub: https://github.com/ELZAI/memora Install: pip install memora-core

We’re looking for feedback and contributions, let’s change how we fundamentally interact with technology.

Popularity: 4 points | 1 comments


10. Show HN: 2025 Internet History Calendar

Show HN: 2025 Internet History Calendar - Project Screenshot

URL: https://internethistorycalendar.com/

Author: awwstn

Description:

Popularity: 5 points | 0 comments


11. Show HN: Vocab TUI – AI-powered vocabulary practice in the terminal

Show HN: Vocab TUI – AI-powered vocabulary practice in the terminal - Project Screenshot

URL: https://github.com/NishantJoshi00/vocab-tui

Author: cat-whisperer

Description: I built this while preparing for the GRE, wanting a better alternative to traditional flashcards. It's a terminal-based vocabulary learning tool that uses LLMs (via Ollama) to evaluate how well you understand difficult words. (Built with Ratatui)

Tech stack: Rust, Ollama (llama3.2 model)

Try it out: https://github.com/NishantJoshi00/vocab-tui

Would love feedback from the community, especially from those preparing for standardized tests.

Popularity: 4 points | 0 comments


12. Show HN: Open-Source Fraud Prevention Platform

Show HN: Open-Source Fraud Prevention Platform - Project Screenshot

URL: https://play.tirreno.com/login

Author: reconnecting

Description: Fraud prevention and user security analytics made easy. PHP/PostgreSQL, a self-hosted app.

Online demo (admin/tirreno): https://play.tirreno.com

Source code: https://github.com/TirrenoTechnologies/tirreno

Website: https://www.tirreno.com

Constantly looking for interesting cases.

Happy New 20¼!

Popularity: 4 points | 0 comments


13. Show HN: Tiny Memory Game That Is Not So Easy to Beat

Show HN: Tiny Memory Game That Is Not So Easy to Beat - Project Screenshot

URL: https://minamicode.com/game

Author: FreddieSO

Description: My wife did a tiny memory game, and I love it so much that I wanted to share it with you. It isn't easy. My best try was to finish it in 34 moves so far. Maybe you will be better?

Anyways, Happy New Year.

Popularity: 4 points | 0 comments


14. Show HN: Startups and Survival: Silicon Valley's Squid Game"

URL: #

Author: throwunderfog

Description: Joining a Silicon Valley Startup Is Like Playing Squid Game

---

Scene: A hopeful coder, Alex, walks into the chic, glass-walled office of "Unicornify," a startup promising to "revolutionize sandwich personalization with AI." The team is gathered in a minimalist conference room. Everyone is wearing branded hoodies and looks suspiciously sleep-deprived.

Alex: "Thanks for having me. I’m excited to join Unicornify!"

CEO (with a perfect white smile): "Welcome! Remember, here at Unicornify, we’re a family. A family that plays to win."

The lights dim. A disembodied voice echoes through the room.

Voice: "Attention all employees. The first game is Ping Pong Deathmatch."

Alex: "Wait, what?"

Two employees are dragged to a ping pong table. A robotic arm serves the ball at 200 mph.

Employee 1 (sweating profusely): "I have three kids, man. Let me win!"

Employee 2: "My stock options are vesting next week. Sorry, bro."

The match begins. Employee 1 loses. A trapdoor opens beneath him.

Alex (whispering): "Where did he go?"

HR Manager (nonchalantly): "He’s pivoting to new opportunities."

---

Scene 2: Alex’s first day. The "work hard, play hard" mantra is taken literally.

Manager: "Our KPI this quarter is scaling user engagement by 3000%. Here’s your desk, your laptop, and your weight in energy drinks. Oh, and remember, no one survives past Series B without hustle."

Alex notices an ominous poster on the wall: "ONLY 10 WILL MAKE IT TO IPO."

---

Scene 3: The All-Hands Meeting.

CEO: "Today's challenge: We’ve run out of funding. Your task is to find a way to keep the servers running without money. Losers... well, we all know what happens to losers."

Alex: "This feels intense. What about work-life balance?"

The room erupts in laughter.

Coworker (whispering): "Work-life balance? That’s for the Series C startups. If you survive this round, maybe you’ll get free kombucha."

---

Final Scene: Alex has somehow survived weeks of sprints, sleep deprivation, and competitive foosball. The final test arrives: The Pitch Gauntlet. Alex faces off against the CEO in a game of "innovate or die."

CEO: "Pitch me the next big idea or... you’re out."

Alex (panicking): "Uh... AI-powered sandwiches that... predict your emotional state?"

CEO: "...Brilliant. You’ve earned another quarter. Congratulations!"

Confetti falls. Somewhere in the background, an employee screams, "WHAT ABOUT MY VACATION DAYS?"

Alex (to self): "I made it. But at what cost?"

---

End scene.

Moral of the story: At a Silicon Valley startup, you're not just playing the game; you are the game.

Popularity: 4 points | 0 comments


15. Show HN: AI study partner turns anything into memory-boosting study sessions

Show HN: AI study partner turns anything into memory-boosting study sessions - Project Screenshot

URL: https://flashbackstudy.com/

Author: colinlevine

Description:

Popularity: 2 points | 1 comments


16. Show HN: MailMock – Simplified Email Testing for Developers

Show HN: MailMock – Simplified Email Testing for Developers - Project Screenshot

URL: https://mailmock.dev/

Author: daneavanderbilt

Description: I work at a software consulting company where we often face the challenge of testing email functionality in non-production environments. Typically, email sending is disabled in development and staging, making it difficult to verify whether emails are formatted correctly or even sent at all without making significant code changes.

I experimented with self-hosting an SMTP server, but the maintenance overhead was too high. This led to the idea for MailMock, which offers a simpler solution: by simply changing the SMTP credentials, you can redirect emails without the need for server management or code rewrites.

MailMock is a tool designed for developers to test emails in development and staging environments. It captures emails into dedicated test inboxes, allowing you to validate your app's or website's email flow. Features include multi-user collaboration and an email retention policy of up to 90 days, making debugging and testing easier. On the technical side, MailMock is built using C# for the backend, React for the frontend, and SQLite as the database.

You can try MailMock by signing up [here](https://mailmock.dev/sign-up). Once you sign up, you can create a project and immediately start testing by changing your SMTP settings to point to our service.

Let me know what you think, or if you have any issues or suggestions!

Popularity: 2 points | 1 comments


17. Show HN: Gemini 2 flash enables perfect, edited WhatsApp voice note transcripts

Show HN: Gemini 2 flash enables perfect, edited WhatsApp voice note transcripts - Project Screenshot

URL: https://transcriberforwhatsapp.com/

Author: mesmine

Description:

Popularity: 1 points | 1 comments


18. Show HN: Typing Analyst – Constantly shows typing speed and accuracy on macOS

Show HN: Typing Analyst – Constantly shows typing speed and accuracy on macOS - Project Screenshot

URL: https://avikalpg.gumroad.com/l/typing-analyst

Author: avikalp

Description: Hey everyone! As a New Year holiday project, I built out a MacOS tool that constantly measures typing speed and accuracy in the background and displays it on the status bar.

I always used to wonder if my real-life typing speed is similar to how I perform during typing tests on typeracer etc. I looked for tools like this, but could not find anything out there. So, I gave myself a gift this new year by actually creating this app (it only took 2 days - thanks to AI and no thanks to Apple’s poor developer documentation).

It would be great if you could try it out and let me know what you think.

Popularity: 1 points | 1 comments


19. Show HN: AI can now automate viral marketing

Show HN: AI can now automate viral marketing - Project Screenshot

URL: https://www.autougc.com/

Author: ondrej_bartos_

Description: Hey founders

You've probably clicked on this because marketing is hard

The good news is AI can now pump out hundreds of high quality UGC videos for your startup

You can use them to gain organic traffic through TikTok, Instagram and Youtube shorts

No need to pay these expensive UGC creators anymore

Popularity: 2 points | 0 comments


20. Show HN: Sama Deploy One-Click Docker Deployments on Hetzner with Automatic SSL

Show HN: Sama Deploy One-Click Docker Deployments on Hetzner with Automatic SSL - Project Screenshot

URL: https://samadeploy.com/

Author: JangoCG

Description: Hi HN!

I'm the founder of Samadeploy.com. In the last year, I launched multiple side projects and kept facing the same challenge: repeatedly setting up VPS servers on Hetzner from scratch. Each time, I had to look up my bookmarks and configs, which significantly slowed down my process. That's why I built Sama Deploy - an intuitive app with which you can:

- Instantly provision Hetzner servers

  • Deploy any containerized app with a single click
  • Get SSL certificates automatically
  • Protect your sites from the public by easily adding basic auth
  • Edit the Docker Compose file directly in your browser

    Under the hood, I built on top of Docker and Caddy. So if you ever want to do something which you cannot yet do with my app, you could always just SSH into your server and adjust it yourself.

    I built this solution to solve my own deployment headaches, and now I'm making it available to other developers. Sama Deploy is offered as a one-time purchase - just run a single command to install it on your own server.

    What do you guys think? I appreciate any feedback. Happy new year and greeting from Germany

Popularity: 1 points | 1 comments


21. Show HN: Saido a minimal habit tracker for 2025

Show HN: Saido a minimal habit tracker for 2025 - Project Screenshot

URL: https://saido.app

Author: flxngll

Description: Saido is a simple tool that you can create a 'trend' on and track your progress. The focus is on keeping daily streaks. Saido incentivises you to maintain daily streaks on habits that you want to build. For example, going for that run, lifting some weights, or perhaps reading.

Hi there! To kick off this wonderful year of 2025 I have built a tool to help me (and hopefully you) track your habits either good or bad.

Please let me know if you have any feedback

Popularity: 2 points | 0 comments


22. Show HN: LearnLingo – Practice a new language with AI powered tutors

Show HN: LearnLingo – Practice a new language with AI powered tutors - Project Screenshot

URL: https://www.learnlingo.dev/

Author: ct271

Description: Hey HN! I'm Callum, and I'm working on a way to make learning new languages easier using AI.

Personally, when I've been learning a new language, I've always found it hard to find someone to practice with. To overcome this, I started playing around with AI to see if they could make the process easier, and found that it was fun and simple to converse with them, and that I was learning new vocab in the process. So, I decided to make a simple product out of this that added some convenience to the process.

LearnLingo lets you practice the language that you're learning with a number of different AI tutors, each designed to help you practice a particular part of the language (eg: movies, classical music, food, etc). It operates on a token based system, so there are no subscriptions (I personally hate subscriptions).

Have a try, and let me know what you think! I'm open to any feedback, feature suggestions, or constructive criticism!

Popularity: 2 points | 0 comments


23. Show HN: Dimity Jones in Puzzle Castle: An Electronic Escape Novel

Show HN: Dimity Jones in Puzzle Castle: An Electronic Escape Novel - Project Screenshot

URL: https://obnakwa.itch.io/dimityjones

Author: larryboyko

Description: (I solicited feedback from this wonderful community for a draft of this project eight months ago: https://news.ycombinator.com/item?id=39972586 ... I was humbled by and am wholeheartedly grateful to several brilliant proofreaders; their names appear at the end of the second chapter.)

Dimity Jones In Puzzle Castle: An Electronic Escape Novel in Eighty-Nine Ciphertexts is a (mostly) fictional story, contained in a single text file, that requires the reader to solve puzzles as they go along, and to use each chapter's solution as a key to decipher the next.

Think: escape room in the form of a novel -- or, as one reader put it, "Interactive Fiction meets Advent of Code."

A computer, and rudimentary coding skills in a language of your choice, will be indispensable for performing the transformations -- and might help with the solving too!

My wife, the author, passed away six years ago. This is not the last thing she wrote, but it is the most unusual, unapproachable, and personal of her major works. It is also, as the only novel of hers that I cannot breeze through in an afternoon (and despite my unflattering appearance in it), my favorite.

Though Dimity Jones was left unfinished, and perhaps abandoned, at the time of my wife's death, its elements were all there, on her hard disk, awaiting only a final compiling. My contribution to this text has therefore been little more than that of an occasional copyeditor (my wife was a meticulous speller and self-proofreader) and playtester.

Thank you for checking it out.

Popularity: 2 points | 0 comments


24. Show HN: An Entire Task Management CLI in 1 .SQL File

Show HN: An Entire Task Management CLI in 1 .SQL File - Project Screenshot

URL: https://github.com/RohanAdwankar/pureSQLCLI

Author: RohanAdwankar

Description: I made this to practice PostgreSQL, but maybe someone here also finds it funny :)

It has what's typical of a task management CLI: functions to modify tasks, multiple calendar views (month, week, list), search, a simple progress bar, and even a burndown chart. The unique part is it's all contained in 1 .SQL file.

Popularity: 2 points | 0 comments


25. Show HN: Yet Another Goals WebApp

Show HN: Yet Another Goals WebApp - Project Screenshot

URL: https://h3manth.com/fun/goals/

Author: init0

Description: A modern, responsive web application for setting, tracking, and achieving your yearly goals. Built with Next.js, React, and Tailwind CSS.

## Features

- Create and manage personal goals across multiple categories

  • Track progress with interactive sliders and visual feedback
  • Dark/Light mode support
  • Command palette for quick navigation (⌘K)
  • Local storage persistence
  • Optional Supabase cloud sync
  • Fully responsive design
  • Goal completion celebrations
  • Export goals as JSON

Popularity: 1 points | 0 comments


26. Show HN: Otak – A platform for creating ChatGPT-powered chatbots for WhatsApp

Show HN: Otak – A platform for creating ChatGPT-powered chatbots for WhatsApp - Project Screenshot

URL: https://otak.ai/

Author: ngsayjoe

Description: After 4 months of development, I'm humbled to share my no-code tool called Otak that simplifies WhatsApp chatbot creation without the need for coding or complex flowcharts.

Why did I build this?

Integrating with the WhatsApp Cloud API is notoriously challenging, even for experienced developers. For small businesses and non-technical users, it's often impossible. Despite the many chatbot solutions available, most were built pre-ChatGPT, relying on outdated flow-based approaches rather than RAG. For those that were built post-ChatGPT, WhatsApp integration is often not a priority.

Popularity: 1 points | 0 comments


27. Show HN: Stop Missing Appointments in 2025

Show HN: Stop Missing Appointments in 2025 - Project Screenshot

URL: https://pic2calendar.com/en

Author: armaniemaar

Description: new year, same chaos. you’ve promised to "stay organized" before. didn’t happen. why? calendars are work.

so, i built pic2calendar. take a photo of any schedule—your kid’s soccer games, your favorite shows, your office meetings. it turns into an ICS file you can import into google calendar, outlook, apple or whatever you use. no typing, no friction, no excuses.

it gets better. pic2calendar isn’t just a dumb converter. you can prompt it to pull exactly what matters to you. got 20 schedules? tell it to find your favorite team’s games or filter for events between 10-12pm. it’s like having a secretary, but without the awkward small talk.

adhd-friendly, procrastination-proof, and designed for people who forget what day it is. it’s live now, free to try, and ready to make 2025 a little less chaotic.

tl;dr: let AI handle the boring scheduling so you can focus on the fun chaos. happy new year.

Popularity: 1 points | 0 comments


28. Show HN: I created a feedback collection tool for your SaaS projects

Show HN: I created a feedback collection tool for your SaaS projects - Project Screenshot

URL: https://ratethistool.vercel.app

Author: preetsuthar17

Description: I created a feedback collection tool for your SaaS projects,

Introducing RateThisTool - An effortless feedback system for your SaaS

https://ratethistool.vercel.app

Create a feedback system for your SaaS in minutes. Add your project, and start collecting user feedback to improve your product.

A public feedback board for SaaS projects, where you can share links to the feedback board, and people can leave their reviews or feedback!

It takes 5 minutes to set up. Register, add a project, and collect feedback.

why use RateThisTool?

- All feedback organized in one dashboard

- Set up once, collect feedback forever

- Create a link for your feedback form, and share it globally.

Popularity: 1 points | 0 comments


29. Show HN: Show HN: Download all your Stripe invoices in one click (in PDF)

Show HN: Show HN: Download all your Stripe invoices in one click (in PDF) - Project Screenshot

URL: https://massinvoices.com/

Author: anthonytorre

Description: Hi hackers,

I was tired of having to manually download all my Stripe invoices every month so I created a solution that fixes this problem by downloading all your invoices for the period you want in PDF (in a large ZIP file). You are notified by email when they are all downloaded, the ZIP file is deleted after 24 hours.

Let me know what you think.

Popularity: 1 points | 0 comments


30. Show HN: Built a tool to integrate OpenAI, Claude and Gemini in few hours

Show HN: Built a tool to integrate OpenAI, Claude and Gemini in few hours - Project Screenshot

URL: https://plugai.io

Author: riddhesh24

Description: I work 9-5 as a software developer and also take on some freelancing projects.

I observed that all clients face some common issues when integrating AI into their applications.

I have received many project requests that start with multiple AI models because clients want to see which AI models generate the highest quality output. However, once they understand that adding more AI models will take more time and money, almost every one of them narrows the options down to just one AI model.

Initially, I also suggested to clients to use the UI provided by each AI model provider. However, the actual output differs when developers implement it, because developers always ask AI to return JSON, which results in inconsistent outputs.

Also, the same prompt does not work for every AI model. For example, if your prompt works with OpenAI, it may generate a different output in Gemini. If not handled correctly, this could even crash your website. Every time this happens, I have to ask the client to provide an updated prompt for that specific AI model, and once again, I need some time to code it.

Because of all these issues, I thought, why not to build a product that implements everything I've learned over time.

That's how I built plugai.io. You will get a dashboard and a public API. From the dashboard, you can configure input/output schemas and prompts, and you can trigger those prompts using the public API. This way, your developers won't have to deal with prompts, they will only need to make an API call to PlugAI, and everything else can be configured using our dashboard. Currently, I have added 12+ AI models from OpenAI, Claude, and Gemini. You can also add multiple variants for the same prompt, and each variant will be triggered for a specified AI model.

Popularity: 1 points | 0 comments


31. Show HN: Collect free feedback for your product

URL: #

Author: heyarviind2

Description: We built Huntlie as a simple, indie-friendly alternative to Product Hunt. One of the standout features? You can collect free feedback for your product from real users.

Post your product, and anyone can leave detailed feedback—helping you iterate faster and build something people actually want.

We also offer lifetime deal listings to attract customers and an optional landing page roast to boost conversions.

No gatekeeping, no bots, no fluff. Just a platform designed to help indie makers grow.

Check it out here: https://huntlie.com

Would love your thoughts!

Link -> https://huntlie.com

Popularity: 1 points | 0 comments


32. Show HN: I Self-Hosted 10k Free DevOps Resources for Beginners to Advanced

Show HN: I Self-Hosted 10k Free DevOps Resources for Beginners to Advanced - Project Screenshot

URL: https://www.devopscommunity.in/

Author: rohitghumare

Description: 1. It includes https://www.devopscommunity.in/, which is an open-source Github repo to host DevOps Popular resources.

2. https://Interview.devopscommunity.in which includes 15+ DevOps Technical Interview Questions.

3. https://tools.devopscommunity.in that includes 2671 DevOps and Cloud Native tools every DevOps Enthusiasts should know about.

Popularity: 1 points | 0 comments


33. Show HN: ElizaOS Agent Creator

Show HN: ElizaOS Agent Creator - Project Screenshot

URL: https://elizacloud.monemetrics.com/agent-creator

Author: ya7ya

Description: This little tool helps you generate character configuration files for ElizaOS agents. Fill in the form to create a JSON file that defines your agent's personality, behavior, and integration settings.

Popularity: 1 points | 0 comments


34. Show HN: Testify mock without the boilerplate (Golang)

Show HN: Testify mock without the boilerplate (Golang) - Project Screenshot

URL: https://github.com/razzie/mock

Author: razzie

Description: I've been annoyed by writing boilerplate code for testify mocks, so I made this super lightweight and modest library that can generate mocks for any interface during runtime, without extra build steps.

There is a readme file in the repo root with a code snippet that hopefully explains the intended usage.

For those unfamiliar with testify mock: https://pkg.go.dev/github.com/stretchr/testify/mock

Popularity: 1 points | 0 comments


35. Show HN: Open-sourced my OG image generator

Show HN: Open-sourced my OG image generator - Project Screenshot

URL: https://github.com/weijunext/ogimage-click

Author: weijunext

Description: It helps devs create stunning social cards without any design skills. Completely free!

Features: • SEO-optimized landing page (already getting Google traffic!) • Improved codebase architecture • Added blog support

Popularity: 1 points | 0 comments


36. Show HN: PVBenchmark – Forecast and Benchmark PV Systems with Real-World Data

Show HN: PVBenchmark – Forecast and Benchmark PV Systems with Real-World Data - Project Screenshot

URL: https://pvbenchmark.de/

Author: muc-martin

Description: Hi HN,

I want to share PVBenchmark with you, a side project designed to help owners of photovoltaic systems forecast and benchmark their solar energy production.

Small plug-and-play solar systems, like those increasingly popular in Germany and around the world, allow homeowners and renters to install solar panels on balconies, rooftops, or backyards. These systems make renewable energy more accessible and help reduce electricity bills. However, understanding how well a system is performing or whether it’s optimized can be challenging.

PVBenchmark is here to address that challenge by offering:

Forecasting: Enter your location and details for multiple surfaces (orientation, tilt, and capacity) to get tailored solar production forecasts.

Benchmarking: Compare your actual energy production with real-world data from other users’ systems. By crowdsourcing production data, the platform builds a growing dataset that enables meaningful comparisons and insights. Over time, the plan is to expand benchmarks to include specific solar modules, inverters, and batteries, providing unbiased evaluation data beyond product marketing claims.

Though the project started with a focus on Germany, PVBenchmark now supports English and supports global production forecasts. As interest in small-scale solar systems grows in the U.S. and beyond, I hope this platform can become a valuable resource for homeowners, renters, and energy enthusiasts alike.

It’s an early version, and I’d love to hear your feedback. Thanks, and I look forward to your thoughts!

Popularity: 1 points | 0 comments


37. Show HN: Hockey Roster Generator with AI

Show HN: Hockey Roster Generator with AI - Project Screenshot

URL: https://roster-gen.vercel.app

Author: PhillyPhuture

Description: So, I am not a software engineer but I do like some Excel, PowerQuery and VBA.

Seeing all the amazing work that Claude can do, I spent the last 5 days (until 8:30am) building a web app pretty much only with Claude, Vercel, Visual Studio, NeonDB (marketplace).

I know this is a simple app and I know I have not "hardened" this, but I cannot tell you how empowering this was and how much more I want to build.

Popularity: 1 points | 0 comments


38. Show HN: Isobot, repo local probot scripts

Show HN: Isobot, repo local probot scripts - Project Screenshot

URL: https://github.com/cdaringe/isobot

Author: cdaringe

Description:

Popularity: 1 points | 0 comments


39. Show HN: I made a daily word puzzle, Collections

Show HN: I made a daily word puzzle, Collections - Project Screenshot

URL: https://puzzmallow.com

Author: usefulcat

Description: Each day there are three hidden words. You have to figure out the category the three words belong to whilst spending as few of your 100 points as possible.

Spend points to reveal all instances of a given letter - different letters have different point values. Guess the collection when you can but guess wrong and it will cost you 5 points.

I've built it so you can create your own Collections puzzles too which you can share with your friends

Technical stuff:

  • Written in Blazor server side with Bulma and SQL Server
  • FuzzySharp for fuzzy logic to handle spelling mistakes, typos and suchlike in the answers

Popularity: 1 points | 0 comments


40. Show HN: A tiny KeyCastr alternative in Rust

Show HN: A tiny KeyCastr alternative in Rust - Project Screenshot

URL: https://github.com/cbbldtgthr/keygraph

Author: cbbldtgthr

Description: A tiny typing visualiser that can be used to showcase keyboard layouts with complicated layers.

Video with technical details here: https://youtu.be/FwvhiFXIAYY

Popularity: 1 points | 0 comments


41. Show HN: I created a SEO machine for Next.js

Show HN: I created a SEO machine for Next.js - Project Screenshot

URL: https://www.seosys.tech/

Author: Ad_stefnum

Description: SEO is the longer-term marketing strategy.

O.G indiehackers like Danny Postmaa have proved this.

We all hate doing marketing though, if you're an indie hacker like me.

You have to optimize all pages in your app but that is soooo little if you don't have a blog.

You need a blog.

I had a little laziness in putting up a blog that I liked. I didn't want any of that markdown rubbish because it was too hard to edit on the go. I also didn't want stuff like strapi where you had to pay a monthly fee

If you use Nextjs, you never have to build a blog if you don't want to. I built a solution so you just:

  • Download a couple of files
  • Follow setup instructions
  • Publish a post and you have your blog live

Popularity: 1 points | 0 comments


42. Show HN: Counting Tap Toy

Show HN: Counting Tap Toy - Project Screenshot

URL: https://memalign.github.io/m/counting/index.html

Author: memalign

Description: Hi HN! This is a project I made for my 3-year-old who always skips “14” when counting.

In Counting Tap Toy, you can tap to count various aquatic creatures. The count is displayed and announced. My hope is that seeing and hearing the numbers will reinforce 14’s existence.

I find tapping all the fish while listening to the songs and popping sound effects to be pretty relaxing too.

Technical details: https://memalign.github.io/p/counting.html

This is the fourth “Tap Toy”, joining:

- Slice: https://memalign.github.io/m/slice/index.html

- Fireworks: https://memalign.github.io/m/fireworks/index.html

- Original: https://memalign.github.io/m/taptoy/index.html

Popularity: 1 points | 0 comments


43. Show HN: Akas: home to AI generated podcasts

Show HN: Akas: home to AI generated podcasts - Project Screenshot

URL: https://www.akashq.com/

Author: sftechdude

Description:

Popularity: 1 points | 0 comments


44. Show HN: Find identical or similar fashion items for less

Show HN: Find identical or similar fashion items for less - Project Screenshot

URL: https://shopwithpixie.com/duplicate-finder

Author: dayaya

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