-->
Explore the hottest developer projects on Show HN for 2024-10-19. Dive into innovative tech, AI applications, and exciting new inventions!
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.
Author: pj3677
Description:
Popularity: 1 points | 0 comments
URL: https://webcrypto-private-messages.vercel.app
Author: thiagosf
Description:
Popularity: 9 points | 1 comments
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
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
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
URL: https://remoteineurope.com/
Author: AndreiCx
Description:
Popularity: 3 points | 1 comments
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
Author: billa_baig
Description:
Popularity: 1 points | 1 comments
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
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
URL: https://github.com/QuadropicHQ/portalsapi.quadropic.com
Author: mohamedkamran
Description:
Popularity: 4 points | 0 comments
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
URL: https://glama.ai/tz
Author: punkpeye
Description:
Popularity: 3 points | 3 comments
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
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
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:
2. Study Note Creation:
3. Self-Assessment:
4. AI Chat (RAG): Chat with your notes.
I’d really like some feedback.
Thank you!
Popularity: 1 points | 0 comments
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
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
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,
How does Waitlister help you with this? With it, you can:
- create a hosted landing page,
Hope you’ll find it useful.
Popularity: 3 points | 2 comments
Author: sylviangth
Description:
Popularity: 1 points | 0 comments
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
URL: https://normaltool.com/generators/random-password
Author: punduk
Description:
Popularity: 4 points | 0 comments
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
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
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
URL: https://interesume.priyavkaneria.com/
Author: diginova
Description:
Popularity: 2 points | 2 comments
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
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
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
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
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
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