ShowHN Today
ShowHN

Show HN Today: Top Developer Projects Showcase for 2024-10-19

SagaSu777
#HackNews#ShowHN#ShowHN Today#Developer Projects#Tech Innovation

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

Summary of Today’s Content

Today’s highlights feature innovative web apps and tools: a platform to blur photo sections (imgblur.app), an encrypt/decrypt messaging app (webcrypto-private-messages.vercel.app), and a simple to-do app focused on daily tasks (doday.id). Additional projects include tools for transforming tweets into knowledge graphs (tweetgraph.me), plant identification with care instructions (frondly.app), and a job board for remote positions in Europe (remoteineurope.com). New services such as custom iOS icon generators (iconlab.me) and email verification (heybounce.io) were also shared, showcasing creativity and practicality in the tech space.

1. Show HN: Simple web app to blur out sections in photos

URL: https://www.imgblur.app/

Author: pj3677

Description:

Popularity: 1 points | 0 comments

Show HN: Simple web app to blur out sections in photos - Project Screenshot


2. Show HN: I created a web app to encrypt/decrypt messages using Web Crypto API

URL: https://webcrypto-private-messages.vercel.app

Author: thiagosf

Description:

Popularity: 9 points | 1 comments

Show HN: I created a web app to encrypt/decrypt messages using Web Crypto API - Project Screenshot


3. Show HN: I created a to-do app that lets you submit tasks as quickly as possible

URL: https://apps.apple.com/de/app/doday-daily-focus-to-do/id6473123694

Author: yassiniz

Description: Hello HN!

I’ve had this idea for a long time and created this app out of frustration with other to-do apps.

It feels like you’re filling a job application form just to add a task. Additionally, I’ve always worked better by creating to-do lists scoped to a day, which is also a main feature here.

I created the whole app with SwiftUI and SwiftData - This is in fact my first mobile app with a native stack, and I must say, I absolutely love how easy this stack feels compared to my usual JS stack nowadays.

I’m also giving away the lifetime pro version for just $9.99 until end of October - most of the features are free however, and I made it an important point not to track users :)

I’d love to get some feedback as well!

Popularity: 1 points | 0 comments

Show HN: I created a to-do app that lets you submit tasks as quickly as possible - Project Screenshot


4. Show HN: I built a tool to turn Tweets into Knowledge Graphs

URL: https://tweetgraph.me

Author: slalani304

Description: Hi HN,

I love Twitter (seriously, who calls it X), but I wish I could see how all my Tweets connect with each other. So I built a tool to do just that! Tweetgraph is a tool that allows you to turn your tweets into beautiful knowledge graphs. Would love to hear any feedback or questions!

Popularity: 1 points | 0 comments

Show HN: I built a tool to turn Tweets into Knowledge Graphs - Project Screenshot


5. Show HN: I made a site to quick identify any plant and learn how to care for it

URL: https://frondly.app/

Author: adamaskun

Description: I’m still working on it, curious but what feature may be most valuable for you? What do you think about personalised care instructions, and an interactive chat feature for each plant.

Popularity: 93 points | 66 comments

Show HN: I made a site to quick identify any plant and learn how to care for it - Project Screenshot


6. Show HN: A job board for remote jobs in Europe

URL: https://remoteineurope.com/

Author: AndreiCx

Description:

Popularity: 3 points | 1 comments

Show HN: A job board for remote jobs in Europe - Project Screenshot


7. Show HN: I created a free app to generate custom iOS icons–feedback wanted

URL: https://iconlab.me

Author: RomanczuG

Description: Hey everyone,

I’ve developed IconLab, an app that lets you transform your iPhone’s look in minutes with AI-powered custom app icons. It’s free to try, and no design skills are needed — AI does the magic!

I’m turning to this community because I need some feedback.

What features would make this app more useful? Are there specific styles or themes you’d love to see included? You can check it out on iconlab.me

I’m committed to improving it based on your feedback!

Thanks, and I can’t wait to hear your thoughts!

Popularity: 1 points | 0 comments

Show HN: I created a free app to generate custom iOS icons–feedback wanted - Project Screenshot


8. Show HN: Sniply – Shorten URLs and Track Clicks for Free

URL: https://www.sniply.biz/

Author: billa_baig

Description:

Popularity: 1 points | 1 comments

Show HN: Sniply – Shorten URLs and Track Clicks for Free - Project Screenshot


9. Show HN: Contagious Beliefs–Simulating Political Alignment

URL: https://nonzerosum.games/beliefs.html

Author: NonZeroSumJames

Description: This is a simulation that allows you to test how beliefs are adopted based on pre-existing beliefs and how they spread through a population. It is entirely editable, so you can test your own parameters based on your own data or intuitions.

A detail methodology can be found here: https://www.lesswrong.com/posts/mj68CsoLDoCfTgeiw/methodolog

Popularity: 7 points | 0 comments

Show HN: Contagious Beliefs–Simulating Political Alignment - Project Screenshot


10. Show HN: Open-Source Zero-Shot Image Model Server Enabling Model Feedback

URL: https://github.com/DirectAI/simple-data-free-model-server

Author: isaacrob

Description: Hi everyone!

Here is an open source implementation of a decently performant server hosting zero-shot image models (CLIP for image classification, OWL-ViT-ST for object detection), with an extra algorithm to allow users to give the models feedback when they make mistakes! We built a company off this flavor of tech two years ago and have clients who are currently using our commercial API. We are now moving on to other projects but want to make sure our clients still have access to the approaches that they’ve grown to rely on, so we’re open sourcing a simple implementation that they’ll be able to use after we’ve shut down our hosted API!

I used to work at a robotics startup. After a while it seemed clear that the biggest limiting factor in our ability to ship new models wasn’t innovation on model architecture, it was access to relevant, high-quality training data. Around that time CLIP was released, which got me thinking about the idea of having models with world-knowledge baked in so as to reduce the amount of training data required. A year later when Stable Diffusion dropped, my cofounder Ben Brooks and I took the plunge and founded DirectAI, where we worked on building ways to get performant models without collecting any training data, using the knowledge stored in pretrained models instead.

In this implementation, we replace the linear classification head typically used in zero-shot image classifiers with a modified nearest neighbors method that lets you use multiple examples (both positive and negative) per-class to make sure the decision boundary the model is using is more aligned with what you had in mind.

Our clients have found it very useful for things from interior design to content moderation to sports analytics, building models that are either too niche to be supported by a traditional cloud-hosted computer vision API or are subtly different from the models that existing cloud APIs host. For example, one of our clients wants to filter out all images containing alcohol. Hive has an API for that, but Hive explicitly allows red solo cups that don’t obviously have anything alcoholic in them, whereas our client wanted to filter those out too!

Feedback is welcome! There are still bugs in the Gradio frontend / codebase in general, but I have a deadline and need to be working on new stuff at a new job starting Monday so I thought I would just go ahead and get it out there! I’ve never tried to publish a real open source piece of code before and I must admit I am quite nervous!

Popularity: 4 points | 0 comments

Show HN: Open-Source Zero-Shot Image Model Server Enabling Model Feedback - Project Screenshot


11. Show HN: Open Source Auth w/ Passkeys

URL: https://github.com/QuadropicHQ/portalsapi.quadropic.com

Author: mohamedkamran

Description:

Popularity: 4 points | 0 comments

Show HN: Open Source Auth w/ Passkeys - Project Screenshot


12. Show HN: AI researcher bot Mark Tanaka

URL: https://markaibot.vercel.app/

Author: tyevangel

Description: Hey HN, I’d like to introduce Mark Tanaka, an interactive AI researcher bot designed to discuss the latest in AI technology, ethics, and sustainability. Built with cutting-edge AI tools, Mark answers complex AI-related questions, shares insights, and provides a human-like conversational experience. Whether you’re a developer, researcher, or just curious about AI, feel free to explore and interact with him!

Popularity: 1 points | 0 comments

Show HN: AI researcher bot Mark Tanaka - Project Screenshot


13. Show HN: TimeZone GPT – Foolproof timezone conversion

URL: https://glama.ai/tz

Author: punkpeye

Description:

Popularity: 3 points | 3 comments

Show HN: TimeZone GPT – Foolproof timezone conversion - Project Screenshot


14. Show HN: Tolgee – developer-friendly localization tool

URL: https://github.com/tolgee/tolgee-platform

Author: jancizmar

Description: Software localization has been broken for years. That’s why I created Tolgee.

Eight years ago, I worked in a company that was developing a not-so-small system for lawyers. And it was extremely painful for me as a developer to handle the localization of the app.

The process looked like this:

1. Add many keys to the code like “transport_form_name_input_label,” “transport_form_car_input_label,” etc.

2. Run some extractor to extract the keys from the code.

3. Open the target language data file in an app called Poeditor

4. Import the extracted keys.

5. Find and translate the new values - This was super painful since there were many untranslated keys, and it was hard to find the new ones.

6. Repeat from step 3 - we were translating to 2 versions of the Czech language because of different customer types.

The most common bug was forgetting some key untranslated because developers always kept this as the last part of the feature task.

Later on, we started to think about how to improve this process so the localization doesn’t rely on developers.

However, we found out that designers, project managers, and product managers cannot work with Git, and it’s also hard for them to find out which keys are rendered where in the system.

It was impossible to simply transfer the task to those.

So my idea was to enable them to simply click on the strings in the actual translated app, give them simple dialog, and let them translate it exactly in the place where it’s rendered.

Four years later, I got to implement this idea as a part of my master’s thesis, and later on, I founded Tolgee.

You can quickly deploy Tolgee app with Docker / Docker compose.

It’s fully open-source (Apache-2), we only have one enterprise folder on a different license.

Popularity: 3 points | 0 comments

Show HN: Tolgee – developer-friendly localization tool - Project Screenshot


15. Show HN: I Create Popupcraft to Create Popups in Minutes

URL: https://popupcraft.netlify.app/

Author: codetoli

Description: We all face several issue in integrating popups and notification to our site but not now I have Built Popupcraft where you an build and customize your Popup and download its code and it is completely free so go and check it out on - https://popupcraft.netlify.app/

Popularity: 1 points | 2 comments

Show HN: I Create Popupcraft to Create Popups in Minutes - Project Screenshot


16. Show HN: Quizwhiz.ai: Generate Quizzes and Notes and Self-Assess

URL: https://www.quizwhiz.ai/

Author: sunnyville

Description: Hi guys,

I launched this website about 2 years ago. It is meant to help teachers generate exams and quizzes for their students and for students to self-study.

Key Features:

1. Quiz Generation:

Popularity: 1 points | 0 comments

Show HN: Quizwhiz.ai: Generate Quizzes and Notes and Self-Assess - Project Screenshot


17. Show HN: Kindle Digest – Read Hacker News and Newsletters on Your Kindle

URL: https://github.com/dnldsht/kindle-digest

Author: donald_sh

Description: I was tired of spending too much time in front of screens and wanted to make better use of my Kindle, so I built something I needed and maybe you do too. Kindle Digest lets you enjoy Hacker News and your favorite newsletters right on your Kindle. It fetches the latest content, formats it for easy reading, and delivers it straight to your device.

Features:

- Hacker News Integration: Get stories and comments.

- Newsletter Support: (Coming soon—will support RSS feeds or email parsing).

- Customizable Delivery: Set how often you want to receive new content.

- Easy Setup: Host it yourself using AWS Lambda or your own machine.

I’d love to hear your feedback!

Popularity: 3 points | 0 comments

Show HN: Kindle Digest – Read Hacker News and Newsletters on Your Kindle - Project Screenshot


18. Show HN: I gamified coworker recognition using a reward system

URL: https://www.recognify.io

Author: solorami

Description: Hello everyone!

As a remote software engineer, I often felt disconnected and unrecognized. After talking with colleagues who felt the same, I built a tool to change that. It uses gamification—team members can give recognition, earn points, and collect badges. Leaders can send surveys for feedback, and everyone gets Slack notifications for recognition and surveys.

Similar to how language learning apps like Duolingo and Memrise make studying fun by tapping into the brain’s reward system, this tool brings that same concept to the workplace. Instead of the old, boring ways of recognizing co-workers, we added a game-like experience, focusing on making recognition more engaging and rewarding.

I hope this helps others feel more connected and appreciated. I’d love to hear your feedback!

Rami.

Popularity: 2 points | 0 comments

Show HN: I gamified coworker recognition using a reward system - Project Screenshot


19. Show HN: Never Launch Without a Waitlist

URL: https://waitlister.me/

Author: ilpr

Description: Hey!

I’ve recently launched Waitlister, an app for creating product launch waitlist in minutes (or seconds if you wish to).

Why you should build a waitlist before you launch your product? Because,

- it’ll help you validate your idea before spending too much time on building,

Popularity: 3 points | 2 comments

Show HN: Never Launch Without a Waitlist - Project Screenshot


20. Show HN: Generate any course in 5 minutes with AI

URL: https://everlearns.com/

Author: sylviangth

Description:

Popularity: 1 points | 0 comments

Show HN: Generate any course in 5 minutes with AI - Project Screenshot


21. Show HN: SneakersAPI.dev, a free API for sneakers and fashion data

URL: https://sneakersapi.dev

Author: wastesucker

Description: I’ve been working on this for a few months after getting frustrated that no public API offered sneaker and fashion market data (like StockX or GOAT). So, I built one!

It’s free to use for the most importants features, with paid options for “power users”. I hope some of you find it useful!

Popularity: 1 points | 0 comments

Show HN: SneakersAPI.dev, a free API for sneakers and fashion data - Project Screenshot


22. Show HN: Secure and Random Password Generator

URL: https://normaltool.com/generators/random-password

Author: punduk

Description:

Popularity: 4 points | 0 comments

Show HN: Secure and Random Password Generator - Project Screenshot


23. Show HN: I made tool for slicing up samples to Ableton Move presets

URL: https://github.com/alexfedosov/move-tool

Author: alex_x

Description: I recently got Ableton Move and was disappointed by how difficult it was to convert samples into Move-compatible drum racks, so I made a simple CLI tool for that.

I hope others find it useful, and at some point, Ableton sees the need and provides us with a built-in solution.

Popularity: 2 points | 0 comments

Show HN: I made tool for slicing up samples to Ableton Move presets - Project Screenshot


24. Show HN: HotelsWith – Find Hotels by Amenities and Location

URL: https://hotelswith.com/

Author: yusufgurdogan

Description: Hey! Currently we have around 3000 hotels worldwide, and around 10 locations and amenities. We aim to increase this to make HotelsWith a worldwide hotel search platform that provides accurate and reliable information, including pros and cons and FAQ for each hotel.

Feel free to give it a try! Simply select an amenity and a location to begin. Personally, I love looking at “HotelsWith Gym” because HotelsWith always highlights gym photos, making it easy to compare hotels.

Popularity: 1 points | 1 comments

Show HN: HotelsWith – Find Hotels by Amenities and Location - Project Screenshot


25. Show HN: I made a simple journaling app that uses AI to give you insights

URL: https://aidiary.us/

Author: justdep

Description: Totally free while I work on the beta. Very simple concept: Journal daily and get insights on what you write.

Each morning you’ll get insights on what you wrote yesterday, as well as what you should apply to today based on what you wrote.

Also, generated weekly, are ongoing statistics across all of your previous journal entries.

Hope you like this little labor of love.

Popularity: 1 points | 0 comments

Show HN: I made a simple journaling app that uses AI to give you insights - Project Screenshot


26. Show HN: I made my pdf resume interactive

URL: https://interesume.priyavkaneria.com/

Author: diginova

Description:

Popularity: 2 points | 2 comments

Show HN: I made my pdf resume interactive - Project Screenshot


27. Show HN: I made an affordable email verification service

URL: https://www.heybounce.io

Author: dorukce

Description: Hi HN!

I wanted to share a project I’ve been working on for a while.

As a developer, I’ve experienced the frustration of seeing email campaigns land in spam folders or bounce back due to outdated or invalid email addresses. Email still is a powerful outreach medium, and we shouldn’t have the fear of getting blacklisted. Instead, we should focus on writing that great email.

That’s why I’ve created Heybounce. It is a fast and affordable email verification service with an API for developers and a no-code tool for list uploading and cleaning.

It blocks fake signups (disposable emails). Removes inactive and invalid email addresses. Cleans spam-traps and honeypots.

If you have any questions about the product or any feedback, feel free to write them below, and I’ll be more than happy to answer them.

Website: https://www.heybounce.io

Popularity: 2 points | 1 comments

Show HN: I made an affordable email verification service - Project Screenshot


28. Show HN: Hacker News Book Recommendations

URL: https://hackernewsbookrecommendations.com/

Author: mjcurl

Description: After reading this Ask HN post [1] (and buying too many books), I found myself going through old posts about book recommendations. I wanted to find all books recommended in those posts and save the top ones for future book shopping sprees. This has been done before [2, 3], but I wanted to get books that were recommended, not just mentioned.

I used the Algolia API [4] to get all Ask HN posts about books, reviewed them and filtered out ones that were too specific e.g best books to learn math. The comments were then sent to the Open AI API [5] to extract books that are recommended.

I then grouped them, but books can be mentioned with different names (Godel, Gödel, GEB?), and GPT4 wasn’t doing a good job finding similar titles in a long list (25k titles). So that part had to be done mostly manually.

Finally, I added a page to browse by posts, some stats (like users who recommended the most books), and highlighted mentioned books in the comments.

I hope you find a good book! Feedback is welcome :)

[1] https://news.ycombinator.com/item?id=41756432 [2] https://hacker-recommended-books.vercel.app [3] https://ramiro.org/vis/hn-most-linked-books/ [4] https://hn.algolia.com/api [5] https://platform.openai.com/docs/api-reference/introduction

Popularity: 6 points | 0 comments

Show HN: Hacker News Book Recommendations - Project Screenshot


29. Show HN: Co-Op Translator: Automate Markdown and Image Translations with Azure

URL: https://github.com/Azure/co-op-translator

Author: skytin1004

Description: I’d like to share Co-op Translator, a tool I’ve been working on to automate the translation of project documentation.

It uses Azure OpenAI for text translation and Azure Computer Vision for extracting text from images, allowing developers to quickly translate Markdown files and images into multiple languages with minimal manual effort.

Why Co-op Translator? It automates the tedious process of translating project docs while keeping Markdown formatting intact. Supports both Markdown and image translations. Great for internationalization and localization of open-source projects.

I’m looking for feedback from the community on how to improve the tool or any additional features that could be useful.

https://github.com/Azure/co-op-translator

Popularity: 2 points | 0 comments

Show HN: Co-Op Translator: Automate Markdown and Image Translations with Azure - Project Screenshot


30. Show HN: 5/3/1 Program Generator

URL: https://531-program-generator.vercel.app/

Author: jithinsankar

Description: Recently, I was struggling with my lifts, and a friend suggested trying the 5/3/1 program. Since there’s a bit of math involved, I decided to make a web app for it. Being an amateur web developer, v0 helped me develop it in a matter of hours. I’m looking for feedback. Thanks!

Popularity: 1 points | 0 comments

Show HN: 5/3/1 Program Generator - Project Screenshot


31. Show HN: AI-Powered Recipe Personalizer

URL: https://www.recipesky.com/

Author: nimishpatel19

Description: An idea that can improve your cooking, health, and diet. Asking for initial feedback

Popularity: 3 points | 0 comments

Show HN: AI-Powered Recipe Personalizer - Project Screenshot


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

← Back to Blog
← SUB Email