ShowHN Today
ShowHN

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

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

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

Summary of Today’s Content

Today’s highlights include several innovative projects shared on the Show HN platform. Developers introduced tools for state management in URLs, a Discord bot for student data, and an AI-assisted resume creator. Noteworthy mentions are an open-source image converter, a chaos engineering tool for testing resilience, and a platform for real-time speech interactions with AI. Additionally, there’s a push for community collaboration in developing a Cyber DNA profiler and an encrypted DNA testing app. Feedback and contributions are encouraged across these exciting lines of work, showcasing diverse applications in tech.

1. Show HN: State-in-url package for state management with URL sync

URL: https://github.com/asmyshlyaev177/state-in-url

Author: asmyshlyaev177

Description: I spent some time to build an NPM package about state management (another one, I know) for Next.js/React.js.

Idea: Storing web application state in URL, It’s a bright idea to use URI, but there isn’t a simple and good implementation. Can save state of forms, or filters, users can reload page or share the link.

Demo to play around: https://state-in-url-asmyshlyaev177.vercel.app/

What I wanted to achieve and why The World need another library:

- Storing complex objects, e.g. any valid JSON with nested fields.

- Focus on Developer Experience and simplicity, API similar to React.useState.

- Preserve type of every field, e.g. string|number|boolean|etc, Typescript obviously.

- All my SE experience and best practices, CI/CD pipeline, proper tests, design patterns, JSDoc comments and documentation, so just showcase my skills and possibly get a good job.

- Support Next.js 14/15 and React-router@6, also few hooks that don’t depend on specific framework.

Will be glad to hear feedback and your thoughs, don’t forget to star a repo and/or share it somewhere if it’s useful.

Popularity: 1 points | 0 comments

Show HN: State-in-url package for state management with URL sync - Project Screenshot


2. Show HN: MHScrape, a discord bot for scraping Indonesian student academic detail

URL: https://github.com/sadadYes/mhscrape

Author: sadadOk

Description:

Popularity: 1 points | 1 comments

Show HN: MHScrape, a discord bot for scraping Indonesian student academic detail - Project Screenshot


3. Show HN: BeerBot – Automate poetically organizing beers with friends

URL: https://github.com/timf34/BeerBot

Author: timf34

Description:

Popularity: 1 points | 0 comments

Show HN: BeerBot – Automate poetically organizing beers with friends - Project Screenshot


4. Show HN: TabGPT - Ask Gemini, ChatGPT, Claude at the Same Time in Chrome

URL: https://franz101.substack.com/p/tabgpt-ask-chatgpt-gemini-and-claude

Author: hoerzu

Description:

Popularity: 9 points | 1 comments

Show HN: TabGPT - Ask Gemini, ChatGPT, Claude at the Same Time in Chrome - Project Screenshot


5. Show HN: I curated 500 YouTube daily surfing videos, organised by date and break

URL: https://swelldiary.com

Author: 200_OK

Description: I built this site just because I wanted it to exist. I’m a keen surfer who lives near one of the worlds surfing epicenters; the Gold Coast, Australia. Getting home from a surf I’d often get excited seeing videos on YouTube of the breaks and waves I’d surfed that day. There’s hundreds of these daily surf videos on YouTube and I thought it would be good to document and organise them like a historical archive.

The volume of videos posted tends to peak when significant swells arrive so I think I could build some interesting visualisations and maps in the future. I also want to add some kind of community tagging feature so that you can tag which days and breaks you surfed and create a personal diary.

If you also surf and enjoy surf videos let me know what you think.

Popularity: 4 points | 0 comments

Show HN: I curated 500 YouTube daily surfing videos, organised by date and break - Project Screenshot


6. Show HN: A Python library for running async code in background threads

URL: https://github.com/agentic-ai/threaded_async

Author: leopoldhaller

Description:

Popularity: 1 points | 0 comments

Show HN: A Python library for running async code in background threads - Project Screenshot


7. Show HN: End-to-End Encrypted Dead Man’s Switch

URL: https://www.cipherwill.com/

Author: EnthusiastShiv

Description:

Popularity: 15 points | 48 comments

Show HN: End-to-End Encrypted Dead Man's Switch - Project Screenshot


8. Show HN: I made a in-browser AI agent for fixing bugs in Node, TS and JavaScript

URL: #

Author: Rikard_wikstrom

Description: So for the past month or so, I’ve been working on a browser-based AI agent called Flytrap for automating the most dreadful part of software dev; fixing bugs.

It’s completely free to use, so you can try it out, no signup needed here: https://useflytrap.com/ai

I wanted to ship it as fast as possible, to get real feedback how it performs for real world dev tasks, so all feedback is super appreciated! You can submit a task in the product, if the agent doesn’t perform a task well, and I’ll try to use those submissions to improve Flytrap

It contains 2 agents:

Popularity: 3 points | 0 comments


9. Show HN: Recodez – Generate code projects in the browser

URL: https://www.recodez.com/

Author: lukus

Description:

Popularity: 1 points | 1 comments

Show HN: Recodez – Generate code projects in the browser - Project Screenshot


10. Show HN: Zero – A no-framework approach to modern front end development

URL: https://github.com/nhh/zero

Author: _nhh

Description:

Popularity: 5 points | 1 comments

Show HN: Zero – A no-framework approach to modern front end development - Project Screenshot


11. Show HN: My Voice AI interviews you, then writes your LI / X posts

URL: #

Author: tmshapland

Description: I’m Tom, the cofounder of Canonical AI. I build a Voice AI agent that interviews you, then writes LinkedIn and X posts based on the interview.

### Why did I build this?

1. LinkedIn and X are b2b lead goldmines. But generating content is hard. You have to figure out what to say. If you’re like me, you have trouble coming up with social post ideas when staring at a blank screen. But interesting ideas arrive when I step away from my laptop and talk to people. Also, it’s hard to compose the content in a way that appeases the platform algorithms.

2. I want to dogfood my product. We’re building Mixpanel for Voice AI Agents (https://voice.canonical.chat/). We map the caller journeys. We provide audio metrics like latency and interruptions. We show Voice AI devs why and when their agents are failing. I want a Voice AI agent so I can be a user of my Voice AI analytics product.

3. Voice AI will eat the world! This project is essentially a Voice UI for a social media content generation platform. We’re seeing more and more Voice AI interfaces like this (e.g., NotebookLM converts any content into a podcast), and many more use cases for Voice AI agents.

### How did I build this?

I built the Voice AI agent using Vapi (https://vapi.ai/). Vapi is amazing! It’s by far the best end-to-end Voice AI platform out there. I actually had to add latency to the Voice AI. I am a slow thinker / talker and it was unrealistic that my Voice AI clone would respond at normal human intervals.

I cloned my voice using PlayHT (https://play.ht/). Yes, my voice really is that airy. I wish I could say it’s an issue with PlayHT’s voice cloning, but it’s spot on.

The hardest part has been making the social posts feel like they weren’t written by an LLM. I initially was using 4o-mini, but they definitely felt written by…well…GPT. I broke the steps into smaller pieces, making one LLM call that extracts the key insights and quotes and another LLM call that generates the content. That helped, but the social posts still felt LLMy. Then I switched to using Claude. That made a big difference. I love Claude. I use Claude so much I’m not sure where I end and Claude begins.

I’d love to hear suggestions from the community on how to make the LLM-generated content feel less, as a friend of mine said, boring AF.

### Example Output

LinkedIn:

Did you know that most Voice AI agent developers are still manually listening to call recordings?

It’s a time-consuming and ineffective approach to knowing what your agent is doing. It’s like drinking from a fire hose.

At Canonical AI, we’re changing that by providing Voice AI developers with caller journey maps, audio metrics, and conversation analytics.

X:

Voice AI developers are currently flying blind. At Canonical AI, we’re changing that by building Mixpanel for Voice AI agents.

You can see more on my recent posts on my LinkedIn (https://www.linkedin.com/in/tom-shapland-b4494212/) and Twitter (https://x.com/tom_shapland).

### Try it out!

Here’s the number: +15302038359

Popularity: 5 points | 2 comments


12. Show HN: Storacha Halloween Hackathon – Build with Decentralized Storage

URL: https://taikai.network/en/storacha-network/hackathons/halloween/overview

Author: hakierka

Description: Hey HN community!

We’re hosting the Storacha Halloween Hackathon—a fully online, spooky-themed hackathon where you can build creative projects using Storacha’s decentralized storage platform. Whether you’re developing dApps, storage solutions, or even a haunted website, you’re invited to join!

$6666 in prizes Registration closes October 13, 2024 Everything happens on Discord!

Interested? Learn more and sign up here: [Storacha Halloween Hackathon on TAIKAI](https://taikai.network/storacha-network/hackathons/halloween)

Let’s store some skeletons!

Popularity: 3 points | 0 comments

Show HN: Storacha Halloween Hackathon – Build with Decentralized Storage - Project Screenshot


13. Show HN: I made an app that teaches programming with a clean UI

URL: https://apps.apple.com/us/app/fini-learn/id6698896637

Author: orhanerday

Description: Hey everyone! I built Fini, a super simple app to help you learn programming. Fini keeps things clean and easy to follow with interactive lessons and quizzes.

What’s inside:

• A super simple, clean interface • Support for multiple programming languages • Fun quizzes to test what you’ve learned • Track your progress as you go • Learn at your own pace

Popularity: 2 points | 0 comments

Show HN: I made an app that teaches programming with a clean UI - Project Screenshot


14. Show HN: Temp.now – A free temporary disposable email generator

URL: https://temp.now

Author: Airyisland

Description: Yesterday I registered the domain temp.now. Today, I deployed a temporary email tool using open-source code, which is convenient for registering products and services. As long as you save the login credentials, you can keep the generated addresses indefinitely.

Enjoy!

EN URL: https://temp.now/en/

Popularity: 16 points | 1 comments

Show HN: Temp.now – A free temporary disposable email generator - Project Screenshot


15. Show HN: My Version of Whoishiring

URL: https://whoishiring-app.fly.dev/

Author: hazzel

Description: Hello HN!

I built this over a year ago, but never shared it broadly with people - just selfishly used it for myself.

But as I’m now back on the job market looking for a new role, I started using this myself and I figured this could be helpful for others as well.

My original goal was to make a version of https://hnhired.fly.dev/ but with two features I wanted:

1. Have a ‘save’ button to save the jobs I find interesting and revisit them later. No login or account required. Just filter by ‘saved’ jobs and see them.

2. Share a filtered list of jobs with other people. Any filter I apply, I can copy the URL and share it with other people. They would see the exact same result … but I never really used this feature much myself.

In any case, enjoy!

And if you have feedback that could make this more helpful for you or for other people, let me know.

Popularity: 3 points | 1 comments

Show HN: My Version of Whoishiring - Project Screenshot


16. Show HN: Open-source library documentation for LLMs

URL: https://docs.codes/

Author: rohansood15

Description: Docs.codes generates simple markdowns for open-source libraries that you can add to the context of your LLM assistants, helping them generate better code.

Here’s a quick walkthrough with pypi/mem0ai as example: https://youtu.be/SKZol8G_tIE

LLMs struggle with generating correct code when using lesser-known libraries or dealing with major version changes that happen after their training cutoff. With these markdowns, you can ensure that your LLM chat/coding assistants have up-to-date knowledge of the library’s API and usage patterns.

We built this using the latest Gemini models and our patchwork framework. Currently, we support npm and PyPI packages, and the deployment is optimized for speed over coverage/accuracy. Try it out and let us know if you spot any gaps or have ideas for improvement!

Popularity: 12 points | 0 comments

Show HN: Open-source library documentation for LLMs - Project Screenshot


17. Show HN: Hexabot, Open-source AI Chatbot/Agent Tool

URL: https://github.com/Hexastack/Hexabot

Author: medmarrouchi

Description: Why Hexabot?

- Fully open source (AGPLv3)

Popularity: 13 points | 0 comments

Show HN: Hexabot, Open-source AI Chatbot/Agent Tool - Project Screenshot


18. Show HN: Built a Tool to Job Tailored Resumes and Track Job Applications

URL: https://synthresume.com/

Author: denizhdzh

Description: Hello HN,

I’ve developed Synth Resume, a tool designed to simplify the job application process. It allows users to create customized Resumes, with ATS-friendly keywords and manage their applications via a Kanban board.

I’m interested in gathering insights from this community to understand its potential and identify areas for improvement. You can explore the tool at synthresume.com. Your perspectives would be highly valuable as I strive to enhance its functionality. Thank you.

Popularity: 5 points | 0 comments

Show HN: Built a Tool to Job Tailored Resumes and Track Job Applications - Project Screenshot


19. Show HN: New Tool for Efficient LLM labeling, fine-tuning and model distillation

URL: #

Author: sleipner42

Description: We’ve developed a new tool for labeling data and fine-tuning large language models that combines llm with human oversight. Our aim is to increase efficiency in the labeling process while maintaining high quality standards.

Some key features are:

Uses AI to assist with initial labeling

Allows for human verification and correction

Designed to reduce overall labeling time

Aims to improve final model accuracy

At the moment we are looking for individuals or teams working on LLM projects who would be interested in testing this tool, no strings attached. If you’d like to try it out and provide feedback, please comment below or send a direct message.

We appreciate any insights that could help improve the tool.

Link to demo video: https://www.youtube.com/watch?v=YVwby-49Y-I

Popularity: 4 points | 2 comments


20. Show HN: Kameo – Fault-tolerant async actors built on Tokio

URL: https://github.com/tqwewe/kameo

Author: tqwewe

Description: Hi HN,

I’m excited to share Kameo, a lightweight Rust library that helps you build fault-tolerant, distributed, and asynchronous actors. If you’re working on distributed systems, microservices, or real-time applications, Kameo offers a simple yet powerful API for handling concurrency, panic recovery, and remote messaging between nodes.

Key Features:

- Async Rust: Each actor runs as a separate Tokio task, making concurrency management simple.

- Remote Messaging: Seamlessly send messages to actors across different nodes.

- Supervision and Fault Tolerance: Create self-healing systems with actor hierarchies.

- Backpressure Support: Supports bounded and unbounded mpsc messaging.

I built Kameo because I wanted a more intuitive, scalable solution for distributed Rust applications. I’d love feedback from the HN community and contributions from anyone interested in Rust and actor-based systems.

Check out the project on GitHub: https://github.com/tqwewe/kameo

Looking forward to hearing your thoughts!

Popularity: 98 points | 43 comments

Show HN: Kameo – Fault-tolerant async actors built on Tokio - Project Screenshot


21. Show HN: AI GPU Cloud Service

URL: https://aimlapi.com/scalable-ai-gpu-cloud-service

Author: NIkMOkhn

Description:

Popularity: 3 points | 0 comments

Show HN: AI GPU Cloud Service - Project Screenshot


22. Show HN: Topcast – Open-Source Alternative to Google NotebookLM Podcast Feature

URL: https://github.com/gormlabenz/topcast

Author: GromoLubbsa

Description: Google recently introduced a feature in NotebookLM that generates podcast-like audio from documents using AI. I’ve developed an open-source alternative called Topcast. It provides similar functionality but offers full control and customization.

Topcast is a Python package that converts text into audio using Text-to-Speech (TTS) and AI-generated themes like interviews and summaries. You can layer audio tracks, add background sounds, and integrate various TTS providers (Google Cloud, Elevenlabs, or Google Translate).

Key Features:

• Fully open-source and customizable • Support for multiple TTS providers • AI-generated content structures (e.g., interviews, summaries) • Flexible audio layering with fades and crossfades

Usage:

1. Input your text. 2. Select a TTS provider and an AI theme. 3. Generate audio with a few lines of code. 4. Export the result to an audio file.

Feedback and contributions are welcome!

This version is more factual, straightforward, and aligned with the minimal, engineering-focused tone that tends to resonate with the Hacker News community.

Popularity: 4 points | 0 comments

Show HN: Topcast – Open-Source Alternative to Google NotebookLM Podcast Feature - Project Screenshot


23. Show HN: Yaxi – a post-modern x11 library for Rust

URL: https://github.com/proxin187/Yaxi

Author: proxin

Description:

Popularity: 3 points | 0 comments

Show HN: Yaxi – a post-modern x11 library for Rust - Project Screenshot


24. Show HN: Using Roblox to teach kids multiplication tables

URL: https://www.roblox.com/games/10489578087/Multiplication-Game

Author: nutanc

Description:

Popularity: 2 points | 1 comments

Show HN: Using Roblox to teach kids multiplication tables - Project Screenshot


25. Show HN: Compose – Build internal tools with just back end code

URL: https://composehq.com

Author: atul-jalan

Description: Hey HN! I’m the creator of Compose.

Compose offers Node.js and Python SDKs that let you inline components (tables, drop-downs, text inputs, etc.) and actions (file downloads, confirmation modals, etc.) into your backend functions, turning basic scripts into full web applications. These functions automatically connect to a hosted dashboard from where you can use the apps and share them with your whole team.

The main benefit of building with Compose is speed and simplicity. Compose components cleanly wrap REST endpoints, fetch calls, UI rendering, error handling, validation, and more into simple function calls that make it effortless to pass data over to the browser and get user data (e.g. clicks, form submissions, file uploads) back. Furthermore, every app comes baked in with authentication via the dashboard and analytics to track usage.

Unlike no-code, you build the apps inside your own codebase, allowing you to leverage all your existing code, keep business logic in one place, and integrate into your existing version control.

If you’re curious, I recorded a demo last night of me creating a tool to view and provision users in 5 minutes: https://youtu.be/bhI7UPeBFJo?si=wxu801-RMH9nyw_K

Or, feel free to explore and try it out yourself: https://docs.composehq.com

Popularity: 3 points | 0 comments

Show HN: Compose – Build internal tools with just back end code - Project Screenshot


26. Show HN: Docs by Hashnode, we built another docs product in 2024, here’s why

URL: #

Author: fazlerocks

Description: Hey HN,

I’m not sure if this post will stick (we’re competing with some YC-backed startups in this space), but I’ll give it a try!

We built Docs by Hashnode because we saw a gap in current documentation tools. Many platforms are either too rigid, lack customization (Like ReadMe), or require too much dev time to manage (Like Docusaurus). With our docs product, we wanted to create something that’s both flexible and scalable, allowing teams to focus on creating docs without the complexity.

Here’s what we’re solving:

1. Most doc platforms don’t scale well or offer customization.

2. Teams often struggle with rigid templates and version control.

3. Companies need API references and product guides that grow with their product, not against it.

Our solution:

1. Offer both Hosted and Headless mode with GraphQL support for those who need more control.

2.Real-time collaboration with inline commenting, perfect for technical and non-technical teams to work together.

3. AI-powered search for faster, smarter discovery of docs content.

4. Unlimited API references and guides to help you scale your docs as your product evolves.

5. Create API references easily using OpenAPI specs.

6. Blazing-fast performance optimized for SEO and Lighthouse scores.

Our goal is to build documentation that evolves with your product, not something that slows you down. Some early users, including YC startups, are already using it and love the flexibility.

Would love to get your feedback or answer any questions!

Thanks for reading! Excited to hear what the community here thinks.

https://hashnode.com/products/docs

Popularity: 3 points | 1 comments


27. Show HN: TweetCheck – Chrome extension to correct Twitter posts with ChatGPT

URL: https://chromewebstore.google.com/detail/tweetcheck-–-ai-grammar-s/hnabebopkipcadhapoegkcddiloeoeml

Author: gnykka

Description:

Popularity: 3 points | 0 comments

Show HN: TweetCheck – Chrome extension to correct Twitter posts with ChatGPT - Project Screenshot


28. Show HN: Time Series Breakpoint Detection Tool (Runs in Browser)

URL: https://tractionroad.com/tools/timeseries-breakpoint-detection/

Author: benfreu

Description: I built a simple browser-based tool for detecting breakpoints in time series data. Select a CSV file, and the tool runs a statistical test (Chow test) to identify a significant change in trends. It runs entirely in your browser, so your data stays local. I’d love feedback or ideas for improvement!

Popularity: 3 points | 0 comments

Show HN: Time Series Breakpoint Detection Tool (Runs in Browser) - Project Screenshot


29. Show HN: Obzev0, Chaos engineering tool for K8s and non-K8s environments

URL: https://github.com/lumbrjx/obzev0

Author: lumbrjx

Description: Obzev0 is a chaos engineering tool designed to help you test the resilience of your systems by simulating real-world failures. It allows you to define and execute chaos experiments to uncover weaknesses in your infrastructure and applications.

Popularity: 5 points | 0 comments

Show HN: Obzev0, Chaos engineering tool for K8s and non-K8s environments - Project Screenshot


30. Show HN: Jsonltui – CLI to inspect large JSON files and localize parsing errors

URL: https://github.com/gr-b/jsonltui

Author: grbsh

Description:

Popularity: 3 points | 0 comments

Show HN: Jsonltui – CLI to inspect large JSON files and localize parsing errors - Project Screenshot


31. Show HN: Auto-generate hard evaluation data for LLMs

URL: https://www.talc.ai/blog/auto-generating-evaluation-data

Author: matt_lee

Description:

Popularity: 14 points | 1 comments

Show HN: Auto-generate hard evaluation data for LLMs - Project Screenshot


32. Show HN: Free Password Generator for Secure, Random Passwords

URL: https://combokit.net/tools/password-generator

Author: combokitnet

Description: Hi HN,

I’ve built a Password Generator that helps create strong, random passwords to improve online security. It’s part of the broader Combokit suite, designed to provide easy-to-use tools for everyday online tasks.

Key Features:

- Customizable length, numbers, symbols, and more.

- Options like normal, words, hex, base64, and secure.

- Avoids weak patterns like duplicates or sequences.

- Simple UI with copy to clipboard and strength suggestions.

Whether you’re looking for a one-time secure password or need a bulk generation for various accounts, this tool is designed to make that easy.

I’d love to hear your feedback or suggestions for additional features! Feel free to check out the Password Generator, and let me know what you think.

Thanks for taking a look!

Popularity: 2 points | 0 comments

Show HN: Free Password Generator for Secure, Random Passwords - Project Screenshot


33. Show HN: Valv – Formally Verified KMS Alternative to HashiCorp Vault

URL: https://github.com/molnett/valv

Author: bittermandel

Description:

Popularity: 2 points | 1 comments

Show HN: Valv – Formally Verified KMS Alternative to HashiCorp Vault - Project Screenshot


34. Show HN: I Built a Sequencer for the Web

URL: https://minitap.io/

Author: jackbach

Description: Hey HN!

Last week I was working on a website and needed a way to synchronise visuals with live music.

I’ve used MIDI controllers for this before, but I am travelling right now and don’t have mine with me. So I had the crazy idea to build a browser extension that uses the keyboard as input and includes a sequencer. I gave myself 24 to work on it.

It ended up taking longer (of course), specially since I ended up creating a demo, a small landing, docs, and an intro video. Took me one week from idea to launch (pushed quite a bit tbh).

Features:

- Works as a browser extension. Atm distributed through chrome web store only.

– 8 customisable channels. Each channel has 3 modes: sequencer, keystroke and random.

- It sends post messages to the current page. Use however you want.

- Works with your keyboard. The key bindings are designed for expressive live usage.

- Advanced tempo controls. Easy to synchronise with live music using the ‘tap temp’ feature.

- Open Source, all code in github.

Anyway, let me know what you think.

Popularity: 3 points | 1 comments

Show HN: I Built a Sequencer for the Web - Project Screenshot


35. Show HN: TailConverter – The easiest way to convert CSS to Tailwind CSS

URL: https://tailconverter.com

Author: guivr

Description:

Popularity: 6 points | 2 comments

Show HN: TailConverter – The easiest way to convert CSS to Tailwind CSS - Project Screenshot


36. Show HN: A Mandelbrot set viewer that runs in the browser

URL: https://mandelbrot.site

Author: rosslh

Description:

Popularity: 3 points | 1 comments

Show HN: A Mandelbrot set viewer that runs in the browser - Project Screenshot


37. Show HN: We made a tool for publishing a website directly from Figma

URL: https://detachless.com/

Author: dijazola

Description: We started as a UI kit for Figma components, but shortly after launch we pivoted to a solution for publishing websites from Figma

Detachless has been in private beta in the last couple of months, but now we are open to all users.

I am looking for feedback from anyone in the community, designers primarily but everyone can leave a comment.

Popularity: 2 points | 0 comments

Show HN: We made a tool for publishing a website directly from Figma - Project Screenshot


38. Show HN: We made an encrypted DNA testing app using Homomorphic Encryption

URL: https://huggingface.co/spaces/zama-fhe/encrypted_dna

Author: jfrery

Description:

Popularity: 8 points | 1 comments

Show HN: We made an encrypted DNA testing app using Homomorphic Encryption - Project Screenshot


39. Show HN: Vendeo, Captivate, Inform and Convert Your Visitors on Your Sales Pages

URL: https://www.vendeo.io/

Author: Erwanthl

Description: Hey

I’m thrilled to introduce you to my solo-founded project - Vendeo!

I created Vendeo to help businesses captivate their visitors and easily provide information about their offerings quickly and efficiently.

Today, the attention span of a website visitor is less than 15 seconds, making it challenging for businesses to fully communicate the value of their offerings. When your offer isn’t fully understood, it impacts your commercial performance.

To tackle this issue, we enable businesses to leverage the power of short videos to their advantage on their websites.

Here’s how you can benefit from Vendeo:

- Present your offer quickly and easily with our interactive video pop-ups.

Popularity: 2 points | 0 comments

Show HN: Vendeo, Captivate, Inform and Convert Your Visitors on Your Sales Pages - Project Screenshot


40. Show HN: A pokedex for real-life animals

URL: #

Author: ayushpawar

Description: An app/website where you can click pictures of animals and get detailed information like :

1. Scientific details (Kingdom, Pyhlum, Class, etc) 2. Habitat 3. Diet 4. Geographic Distribution 5. Interesting Facts

You can also chat with the animal and get to know more about it.

I would love your feedback on how I can monetize this and what should my target audience be.

Website : https://anidex.tech/

Popularity: 1 points | 7 comments


41. Show HN: I wrote a book on how tech blogging helped my career (and can help you)

URL: #

Author: kidsil

Description: Hey HN,

After 15+ years in tech, I’ve boiled down my experiences into a guide on how to use technical blogging as a powerful career tool.

Here’s why I think this could be valuable for the community:

1. It’s a practical guide on turning your technical knowledge into career opportunities

2. Covers how blogging can help you learn, network, and find clients/jobs

3. Includes real examples of how blog posts led to major career advancements

4. Strategies for transitioning from coder to leadership roles through content creation

5. Tips on staying relevant in a fast-evolving industry through continuous learning and sharing

The book is called “From Coder to CTO: The Power of Technical Blogging in Tech Careers” and it’s available now.

Amazon: https://www.amazon.com/Coder-CTO-Technical-Blogging-Careers/

Main website: https://codertocto.com/ (includes many other stores)

I’d love to hear your thoughts and experiences with technical blogging.

Popularity: 1 points | 0 comments


42. Show HN: Soperator – Run Slurm in Kubernetes

URL: https://github.com/nebius/soperator

Author: rdjjke

Description: Hi HN,

With this operator, you can run Slurm in Kubernetes and enjoy the benefits of both systems.

Both Slurm and Kubernetes can serve as workload managers for distributed model training and high-performance computing (HPC) in general.

Each system has its strengths and weaknesses, but the trade-offs are significant. Slurm offers advanced and effective scheduling, granular hardware control, and accounting, but lacks universality. On the other hand, Kubernetes can be used for purposes other than training (e.g. inference) and provides good auto-scaling and self-healing capabilities.

It’s unfortunate that there is no way to combine the benefits of both solutions. And since many big tech companies use Kubernetes as their default infrastructure layer without supporting a dedicated model training system, some ML engineers don’t even have a choice.

That’s why we decided to merge these systems, taking a “Kubernetes-first” approach. We implemented a Kubernetes operator, which is a software component that runs and manages Slurm clusters as Kubernetes resources.

Popularity: 6 points | 0 comments

Show HN: Soperator – Run Slurm in Kubernetes - Project Screenshot


43. Show HN: Open-source image converter runs in browser, powered by LibVips WASM

URL: https://bannerify.co/tools/image-converter

Author: anduc

Description: It’s amazing to see the rise of web technologies like WASM and WebGPU.

A few weeks ago, I made https://bannerify.co/tools/remove-bg - open-source remove background using WebGPU, which reached #1 on HN for a day, gained a lot of interest.

I’m currently exploring more about use cases of WASM and WebGPU. Today, I’m open-sourcing an image converter project that uses LibVips WASM to convert images directly in the browser, with impressive speed.

Check out the code here: https://github.com/ducan-ne/image-converter, feel free to contribute any ideas or suggestions

Popularity: 1 points | 0 comments

Show HN: Open-source image converter runs in browser, powered by LibVips WASM - Project Screenshot


44. Show HN: new.space – E2EE file sharing, notes, and collaboration

URL: https://new.space/

Author: shareup

Description: Hey HN,

We’ve built new.space, a privacy-focused, end-to-end encrypted platform for secure collaboration and sharing. Key features:

  * E2EE: Files, notes, and links are encrypted before leaving your device. We have no access to decryption keys.

  • No sign-up: Use anonymously or create an account.
  • Real-time collaboration: Instant updates on web and iOS.
Check it out at https://new.space or try our iOS app (https://new.space/app). We’d love your feedback and are happy to answer any questions you might have.

— Nathan

P.S. Use code HACKTHENEWS for an extra 4GB storage. For more updates on the project you can check out our newsletter https://community.shareup.world

Popularity: 5 points | 3 comments

Show HN: new.space – E2EE file sharing, notes, and collaboration - Project Screenshot


45. Show HN: QR Code Scanner

URL: https://awsm.dev/qr-code-scanner

Author: varundev

Description: Scan QR codes in bulk using your device’s camera

Popularity: 3 points | 0 comments

Show HN: QR Code Scanner - Project Screenshot


46. Show HN: Sanctum VPN daemon for OpenBSD, Linux and macOS

URL: https://sanctorum.se/sanctum/

Author: archael

Description: Sanctum is a small, reviewable, experimental and fully privilege seperated VPN daemon that runs on openbsd linux and macos.

It takes privilege separation to the extreme to make sure all assets are isolated and each component is sandboxed with only the permissions they require.

Popularity: 5 points | 0 comments

Show HN: Sanctum VPN daemon for OpenBSD, Linux and macOS - Project Screenshot


47. Show HN: My Solo-Project, Zigpoll

URL: https://www.zigpoll.com

Author: jason_zig

Description:

Popularity: 4 points | 0 comments

Show HN: My Solo-Project, Zigpoll - Project Screenshot


48. Show HN: Mapping policy issues with debate graphs

URL: #

Author: JamieTheJoyce

Description: When I read the autobiography of Benjamin Franklin, I encountered the phrase “in the sincere spirit of inquiry after truth” when he was describing the debates that took place at his Junto; which eventually created the first public subscription library in the U.S.

From that single phrase, I was inspired to found the Benjamin Franklin Society Library (DBA The Society Library) to seek truth on complex policy issues at the claim-level, but also create graphs of the debated claims in context. So the idea is to map out debates at the ‘societal-scale’ so we have relevant information to see various policy options and the claims that support them, to make more informed decisions based on available info possible.

>> This was a manmade graph about nuclear policy that took my team thousands of hours (excuse unprocessed/messy data): https://papers.societylibrary.org/papers/diablo_canyon/map

>> That map is also visualized in this other interactive “document” format: https://papers.societylibrary.org/papers/diablo_canyon/

>> Now we’re automating the creation of those graphs with LLMs and agentic search tools. See some progress: https://www.societylibrary.org/topics-blog/ai-alignment-supe

We would love any and all feedback. Thank you.

Popularity: 3 points | 0 comments


49. Show HN: Socks5 Proxy in Docker

URL: https://github.com/TuanKiri/socks5-server

Author: TuanKiri

Description:

Popularity: 2 points | 0 comments

Show HN: Socks5 Proxy in Docker - Project Screenshot


50. Show HN: A Demo for a Strategy Game

URL: https://store.steampowered.com/app/2389320/Fall_of_an_Empire_Demo/

Author: joegibbs

Description: This is something that I’ve been working on on-and-off in my spare time for the last few years. I started in 2020 during Covid trying to do a Mount and Blade style map in UE4, and it grew from there until where it is now - I would just add a feature, then another, until it came together. Since the start of the year I’ve really been trying to polish it some more.

I’ve got the full thing planned for a Q3 25 release.

Github release if you don’t have Steam: https://github.com/joe-gibbs/fall-of-an-empire-release

Popularity: 99 points | 30 comments

Show HN: A Demo for a Strategy Game - Project Screenshot


51. Show HN: A Twitter Bot Detection Chrome Extension

URL: https://botstrr.netlify.app

Author: TechwithTobi

Description: Botstrr is a powerful Chrome extension for detecting Twitter bots. Protect your feed from fake accounts and enhance your social media experience with real-time bot detection.

Popularity: 2 points | 0 comments

Show HN: A Twitter Bot Detection Chrome Extension - Project Screenshot


52. Show HN: Zero – A no-framework approach to modern front end development

URL: https://github.com/nhh/zero

Author: _nhh

Description:

Popularity: 6 points | 1 comments

Show HN: Zero – A no-framework approach to modern front end development - Project Screenshot


53. Show HN: We made the first WordPress Resizer that resizes images pre-upload

URL: #

Author: vzrowan

Description: Hi HN, we (Rowan and Joerie) created Resize Control! It’s our first project together so we are really excited to show you.

Find it here: https://tuningwp.com/resize-control/#get

The Problem Working at web design agencies, we constantly faced the issue of clients uploading massive images with wrong resolutions or aspect ratios. Especially for webshops, beautiful sites were ruined by bad images. Existing plugins didn’t let us customize settings based on post type or user role.

Our Solution We built a “before upload” plugin that truly processes images pre-upload. It offers more control with features like:

Role and post-type based settings Custom size and scaling methods Background options for contained formats (great for webshops!)

Check out our free version or the pro tier. Let us know your thoughts.

Popularity: 5 points | 2 comments


54. Show HN: I made a simple voice memo app that you can query using your voice

URL: https://memaudio.orelfactory.fr

Author: aschelch

Description:

Popularity: 4 points | 0 comments

Show HN: I made a simple voice memo app that you can query using your voice - Project Screenshot


55. Show HN: Pivoting to ChatGent – AI-Powered LinkedIn Tool with Guided Interviews

URL: https://chatgent.com/

Author: starobrat

Description: Hey HN community, I’m excited to share my journey and get your feedback on ChatGent, a project born from a pivot. After my initial attempt at creating a chatbot builder didn’t gain traction, I decided to shift gears and focus on something new. Surprisingly, building ChatGent took much less time.

ChatGent is an AI-powered tool designed to help users create engaging LinkedIn posts.

My unique feature, the “Mini Interview,” guides users through a series of questions to develop their ideas into well-formed content. This ensures the posts truly reflect the user’s voice and expertise.

I used Python and Django with HTMX for this project. After many years of corporate Java development, I’m amazed at how fast and pleasantly this setup is for prototyping.

Thank you for taking the time to check it out. Your insights mean a lot!

Popularity: 2 points | 1 comments

Show HN: Pivoting to ChatGent – AI-Powered LinkedIn Tool with Guided Interviews - Project Screenshot


56. Show HN: I made a quiz assistant powered by GPT-4o mini

URL: https://chromewebstore.google.com/detail/fakey-ai-powered-quiz-ass/jdlbndkeipfnbognkgbkggcemacaoami

Author: adibzaini

Description: Last month, I started developing a Google Chrome extension to generate fake data for web forms to help testers.

However, I decided to pivot and add a feature specifically for Google Forms that focuses on helping students answer quizzes with the help of GPT-4o mini.

A few weeks later, I added a snipping feature where you could snip an image of the quiz (not only Google Forms) and GPT4o-mini will give you the answer.

At this moment, I am adding a feature to let the users use it from a Telegram bot.

I was sceptical about building an “AI wrapper” because there is a lot of hate, especially from developers.

Oh, btw the tool is called Fakey.

Popularity: 2 points | 1 comments

Show HN: I made a quiz assistant powered by GPT-4o mini - Project Screenshot


57. Show HN: Sync – A real-time company brain

URL: https://singulatron.com/

Author: friendly_chap

Description: Hi folks,

We are soft-launching our new AI product. For the time being it is proprietary, but who knows ; ). I have a habit of impulsively open-sourcing things.

At the moment we target/accept clients from traditional industries where things are quite a bit more chaotic than most offices.

Cheers Janos

Popularity: 3 points | 1 comments

Show HN: Sync – A real-time company brain - Project Screenshot


58. Show HN: Cyber DNA Profiler (CDNAP) – Open-source cybersecurity analysis tool

URL: https://github.com/Alien979/cdnap

Author: Alien979

Description: I’ve just launched Cyber DNA Profiler (CDNAP), an open-source cybersecurity tool that introduces the concept of “Cyber DNA” for analyzing software, networks, and cyber attacks. CDNAP uses machine learning and graph theory to create and analyze these DNA profiles, aiming to identify patterns, predict vulnerabilities, and attribute attacks with high accuracy. Key features include Software Genome Mapping, Network Ecosystem Profiling, Attack Pattern Sequencing, and Predictive Vulnerability Analysis. The project is in its early stages, and we’re looking for contributors. Whether you’re interested in coding, testing, documentation, or just have ideas to share, we’d love your input. I’d be grateful for any feedback or suggestions from the HN community. Thanks!

Popularity: 2 points | 0 comments

Show HN: Cyber DNA Profiler (CDNAP) – Open-source cybersecurity analysis tool - Project Screenshot


59. Show HN: I made a maze game with stone paper scissors

URL: https://maze.priyavkaneria.com/

Author: diginova

Description: Any review, suggestion, feedback is much appreciated. Hope you like my fun weekend project

Popularity: 4 points | 4 comments

Show HN: I made a maze game with stone paper scissors - Project Screenshot


60. Show HN: RealtimeAPI – Talking with AI in Realtime Like a Human

URL: https://realtimeapi.net/

Author: lafeoooooo

Description: Add user beta test Experience realtime speech to AI interaction, just like talking to a human. Our advanced platform enables natural, fluid conversations with AI.

Popularity: 2 points | 2 comments

Show HN: RealtimeAPI – Talking with AI in Realtime Like a Human - Project Screenshot


61. Show HN: Teletxt (Vercel App)

URL: #

Author: lihaciudaniel

Description: https://teletxt.vercel.app/

Using Vercel and a laptop as a server, here is TeleText. A transcription of CNN, you can read it, and it transcribes lives what is talked upon the CNN.

Looking forward to changing to another TV Station.

Popularity: 4 points | 2 comments


62. Show HN: Wrapping Things Up – A Free California Statutory Will Generator

URL: https://www.wrappingthingsup.com

Author: burritofanatic

Description:

Popularity: 2 points | 0 comments

Show HN: Wrapping Things Up – A Free California Statutory Will Generator - Project Screenshot


63. Show HN: Gato Prompt Lang – keep prompt content and responses short in JSON

URL: https://github.com/ListfulAl/gpl

Author: cat-turner

Description: It started with me trying to get consistent json output but then evolved to something I can use to get consistent outputs structured in the way I need with, which is essential to consume responses in software. I seem to get json consistent 100% of the time when I use the API but when I use the UI I occasionally some response data not in the json.

Popularity: 3 points | 0 comments

Show HN: Gato Prompt Lang – keep prompt content and responses short in JSON - Project Screenshot


64. Show HN: Weird Books to Read

URL: https://bizarrebookshelf.com/

Author: Sontho

Description: Try reading weird books for a change.

Popularity: 70 points | 15 comments

Show HN: Weird Books to Read - Project Screenshot


65. Show HN: Using Cloudflare 1.1.1.1 DNS over HTTPS API to bulk search domain TLDs

URL: https://supersaas.dev/tools/domain-check

Author: fayazara

Description: I found out Cloudflare has a DNS over HTTPS api via 1.1.1.1 resolver, figured I’d make a small tool out of it, as somene who keeps checking domain names for side projects which I never build, this kinda helps me look for something.

It’s not fully accurate, because it returns unavailable even for parked pages, which technically are available, but works for me.

It just checks for A records via this endpoint https://cloudflare-dns.com/dns-query?name=${domain}&type=A

Just make sure to pass this header - “application/dns-json”

Popularity: 8 points | 4 comments

Show HN: Using Cloudflare 1.1.1.1 DNS over HTTPS API to bulk search domain TLDs - Project Screenshot


66. Show HN: I built an open source Wordle, but with numbers and hints instead

URL: https://github.com/Oia20/PopALockDaily

Author: Oia1

Description:

Popularity: 1 points | 0 comments

Show HN: I built an open source Wordle, but with numbers and hints instead - 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