-->
Explore the hottest developer projects on Show HN for 2024-10-23. Dive into innovative tech, AI applications, and exciting new inventions!
Today’s content highlights a diverse range of innovative projects. Featured are tools like FeatureFlow for user feedback-driven feature building, Playwright for one-click bug reproduction, and Gymmr for fitness accountability. Additionally, there’s a focus on productivity with Max for performance reviews and Zesfy for task management. Other noteworthy mentions include RF Hunter for detecting hidden devices, dodo’s open-source PaaS solution, and SQLify for querying APIs with SQL. These offerings reflect a blend of practicality, creativity, and tech-driven solutions addressing user needs across various fields.
URL: https://featureflow.tech/
Author: adijnsajnddij
Description: I Made FeatureFlow, Stop Guessing, Build Features with User Feedback
Popularity: 1 points | 0 comments
Author: keioka
Description:
Popularity: 1 points | 0 comments
URL: https://github.com/doytowin/goooqo
Author: f0rb
Description:
Popularity: 2 points | 0 comments
URL: #
Author: yagami_takayuki
Description: Hey HN!
I’ve recently launched Gymmr, a fitness app that brings goal-oriented people together to track personal progress, join challenges, and connect over shared fitness goals.
Unlike traditional fitness or dating apps, Gymmr focuses on accountability and personal growth. Here’s what sets it apart:
Set and Track Goals: Personalize your goals with metrics that matter to you (steps, reps, distance, etc.). Virtual & In-Person Challenges: Join public challenges or set up events with others—perfect for both solo trainers and fitness enthusiasts. Community & Connection: Meet like-minded people striving for similar goals, and stay motivated through real-time comments and progress updates. AI-Powered Summaries: Our app provides AI-generated progress summaries for your events and challenges to keep things organized and on track. The app is live now, and I’d love your feedback! If you’re passionate about fitness or looking to stay accountable with others, give it a try and let me know what you think.
Try Gymmr now: https://play.google.com/store/apps/details?id=com.getgymmr.a… Website: https://getgymmr.com/
Looking forward to hearing your thoughts!
Popularity: 1 points | 0 comments
URL: https://github.com/RamboRogers/rfhunter
Author: RamboRogers
Description: This project is an RF Signal Scanner built using an ESP32, AD8317 RF detector, and various other components. It’s designed to detect and measure RF signals in the environment and display the signal strength on an OLED display. It’s useful to find hidden cameras, wiretapping devices, and other RF-enabled devices.
Popularity: 215 points | 67 comments
URL: https://github.com/Alan-Rock-GS/GpuScript
Author: GpuScript
Description: Hello friends, I developed GpuScript with the goal to turn every C# programmer into a GPU programming expert, without having to master CUDA, HLSL, or other GPU computation or graphics languages. There are currently two available libraries to explore, and more libraries will be available in the near future including instantaneous AI neural network construction, training, learning, and thinking. Appreciate any feedback!
Popularity: 1 points | 0 comments
URL: https://vidzert.com/halloween-shadow-matching
Author: vidzert
Description:
Popularity: 3 points | 1 comments
URL: #
Author: cheeseblubber
Description: Hi HN! We’re excited to introduce “Karl” – a virtual friend you can text to share what’s on your mind.
We created Karl because we found it incredibly helpful to have a sounding board and someone I could talk to anytime, day or night.
Karl isn’t meant to replace real friendships but rather to act as a mediator and an additional point of contact. He remembers important details you share and can connect the dots between past events and current decisions.
Anyone can message Karl by texting +1 (844) 619-7958 . There’s no separate app or website – just text to start a conversation. The first ten messages are free, after which Karl charges 10 per month to continue (and to help cover Karl’s dining habits).
On the backend, we primarily use 4o (OpenAI) to handle message flow and identify important memories. All the code for LLM calls, context management, and tool use is custom-built, as we found frameworks like Langchain to be too much overhead.
Moving forward, we plan to run a fine-tuned 4o-mini model and experiment with other providers. Texting is powered by Twilio (and FYI – getting a non-sandbox phone number is quite a process), and we use Postgres (via Supabase) to store conversations and context. The entire service runs on Render.
We’re also working on new features like proactive check-ins and smarter memory handling.
Karl is currently in early alpha. We’d love feedback from the HN community at [email protected]. Please say hi, and we hope you have some great conversations!
Popularity: 6 points | 0 comments
URL: https://www.indietool.io/directory-listing
Author: dhangzz
Description: I created a free directory submission tool to save you time, just like it’s saved mine.
This is what I personally use to boost the DR of my app.
Popularity: 2 points | 0 comments
URL: #
Author: tobinharris
Description: https://appflows.ai
I’ve been tweaking this side-project for the last week, it’s getting a bit more useful I think.
Features:
- It’s free
Check it out and let me know what you think at https://appflows.ai
Popularity: 2 points | 0 comments
URL: #
Author: AJTSheppard
Description: I built this machine so I could generate Bitcoin keys that I could trust. Air-gapped and simple to use and understand (mechanical).
The Satoshi 9000 demo: https://youtu.be/bJiOia5PoGE
The key value proposition of the machine is that it generates analog randomness in the physical world and converts it into digital (1’s and 0’s) randomness. Seamlessly.
But it occurs to me that it may have other uses beyond crypto keys for your own use, such as:
I’m curious to know if any of the folks over at HN can think of other use cases?
Popularity: 19 points | 3 comments
URL: https://www.matthieulc.com/posts/pablonet/
Author: cataPhil
Description:
Popularity: 345 points | 83 comments
URL: https://github.com/RaczeQ/pixel-map
Author: RaczeQ
Description: I wanted to quickly inspect geoparquet files without loading them into Kepler.gl or running a Jupyter Notebook. I’ve made this simple tool for plotting the geo data with a base map to the terminal to make my life easier.
Popularity: 1 points | 1 comments
URL: https://whats.now/
Author: shav7
Description: We built whats.now an AI personal assistant for venture capitalists that manages their schedule and deals with the clutter. We are taking a top-down approach by giving the assistant acess to your tools. After working in VC, I saw everyone had a full calendar and endless tasks. We started building this 2 weeks ago and launched on product hunt today, if you are a VC, give it a try and let us know your feedback. We are iterating! Also if you’d like give us a shout on product hunt: https://www.producthunt.com/posts/whats-now
Popularity: 2 points | 0 comments
URL: https://github.com/jake83741/vnc-lm
Author: Jake83741
Description:
Popularity: 1 points | 0 comments
URL: https://github.com/ivandotv/pumpit
Author: ikins
Description: Hi HN,
I’ve created a lightweight dependency injection (DI) library for Node.js, weighing in at under 2KB gzipped. It’s perfect for both backend and frontend projects where size is critical.
A few things that I believe set this library apart:
No Decorators: Unlike many DI libraries, this library doesn’t rely on decorators. This makes it cleaner and more compatible with different JavaScript environments, especially for those who prefer not to use decorators.
Tiny Footprint: At less than 2KB gzipped, it’s a great choice even for frontend applications where bundle size matters.
Minimalist API: Simple and intuitive, it doesn’t add unnecessary complexity.
I created PumpIt to fill a gap between heavy DI frameworks and minimalistic, easy-to-use solutions.
I’d love to hear your feedback or suggestions on how it could be improved.
Popularity: 2 points | 0 comments
URL: https://tunetutor.flutterflow.app
Author: _khanak
Description: Looking for some feedback on this new tool I’ve developed that gives you detailed grammar/vocabulary explanations of song lyrics in different languages, for language learning purposes. Romanization is a known issue that I’m working on (in cases where the lyrics are available only in romanized form, it’s difficult to convert them back to the original script). Other than that, all comments/suggestions are appreciated!
Popularity: 1 points | 0 comments
URL: https://github.com/xemantic/claudine
Author: morisil
Description:
Popularity: 2 points | 2 comments
URL: https://github.com/JohnBra/vite-web-extension
Author: jebraat
Description:
Popularity: 3 points | 0 comments
URL: #
Author: sigma_user
Description: Hi everyone! I’m excited to share URL Images with the community. It lets you generate dynamic images on the fly with just a URL and further customize things with query parameters. For example, the URL:
https://url-image.vercel.app/api/cover?t=Hello%20World&w=300…
Will generate an image with a height (h) of 300px, a width (w) of 300px, and the text (t) “Hello World.” You can also select from multiple image styles.
The project was built with Next.js and Vercel OG image package. You can see the source code here https://github.com/AsaoluElijah/url-images/
Contributions will be greatly appreciated (:
Popularity: 1 points | 0 comments
URL: https://github.com/dittofeed/dittofeed/tree/main/packages/emailo
Author: chandlercraig
Description: Hey HN, Chandler from Dittofeed (https://github.com/dittofeed/dittofeed).
We just added low-code functionality to our open-source email template editor. The editor features a Notion-inspired “/” command interface for inserting new blocks.
You still have the option of using MJML or HTML, but we wanted to give everyone an easier option for creating primarily text-based emails.
We have a live demo of the editor which you can access here (just hit the “Create Template” button): https://demo.dittofeed.com/dashboard/templates
Since this is the first iteration of the feature, we’d love to hear your thoughts and feedback on how we can improve it.
You can reach us anytime at:
If you’d like to self-host Dittofeed and want help from us and the community, you can join our Discord: https://discord.gg/HajPkCG4Mm
Popularity: 120 points | 21 comments
URL: https://github.com/doshareme/desktop
Author: vednig
Description:
Popularity: 2 points | 0 comments
URL: https://github.com/Whackalenso/CircuitSax
Author: whackalenso
Description: The Circuit Sax is a saxophone MIDI controller. It lets you play any software instrument you’d like using saxophone fingerings, allowing you to practice without disturbing others, create music in any DAW, and even perform with it. It’s designed to feel as close to a regular saxophone as possible so that it won’t feel unfamiliar to the player.
Popularity: 10 points | 2 comments
URL: https://github.com/huggingface/chat-macOS
Author: archiv
Description:
Popularity: 97 points | 15 comments
URL: https://www.youtube.com/watch?v=ku20aJMgyAU
Author: giolekva
Description: Hey everyone, I want to share my open-source project I’ve been actively working on for the past half year. It is a PaaS solution and can help you both during development process and in running your applications in production. It is fully self-hostable and comes with bootstrapping tools, which takes IP addresses of your Linux servers and installs its own fault-tolerant cluster on top of them.
I just recorded a screencast demonstrating its capabilities such as: cloud based dev environment, provisioning relational databases and securing applications with dodo authentication services. It also comes with built-in mesh VPN solution, is opinionated about authentication and implements group based membership service.
dodo provides high level and easy to use primitives, and I tried really hard not to leak low level infrastructure details. I think I achieved that. If you watch the video, the only place where you can get some idea of what internal details look like is when you see the word Ingress, but hey it is a general term :) You can think of dodo as glue tying lots of already existing open-source solutions and having relatively strong opinions about it.
I’ll be active here to answer your questions, but you can also reach me via email at giolekva [at] gmail [dot] com or on Matrix at @gio:v1.dodo.cloud
Popularity: 15 points | 2 comments
URL: https://graph.one/investor-search
Author: macieklaskus
Description: We built a search engine that matches startup descriptions with investors based on their historical investments. Write your startup description and get a list of investors who’ve backed similar companies.
Technical implementation:
- Indexed 9k active VC funds and ~5k angels globally
- Fine-tuned a custom embedding model on real-world pairs of investors and companies
- Developed an identity resolution system to collate portfolio data across many sources including portfolio websites scraped with a custom AI agent
Key features:
- Optional email/calendar integration shows 1st/2nd degree connections to investors
- Results ranked by semantic similarity to historical investments
Example query: “B2B SaaS platform for automating accounts payable workflows using OCR and ML” → Returns VCs/angels who’ve invested in similar enterprise automation/fintech companies
Origin: Built this after struggling with my own seed round. Existing solutions didn’t solve the core problem: systematically finding ALL relevant investors, not just the obvious ones.
Would appreciate feedback on:
1. Search result quality/relevance
2. Additional data points that would be useful
3. Performance/latency issues if you encounter any
Team: danishabdullah, combdn, thelifeofrishi, howes, Hossamhamdy20, Isomorpheus
Popularity: 8 points | 5 comments
Author: trymaxreview
Description: Hey HN! I’m excited to share Max, a SaaS tool that helps busy professionals write compelling performance reviews quickly with the assistance of AI.
What is Max? Max is an AI-powered platform designed to solve the common problem of writing thorough performance reviews when you’re short on time. Reviews are personalized based on your role and company you work for.
Key Features: Time-saving AI assistance: Generate full review drafts in minutes, not hours Personalized templates: Quick-start your reviews with role-specific accomplishment example and review templates Smart AI Editing: Once your review is generated and you opt in for $15 you can access the full review to polish/refine any portion of you Performance review with ease to finalize it
Why Max? In today’s fast-paced work environment, finding time to write thoughtful performance reviews is a major challenge. Max turns this time-consuming task into a quick, efficient process without sacrificing quality. Here’s how Max saves you time:
Reduce review writing time by up to 75% Eliminate writer’s block with AI-generated suggestions
Try it out: https://trymaxreview.com We’re offering a free trial. No credit card required. See how much time you can save!
I’d love to hear your thoughts and experiences with performance review processes. How much time do you typically spend on reviews? What’s your biggest time-sink in the process? Thanks for checking out Max!
Popularity: 3 points | 0 comments
URL: https://github.com/testdriverai/testdriverai
Author: tomatohs
Description:
Popularity: 8 points | 0 comments
URL: https://monitor.transluce.org/
Author: vvvhuang
Description:
Popularity: 6 points | 0 comments
Author: bddicken
Description:
Popularity: 1 points | 0 comments
URL: https://ltmeyer.github.io/2024/10/15/online_data_generation.html
Author: LTMeyer
Description: Hey, I’ve been designing a framework to improve the training of deep learning models on expensive numerical simulations. Instead of relying on limited, pre-generated dataset, the approach streams data directly from large-scale numerical simulations running simultaneously with training. Because it avoids I/O bottlenecks it makes training faster and cheaper.
It is implemented as an asynchronous iterable dataset using ZMQ for data communication. I would love your thoughts on how to extend this to a full-fledged event-driven application.
Although the framework target cluster environments, the link contains code you can try locally. Check it out and let me know what you think!
Popularity: 1 points | 0 comments
URL: https://github.com/corbt/agent.exe
Author: kcorbitt
Description:
Popularity: 367 points | 209 comments
URL: https://www.kafkatopical.com/download
Author: certak
Description: We’ve made a free (labour of love) user-friendly native tool for Kafka admins & engineers. No paywalls or catches. Most other tools out there are either too complex, or way too expensive. The free tools usually paywall useful features such as topic creation, message production, schema management, etc.
All this and more is in KafkaTopical. We would love your feedback.
Popularity: 1 points | 1 comments
URL: https://github.com/thedaviddias/indie-dev-toolkit
Author: thedaviddias
Description: With so many tools and Saas out there, I simply wanted to list the ones that offer a free tier and the ones I’ve tested and I can recommend for any developer wanted to build something.
I hope you will find some tools to help you build and ship more!
Popularity: 4 points | 2 comments
URL: https://github.com/medusajs/b2b-starter-medusa
Author: riqwan
Description: Victor & I (Riqwan) built this starter as a way to showcase how you can build B2B stores on Medusa 2.0.
We’re both developers at Medusa (an open source commerce platform) and we’ve launched our 2.0 version today after a year of working on a more modular commerce architecture.
We built our own workflow engine to perform actions on multiple modules with the ability to revert each step incase a failure occurs at some point in the lifecycle. Modules are encapsulated group of related logic - like product management, fulfillment, orders, promotions, etc.
We’ve also built our own query engine based on GraphQL that you can use to query across modules or even external services - like Sanity or other CMS. Tinloof did a very cool demo of this earlier today.
The whole point of our 1 year work was to make things easily customizable and be able to easily work with the plethora of external services every commerce company would have to work with.
It takes less than a minute to get started locally. Give this a shot and let us know if you’ve got any feedback.
Popularity: 10 points | 0 comments
URL: #
Author: alooPotato
Description: I was inspired by the notification summaries on iOS 18 and really liked the idea of AI giving you a quick preview of the content before going to the content. I applied that to HN and built a Chrome extension that summarizes the sentiment and content of HN comments and previews it right next to the stories on the homepage. Makes it so much easier to decide whether I want to delve into the HN comments of a story.
It gave me a chance to play with Gemini 1.5 Flash-8B which has been great. Super fast, super cheap, huge context and does a great john on basic tasks like summarizing comment threads.
Get it here: https://github.com/StreakYC/hn-summarizer/
You’ll also need a Gemini API key from: https://aistudio.google.com/ to make the extension work.
Popularity: 5 points | 0 comments
URL: https://simplytypography.com/bezier
Author: hackerting
Description:
Popularity: 2 points | 2 comments
URL: https://github.com/pH-7/GoodJsCode
Author: pierres7
Description:
Popularity: 2 points | 0 comments
URL: https://github.com/srcbookdev/srcbook/blob/main/README.md
Author: nichochar
Description: Today we’re releasing a full AI app builder in Srcbook. We released our TypeScript notebook a few months ago (https://news.ycombinator.com/item?id=41291700) and the response was encouraging, but we kept hearing that people wanted to build interactive apps.
Today we are releasing just that. You can think of it as an open-source and local version of vercel’s v0. We actually think of it as something in between an IDE and that, because we believe the code matters and don’t shy away from that: you can view and edit the code in a full editor, but prompt your way forward if that’s what you prefer. When the AI makes changes you can review the files diff like you would a GitHub pull request, and toggle between versions to view the visual diff.
Try it now: npx srcbook@latest start
It’s surprisingly good at building apps, especially with the latest claude model sonnet3.5 that came out yesterday. Here’s a video showing building and iterating on a ticket tracker MVP in a few minutes https://www.youtube.com/watch?v=jYOmzasvP74
Key features:
- bring you own API key
- diff viewer
- apply/undo mechanism to see the visual diff
- export the code
- code is OSS under apache2
Popularity: 56 points | 3 comments
URL: https://disasterarena.com/
Author: allan666
Description:
Popularity: 1 points | 1 comments
URL: https://creatopage.netlify.app/
Author: codetoli
Description: Creatopage is a web-app the allows you to create free No-code website with just drag and drop. and also download your created website
Popularity: 1 points | 0 comments
URL: https://apps.apple.com/us/app/zesfy-planner-calendar/id6479947874
Author: zesfy
Description: Hi HN,
I’m the founder of Zesfy, a productivity app that I’ve been developing over the past few years. It’s designed to seamlessly integrate your tasks with your calendar, allowing you to transform your to-do lists into actionable events in just seconds. Here are some of its key features:
- Task Progress: Automatically update your progress based on subtasks completed
- Step: Create step-by-step breakdown of the subtask
- Target: Organize tasks with due date
- Session: Insert multiple tasks to calendar event
Space: Filter event from specific sets of calendars
App Store: https://apps.apple.com/us/app/zesfy-planner-calendar/id64799…
Popularity: 128 points | 65 comments
URL: https://www.xxx.com/
Author: starboat
Description:
Popularity: 1 points | 1 comments
URL: https://www.plainlyvideos.com/after-effects-expressions-library
Author: ivansenic
Description:
Popularity: 1 points | 0 comments
URL: https://github.com/phidatahq/phidata
Author: yashsolanky
Description:
Popularity: 23 points | 0 comments
URL: https://ttshift.com
Author: apel
Description: I want to create a work schedule builder that is (1) easy to start with and (2) offers great flexibility. And now I have a very basic MVP that I want to show.
Here are some things it can handle while building your schedule:
If you want to try it, keep in mind that it’s just an MVP to play around with. Sometimes you’ll have to be extra verbose with your requirements to get the desired result.
I really appreciate your feedback.
Popularity: 2 points | 4 comments
URL: https://jailer.sourceforge.net/data-browsing.html
Author: jailertool
Description:
Popularity: 10 points | 2 comments
URL: https://hackaday.io/project/198538-powerups
Author: powerfeatherdev
Description:
Popularity: 4 points | 1 comments
Author: vzek
Description: While building different products, I wasn’t able to find ways to brainstorm my idea effectively and check who’s in the market quickly.
Here’s my attempt to create a tool that does so, this is still pretty raw. I have a good feeling about the updates that are coming in.
Stay tuned!
Popularity: 4 points | 1 comments
Author: Cheesy-Cheese
Description: The app measures feet and recommends the best fitting shoe size for different brands. Our Shopify app allows the integration for E-commerce stores.
Popularity: 1 points | 3 comments
URL: https://boilerplatehub.com/
Author: JanuElefant
Description: After getting tired of recreating the same project structures over and over, I built BoilerplateHub (https://boilerplatehub.com) - a searchable directory of boilerplates and starter templates.
Key features:
The problem it solves: Developers spend hours setting up project architecture and choosing the right tools. BoilerplateHub helps you find battle-tested boilerplates that match your exact requirements in seconds.
Would love to get your feedback and suggestions!
Tech stack:
Popularity: 1 points | 0 comments
URL: https://gist.github.com/wong2/47bb82e9cd6d1e5d81de1ca6e8618880
Author: wonderfuly
Description:
Popularity: 1 points | 0 comments
URL: https://github.com/nkzw-tech/athena-crisis
Author: cpojer
Description:
Popularity: 7 points | 0 comments
URL: https://bossed.ai/
Author: AnujNayyar
Description:
Popularity: 3 points | 4 comments
URL: https://bulletjournal.click
Author: drvinays
Description: I built BulletJournal.click because I wanted a simpler way to organize my life digitally while maintaining the core principles of bullet journaling. Key features: start journaling instantly Supports rapid logging with customizable bullets Built-in collections for tasks, events, and notes Minimalist interface focused on productivity Would love feedback from the HN community on the implementation and usability.
Popularity: 2 points | 1 comments
URL: https://super-comments.com
Author: aspiiire
Description:
Popularity: 2 points | 1 comments
URL: https://github.com/relaybox
Author: anonentity_lc
Description:
Popularity: 1 points | 0 comments
URL: https://github.com/omranjamal/synchronization-atom
Author: omranjamal
Description: I have recently pick up a bad habit of writing JS like I write Go. As such, I end up imagining in my head that async calls are just goroutines and that I need to sometimes do messaging or synchronization between them.
Ended up being kinda sad that JS ecosystem’s thread syncing libraries are kinda hit or miss and kinda patchy. The “idiomatic” javascript libraries that implement locks don’t lend themselves too well to all the other fancy sync primitives from the Python or Java ecosystem.
So I created synchronization-atom, the “compare-and-set” of the JavaScript world.
It can 1: match a condition and apply an update to the condition as one atomic operation, or 2: have “threads” waiting for a condition to match before they unblock (via async await).
I had to implement both a Promise API and a callback API as Promises effective resolve on next tick, leaving some race conditions open. The callback API does not suffer from the same next-tick issue and are synchronous.
The README has example of implementing a few of the common sync primitives, with more to be documented soon (like channels or re-entrant locks).
Popularity: 1 points | 0 comments
URL: https://github.com/noneback/go-taskflow
Author: noneback
Description:
Popularity: 1 points | 0 comments
URL: https://post-topic-copilot.denieler.com/start
Author: denieler
Description:
Popularity: 1 points | 0 comments
URL: https://sqlify.me
Author: emixam
Description: Hello HN,
We are happy to announce SQLify, a new product from the team behind Kantree (https://kantree.io).
Some time ago, we had the request to access data from Kantree through BI tools. We realized one of the easiest way to achieve this was to provide an SQL interface, compatible with PostgreSQL, so that data analyst could query Kantree data like they’re used to. No need to learn the details of our API.
We realized this process could be useful for many other uses cases. SQLify was born !
It is a superset of SQL that allows you to query APIs. We provide integrations with popular tools to easily query them. It feels like all your data is accessible inside a single database. No more complicated ETL pipelines our synchronization processes.
It becomes really easy for smaller teams to do data analysis. Imagine joining data from stripe, airtable, some internal databases, etc…
SQLify is compatible with the PostgreSQL protocol and so can be used through thousands of existing solutions.
This is a BETA product. We are still actively developing it and there are many limitations at the moment. But we believe there’s a lot of potential using this novel approach.
Let us know what you think of it, we are excisted to gather feedback !
Popularity: 6 points | 0 comments
Author: kzvwlcxc
Description:
Popularity: 1 points | 0 comments
URL: https://www.obihelper.com/
Author: bogdanlev
Description:
Popularity: 2 points | 0 comments
URL: https://abgerny.site
Author: BabyJordan
Description:
Popularity: 1 points | 0 comments
URL: https://github.com/auxten/SQL-On-Everything
Author: auxten
Description:
Popularity: 8 points | 3 comments
URL: https://github.com/Azure/co-op-translator
Author: skytin1004
Description:
Popularity: 1 points | 2 comments
URL: https://www.instantknow.ai/
Author: AnitaBest
Description:
Popularity: 4 points | 0 comments
URL: https://saasdirectories.fyi/
Author: Vedant77
Description: SaaSDirectories.fyi is a directory of free saas directories out there. You can submit your saas on these sites and get free backlink and relevant traffic
Popularity: 3 points | 1 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