
Explore the hottest developer projects on Show HN for 2025-01-23. Dive into innovative tech, AI applications, and exciting new inventions!
Summary of Today's Content
Today's Product Analysis
Today's Hottest Product Highlight
- Product Name: Open-source AI video editor
- Highlight: An innovative open-source video editor powered by AI models, offering local data storage and multiple AI capabilities for video, image, music and voice-over editing.
Quick Summary
- Most Hot Category: AI/ML Tools
- Top Keywords: AI, Open-source, Video editing, LLM
- Most Popular Product: t4t social platform (424 points)
Technology Trends
- AI Integration
- Open Source Development
- Video Processing
- Privacy-focused Solutions
- Cross-platform Compatibility
Project Distribution
- AI/ML Tools: 35%
- Developer Tools: 25%
- Social Platforms: 15%
- Productivity Apps: 15%
- Other: 10%
Trend Insights
- Strong emphasis on AI integration across different types of applications
- Growing focus on privacy-first and local-first solutions
- Increased interest in open-source alternatives to popular commercial tools
- Rise of cross-platform compatibility and web-based solutions
- Emergence of social platforms targeting specific communities
- Trend toward simplified user interfaces for complex technologies
- Integration of real-time features and collaboration tools
- Focus on developer productivity and workflow optimization
The analysis shows a clear trend toward AI-powered tools that maintain user privacy while offering powerful features. Open-source solutions are gaining traction as alternatives to commercial products, particularly in the AI and developer tools space. There's also a notable focus on building specialized platforms for specific communities rather than general-purpose solutions.
Today's Top 10 Trending Products
Top 1. An online platform fostering a vibrant and supportive community for transgender individuals, promoting connection, advocacy, and empowerment. (Likes: 424, Comments: 265)
Top 2. Discover an innovative open-source AI video editor that empowers users with advanced editing capabilities, intuitive features, and seamless integration for all your creative projects. Ideal for content creators, filmmakers, and hobbyists alike, this tool revolutionizes the editing process while promoting collaboration and community-driven enhancements. (Likes: 225, Comments: 34)
Top 3. Show HN: libmodulor – A powerful TypeScript library for building cross-platform applications with a strong opinionated approach. (Likes: 47, Comments: 24)
Top 4. Discover Mixlist: the ultimate platform for music enthusiasts to create, share, and explore personalized playlists effortlessly. Connect with like-minded individuals and enhance your listening experience today! (Likes: 33, Comments: 23)
Top 5. A comprehensive side-by-side comparison of 10 WYSIWYG editors, enabling users to easily evaluate features, usability, and design capabilities of each tool. Perfect for developers and content creators looking to find the best editor for their needs. (Likes: 24, Comments: 9)
Top 6. Introducing Helicone, an innovative open-source LLM observability and development platform from Y Combinator's W23 batch. Streamline your machine learning model monitoring and enhance your development process with powerful features designed for seamless integration and real-time insights. (Likes: 23, Comments: 3)
Top 7. Introducing a groundbreaking platform that connects aspiring entrepreneurs and side hustlers, offering a unique way to network, collaborate, and share opportunities. This innovative app empowers users to find like-minded individuals to partner with, share ideas, and grow their side projects, all within a vibrant community designed for success. Join today and turn your passions into profits! (Likes: 14, Comments: 6)
Top 8. Discover ETF Comparison: Analyze correlation, overlap, and holdings effortlessly. Compare ETFs side by side to make informed investment decisions. Perfect for investors seeking deeper insights into their portfolio composition. (Likes: 13, Comments: 4)
Top 9. OpenCharacter: An innovative, open-source platform for uncensored AI character interactions, empowering users to create and engage with personalized characters freely. (Likes: 12, Comments: 0)
Top 10. An open-source alternative to OpenAI Operator designed for any large language model (LLM), offering customizable features and flexibility for developers seeking innovative solutions. (Likes: 10, Comments: 2)
1. Show HN: I built an active community of trans people online
URL: https://t4t.social/
Author: t4t
Description: A year ago I surveyed the internet and noticed there was only one popular space for trans and gender-non-conforming people to meet; Lex.
Lex is not well liked by its users. Its software feels heavy and it is full of cash grabs and anti-patterns. It was recently acquired and is sure to only become more hostile to its users as it turns towards profit generation.
With this in mind I built t4t, an alternative specially designed for not only queer people, but specifically trans people.
It is an extremely lightweight service. I built it with my most ideal stack: Flutter, Svelte, Supabase, Posthog.
It has grown in the last year to about 4,000 monthly active users. I think it could grow way beyond that this year.
Popularity: 424 points | 265 comments
2. Show HN: Open-source AI video editor
URL: https://github.com/fal-ai-community/video-starter-kit
Author: drochetti
Description: Hey HN community! I'm one of the lead devs of this project at fal.ai and we created an open source lightweight video editor powered by the latest media AI models. The main goal was to tackle some challenges when dealing with complex media handling and encoding on the browser.
It all started as an internal experiment but as we tackled some of the issues it was clear there could be some value sharing it with the open source community.
Some of the key points and tech stack details:
- It uses IndexedDb, so all data is local (i.e. no auth, no cloud db)
- Multiple AI models for video, image, music and voice-over. APIs are provided by fal.ai
- Built with the typical React+Next.js, Shadcn front-end
- Used remotion.dev for the realtime video preview (this is such a great project, without it the codebase would be twice as large)
- File uploads so you can bring your own media by uploadthing.com
- ffmpeg for encoding the final video and also some ui tricks, like the audio waveform
We deployed a version of it and for now it's free to use. We do plan to add some rate limiting and a bring your own API Key next, but it's open source and I'm curious about what the community will build on top of it, or derive from it. Customize your own video app and if you do, please share.
If you have any questions, hit me up!
Popularity: 225 points | 34 comments
3. Show HN: libmodulor – An opinionated TS library to build multi-platform apps
URL: https://github.com/c100k/libmodulor
Author: pmdfgy
Description: Initially I started building this for my own projects. The main goal was to define a unified "blueprint" allowing me to develop multi-platform apps using the same code, without code generation. I wanted to be able to develop the same functionality on web, desktop, cli, server, mobile, whatever...
I've been able to achieve this by relying on TypeScript, a 4-layer architecture (UseCase => App => Product => Target) and dependency injection.
This mechanism allows me to use whatever tech stack I want, provided the good adapters are developed. For instance, I have pre-built ones : node express (server), next.js (server), node hono (server in alpha), node parseArgs (CLI), node stricli (CLI), react-web-pure (web with no CSS), react-native (mobile), node mcp server (anthropic MCP in alpha), etc.
The same goes with data storage : Postgres, SQLite, a txt file, whatever.
It also comes with auto testing and auto documentation.
Did I reinvent the wheel ? Probably on some aspects. Is it too much abstraction ? Probably as well. But I like the idea of modularity and portability.
That's why it's not made for everyone, nor all types of projects.
If you like testing new stuff, give it a try and feel free to ping me if needed, I'd love to help.
I'm aware the documentation is not state of the art yet. I wanted to focus on the "Getting Started" Guide to give a quick overview instead of going to deeply into the details.
Best,
Popularity: 47 points | 24 comments
4. Show HN: Mixlist
Author: dogancan
Description: built a web app that uses k-means clustering on artist genres (one or multiple) to automatically organize Spotify liked songs into playlists. clean UI.
you might have to click refresh playlists couple of times to get what you want. comments are appreciated. thanks!
Popularity: 33 points | 23 comments
5. Show HN: Compare 10 WYSIWYG editors side-by-side
URL: https://wysiwyg-editors.com/
Author: onassar
Description:
Popularity: 24 points | 9 comments
6. Show HN: Helicone (YC W23) – OSS LLM Observability and Development Platform
URL: https://github.com/Helicone/helicone
Author: justintorre75
Description: Hey HN, we're Justin and Cole, the founders of Helicone (https://helicone.ai). Helicone is an open-source platform that helps teams build better LLM applications through a complete development lifecycle of logging, evaluation, experimentation, and release.
You can try our free demo by signing up (https://helicone.ai/signup) or self-deploy with our new fully open-source helm chart (https://helicone.ai/selfhost).
When we first launched 22 months ago, we focused on providing visibility into LLM applications. With just a single line of code, teams could trace requests and responses, track token usage, and debug production issues. That simple integration has since processed over 2.1B requests and 2.6T tokens, working with teams ranging from startups to Fortune 500 companies.
However, as we scaled and our customers matured, it became clear that logging alone wasn’t enough to manage production-grade applications.
Teams like Cursor and V0 have shown what peak AI application performance looks like and it's our goal to help teams achieve that quality. From speaking with users, we realized our platform was missing the necessary tools to create an iterative improvement loop - prompt management, evaluations, and experimentation.
Helicone V1: Log → Review → Release (Hope it works)
From talking with our users, we noticed a pattern: while many successfully launch their MVP quickly, the teams that achieve peak performance take a systematic approach to improvement. They identify inconsistent behaviors through evaluation, experiment methodically with prompts, and measure the impact of each change. This observation shaped our new workflow:
Helicone V2: Log → Evaluate → Experiment → Review → Release
It begins with comprehensive logging, capturing the entire context of an LLM application. Not just prompts and responses, but variables, chain steps, embeddings, tool calls, and vector DB interactions (https://docs.helicone.ai/features/sessions).
Yet even with detailed traces, probabilistic systems are notoriously hard to debug at scale. So, we released evaluators (either via LLM-as-judge or custom Python evaluators leveraging the CodeSandbox SDK - https://codesandbox.io/docs/sdk/sandboxes).
From there, our users were able to more easily monitor performance and investigate what went wrong. Did the embedding search return poor results? Did a tool call fail? Did the prompt mishandle an edge case?
But teams would still edit prompts in a playground, run a few test cases, and deploy based on intuition. This lacked the systematic testing we’re used to in traditional software development. That’s why we built experiments (similar to Anthropic's workbench but model-agnostic) (https://docs.helicone.ai/features/experiments).
For instance, when a prompt generates occasional rude support responses, you can test prompt variations against historical conversations. Each variant runs through your production evaluators, measuring real improvement before deployment.
Once deployed, the cycle begins again.
We recognize that Helicone can’t solve all of the problems you might face when building an LLM application, but we hope that we can help you bring a better product to your customers through our new workflow.
If you're curious how our infrastructure handled our growth:
Our initial architecture struggled - synchronous log processing overwhelmed our database and query times went from milliseconds to minutes. We've completely rebuilt our infrastructure with two key changes: 1) using Kafka to decouple log ingestion from processing, and 2) splitting storage by access pattern across S3, Kafka, and ClickHouse. This was a long journey but resulted in zero data loss and fast query times even at billions of records. You can read about that here: https://upstash.com/blog/implementing-upstash-kafka-with-clo...
We'd love your feedback and questions - join us in this HN thread or on Discord (https://discord.gg/2TkeWdXNPQ). If you're interested in contributing to what we build next, check out our GitHub.
Popularity: 23 points | 3 comments
7. Show HN: I made Tinder, but for side hustlers
URL: https://www.devmarket.pro
Author: dcraciun
Description: Hey HN,
This is DevMarket, a platform connecting technical and non-technical people to work on side projects together.
You swipe right until you find a profile that resonates with you, use tools to evaluate them, and start a project with clear agreements in place.
It’s designed as an end-to-end solution for cofounder matching, and our motivation is to make cofounder finding easy for everyone.
I hope you enjoy it. Would love your feedback
Daniel
Popularity: 14 points | 6 comments
8. Show HN: ETF Comparison – See Correlation, Overlap, and Holdings
URL: #
Author: jjmaxwell4
Description: Hey HN,
We recently launched a tool to compare ETFs that I wanted to share with the HN community. I've always found it difficult to quickly contrast important metrics between ETFs and dig into holdings. Existing tools are usually behind paywalls and provide limited functionality.
We let you see side-by-side data like AUM, Yield, and Expense Ratio, but it also provides full holding details and correlation and overlap details as well.
Correlation Data: The tool shows you which stocks and ETFs are most correlated, uncorrelated, and inversely correlated with each ETF. This can be helpful for understanding diversification and risk. We calculate this based off 1 year daily prices, using the pearson correlation method.
Holdings Overlap: You can see how much of one ETF's holdings are also in another ETF. This can help you identify ETFs that are essentially duplicates, or find ETFs that offer true diversification.
I'd love to get your feedback. There is no signup required and the tool is free to use.
https://double.finance/p/research/etf-comparison/
Examples: SPY vs QQQ is 94.5% correlated, and had 48% overlap in their holdings: https://double.finance/p/stock/QQQ/SPY VOO vs VUG is 94.7% correlated, and has 56% overlap in their holdings: https://double.finance/p/stock/VOO/VUG ARKK vs QQQ is 73.2% correlated, with only 10% overlap: https://double.finance/p/stock/ARKK/QQQ
Popularity: 13 points | 4 comments
9. Show HN: OpenCharacter – open-source, uncensored CharacterAI
URL: https://opencharacter.org/
Author: bobcoi
Description: I made an open source alternative to c.ai using OpenRouter and recreating the old site's UI that people were missing.
code: https://github.com/bobcoi03/opencharacter/
Have nearly all feature parity like regenerates, personas, etc.
Popularity: 12 points | 0 comments
10. Show HN: I Wrote an Open-Source Alternative to OpenAI Operator – For Any LLM
URL: https://github.com/browser-use/browser-use
Author: MagMueller
Description: Hey HN,
I built browser-use, an open-source alternative to OpenAI’s Operator for browser-use systems, and here’s why I think it’s better:
Flexibility: You can use any LLM with our tool – Gemini, Anthropic, Qwen, Llama, DeepSeek, and more. As new models improve, so does your agent.
Open Source: No need to pay $200/month or endure long waitlists – it’s free and accessible to everyone today.
Custom Automation: Our Python package allows you to build actual web automations. Your LLM can gain new tools, like file uploads.
Cost: Our system is 30x cheaper than Operator, e.g., when used with DeepSeek. Some models are even free, like Qwen or gemini-2.0-exp.
Why it’s different from Operator:
Usability: While Operator’s safety system is impressive, it often sacrifices usability. For example, their demo required logging in and email authentication – our tool connects seamlessly to your real browser.
Full DOM Access: Unlike Operator’s vision-only approach, we process the entire DOM. If you want to extract hidden elements like links or large lists, we handle that directly in the input. Vision will never do that.
Performance: We’ve already outperformed them on one benchmark, WebVoyager. Current benchmarks favor simple interactions, and we’re designed for much more.
Who this is for: Developers who want to build automation or connect AI to the browser.
Check out our browser-use GitHub repo.
I would love feedback on how this fits into your workflows and what is needed for production readiness.
Looking forward to your thoughts!
Popularity: 10 points | 2 comments
11. Show HN: I built a convenient way to get the most out of the Bible
URL: https://www.scripturia.com/
Author: Gabefox91
Description: I use AI while reading the Bible and I suspect others do too. It's helpful whether you're struggling with the Elizabethan English, or want added context/want to know what theologians say about a passage.
So I thought, why not make the AI come to you?
TIA for any feedback!
Popularity: 8 points | 2 comments
12. Show HN: Open Computer Use
URL: https://github.com/e2b-dev/open-computer-use
Author: mlejva
Description: Hi everyone, I'm Vasek (https://x.com/mlejva), the CEO of the company behind this - https://e2b.dev. The company is called E2B. We're an open-source (https://github.com/e2b-dev) devtool that makes it easy to run untrusted AI-generated code in our secure sandboxes. You can think of us as coding runtime for LLMs. You can self host us on GCP (https://github.com/e2b-dev/infra/blob/main/self-host.md) and we're working on AWS, then Azure, and any Linux machine.
This repo is one of our open-source projects that we're releasing to show developers what they can build with E2B. We used our sandboxes that are powered by AWS's Firecracker and gave them GUI with Linux. At the same time we made it easy to control this cloud computer with our Desktop SDK (https://github.com/e2b-dev/desktop). Essentially building a virtual desktop computer for AI and we gave it to LLMs to control it. Here's a demo we showed at an event - https://x.com/tereza_tizkova/status/1878834392891838556
We think computer use is still highly experimental but it feels sort of similar like AI codegen in early 2023. You see the sparks but it's not there just yet. However, we wanted to research if open-source LLMs could at least get some results. Here we're using Llama 3.2, Llama 3.3, and an OS-Atlas as a base model (fine-tuned Qwen).
If you have any questions, happy to answer them!
We're also hiring! If you're a fullstack engineer, distributed systems engineer, AI engineer, product designer, or GTM person and based in SF send me a hello to vasek @ e2b.dev!
Popularity: 9 points | 1 comments
13. Show HN: Start Speaking Japanese Now
URL: https://japanesecomplete.com/asking-directions-01.html
Author: jpcom
Description:
Popularity: 5 points | 5 comments
14. Show HN: Nirbai – map first event platform
URL: https://nirbai.com?src=hn
Author: BoneLord
Description: One of my first projects after discovering the power of coding was to build an event aggregator in my city. The first version was very basic, built in python’s Tkinter. After moving to a bigger city where everything was new, the problem became a bit different. I didn’t know where all the venues were at, so I had this idea to put various events on the map. Since I was mostly interested in parties at that time we’ve also connected the events to Soundcloud API. That version didn’t live long. When I got older parties were not in my interest anymore. So when my companion showed me the vast amount of diverse events available on Facebook, we’ve restarted the project in a new form and design. Just before launching it, Facebook got in into the infamous data scandal which made them close the public facing event API. The whole app was dependent on it, so I just let it go… 7 years later, I decided to revive it. Here it is today with numerous cities and events including the music player: nirbai.com
On the top you can select cities, categories and time of the day. In the bottom left you have the music player with venues (accessible in landscape view on mobile). You can switch between tracks, artists and venues (events). If you share your location, it will sort in the events based on your proximity. You can also search in specific area after clicking on one of the events on the map. Saved events currently only live in localStorage, no cross device support. One can also do text based search for finding specific keywords in event descriptions. Hint: you can also search by zipcode.
Looking forward to your thoughts!
Popularity: 8 points | 0 comments
15. Show HN: I'm Building an Alternative to Figma
URL: https://octo.coffee
Author: jszersze
Description: I'm building Octo because I needed a tool that combined Figma’s collaboration with Illustrator and Photoshop’s tooling. As a developer, I wanted something that supports both the technical and creative sides of UI/UX design. Octo is cross-platform and built to simplify workflows for people who code and design.
Popularity: 4 points | 4 comments
16. Show HN: A new native app for 20 year old OS X
URL: https://uppercut.chadbibler.com
Author: chadkeck
Description: A few of us here are probably familiar with the original Xbox modding scene and the iconic xbins FTP server. Recently, I came across an amazing tool called Pandora by Team Resurgent [0], which got me thinking about how incredible something like this would have been 20 years ago. Just to clarify, I had no involvement in creating Pandora—I’m just inspired by their work.
For those who aren’t familiar, getting access to xbins involves a rather dated process. You need to connect to a channel on an EFnet IRC server, message a bot for temporary credentials, then plug those credentials into your FTP client to access xbins. Pandora (and my app) simplifies this entire workflow into a single click.
Inspired by Pandora, I decided to build my own take on what this dream tool might have looked like back in the day. I wrote a native Mac app on original hardware—an Intel iMac (20-inch, 2007)—running a 20-year-old operating system, Mac OS X 10.4 Tiger.
This was my first foray into native Mac app development, though I’ve done some iOS development in the past. The result is Uppercut [1], and the source is available on GitHub [2].
For the development process, I used Claude to help with a lot of the coding, especially since I was constrained to Xcode 2.5 and the pre-“Objective-C 2.0” features available at the time. I had to be very specific in prompting Claude to avoid newer features that didn’t exist back then. Since the majority of Objective-C code out there comes from the era of iOS development (which relied heavily on Objective-C 2.0 until the arrival of Swift), this was a unique and challenging exercise in retro development.
[0] - https://github.com/Team-Resurgent/Pandora [1] - https://uppercut.chadbibler.com [2] - https://github.com/chadkeck/Uppercut
Popularity: 7 points | 0 comments
17. Show HN: Wrote my own programming language
URL: https://github.com/KhushPatibandha/Kolon
Author: KhushPatibandha
Description: Hi! I am Khush, i wrote a programming language and it's called kolon. it is a strongly and statically typed interpreted language. This is my first time making something like this and would appreciate if you can have a look
Popularity: 4 points | 2 comments
18. Show HN: I built an AI Agent for WordPress
Author: florianbansac
Description: Hey HN,
I developed an AI Agent for WordPress, to generate titles, write articles, review them to improve quality, and post content to WP (with SEO best practices) in bulk or with a recurrent schedule. It can manage multiple websites.
Relying on GPT4o-Mini, I have used it locally for 6 months and Google is quite happy.
Now I released it as a Saas. If you can give it a try, I’d love your feedback. There's a 14-day money back if it doesn't work.
Thanks
Popularity: 3 points | 3 comments
19. Show HN: NYCerebro, semantic search of NYC traffic cams (written by v0)
URL: https://nycerebro.vercel.app/
Author: yeldarb
Description:
Popularity: 4 points | 2 comments
20. Show HN: UK Tiny House Marketplace Built with tRPC and TypeScript
URL: https://tinyhousegrove.co.uk/
Author: tinyhousegrove
Description: Hi all, I created a marketplace for tiny homes in the UK during evenings/weekends. As a solo dev, using tRPC was game-changing - lets me ship features crazy fast with full type safety. It's currently in beta testing, would appreciate any feedback :)
Popularity: 3 points | 3 comments
21. Show HN: TextAI – Native SMS AI assistant for individual and group chats
Author: RushiSushi
Description: Hey HN community! Like many of you, I spend most of my day in text conversations. One day I found myself switching between group chats and various AI apps, and thought, why can't AI just live where we already chat?
So I built TextAI. It's an AI that works right in your SMS app. No new app to download, no platform to learn.
Just text +15626840069 to start chatting or add it to any group chat!
The tech and stack details:
- Native SMS/MMS integration with context management across conversations
- Handles multiple participants, learns group preferences, and scales for concurrent chats
- Able to converse in multiple languages
- Built with Twilio on top of a foundational LLM model, plus building my own domain logic on top
Some cool things people have used it for:
- A group of my friends used it to plan a weekend trip to Las Vegas last week. It was their first time there. They used it to get suggestions on the must-do activities, casinos to play at, and finding restaurants that worked for vegetarians and meat lovers.
- A high school student showed the power of AI and started a group chat with their grandpa! - my personal fav
- A couple who used it to find new hiking trails around where they live without arguing for their preferences
I built this because I believe AI should be accessible through existing communication channels, not locked in new apps. It should be accessible to all, and frankly, it's important to keep things simple.
Hope you find it useful, and I would love your feedback, the good and the bad!
Thank you for reading!
Popularity: 6 points | 0 comments
22. Show HN: An AI Summarizer That Goes Beyond TL;DR – Extract Insights
URL: https://grasp.info/tools/ai-summarizer
Author: SophonTuring
Description: As a data insights guy, I got tired of surface-level summaries that strip away nuance. Most tools just chop text down – I wanted something that helps me understand.
So I built a summarizer that:
- Supports multiple formats (text, PDFs, images, presentations)
- Extracts core insights and logical frameworks Generates interactive mind maps
- Completely free
The goal: Help people like me quickly spot lousy content and rapidly comprehend complex material. Not skimming – real understanding.
Popularity: 2 points | 3 comments
23. Show HN: Factory Icon – SVG Icon Generator
URL: https://www.factoryicon.org/
Author: doruletzz
Description: Hi everyone! I made Factory Icon, a tool that helps you create SVG icons using AI. It’s super easy to use and great for designers or anyone who needs icons fast.
We’re in closed beta, so you can join now by signing up on the site: https://factoryicon.org
I’d love to hear your feedback!
Popularity: 2 points | 2 comments
24. Show HN: Draw 1-bit pixel art every day
URL: https://1-bit.day
Author: dvzgrz
Description: Hello :)
I'm David and for this 2025 I wanted to start an habit to learn pixel art. Particularly 1-bit (my favorite).
I tried to find an app or something to do a kind of challenge to self-motivation, but I didn't find anything... So I created my own website for the challenge.
If you want, you can join the challenge and create a gallery. It started 1st of January and (at the moment) there are prompts until 30th of March... But you can start since the beginning in any moment!
Thank you :)
Popularity: 2 points | 2 comments
25. Show HN: Print-less debugging of Python code
URL: https://github.com/elem-app/pled
Author: kkaatii
Description: I got roasted bad on r/Python for posting this toy project so I wanted to see broader responses.
pled is a library that traces your Python program's execution with zero instrumentation code.
Just run your module/function using pled's executor and it will collect runtime data at special tracepoints like function entry, exit, etc. and generate a report in JSON or sequence diagram.
It's like pdb/logging/PySnooper without bothering you to set up and clean up debug code.
Popularity: 3 points | 1 comments
26. Show HN: SaasKit – A Next.js SaaS Boilerplate with AI, shadcn/UI and stripe
Author: dragssine
Description: Hey HN,
I've built SaasKit, a modern SaaS boilerplate using Next.js 14. It includes authentication (NextAuth.js), Stripe payments, and AI integration. The goal is to help developers quickly launch production-ready SaaS apps with minimal setup.
Key features:
Authentication (Google, Credentials) Stripe for payments TailwindCSS & shadcn/ui for UI TypeScript for type safety Server Components & Edge Runtime for performance
Popularity: 4 points | 0 comments
27. Show HN: Voice-Pro – Now More Powerful and Easier to Use
URL: https://www.youtube.com/watch?v=Wfo7vQCD4no
Author: abuskorea
Description: We’ve made major updates to Voice-Pro to simplify all your voice cloning tasks.
Whether you’re a content creator, developer, or audio enthusiast, this tool equips you with intuitive features to push the boundaries of voice transformation.
Key Updates and Features
- Support for Gradio 5.x and yt-dlp: Enjoy an improved web interface and enhanced YouTube video downloading capabilities.
- AI-Cover Support: Modify voices freely with ease. Download voice models (e.g., from Discord's AI Hub) and create realistic voice synthesis or AI covers.
---
Core Capabilities
1. Speech Recognition, Translation, and Text-to-Speech:
- Leverages OpenAI-Whisper, Faster-Whisper, and Whisper-Timestamped for seamless speech-to-text conversion.
- Supports Multi-Language translation and text-to-speech (TTS) via Google Translator and Edge-TTS.
2. Zero-Shot Voice Cloning:
Generate realistic voices using E2 & F5-TTS engines.
- With just 15 seconds of sample audio, you can unlock incredible voice replication capabilities.
Includes 50+ celebrity voice models for rapid cloning.
3. Hassle-Free Installation:
- One-click setup via a simple Windows batch file. It’s fully portable and easy to remove.
---
Demo Videos
- Getting Started Tutorial: [YouTube](https://youtu.be/z8g8LMhoh_o)
- Podcast Creation Demo: [YouTube](https://youtu.be/Wfo7vQCD4no)
- Multilingual Dubbing Examples: Check out examples that highlight our multilingual dubbing capabilities (supports over 100 languages):
- Original Content: [YouTube](https://youtu.be/ZtyhrZHbW0Y)
- English Dubbing: [YouTube](https://youtu.be/CA4WYdkJrkQ)
- Spanish Dubbing: [YouTube](https://youtu.be/hSEe0trPtnQ)
- Chinese Dubbing: [YouTube](https://youtu.be/qwExW2sReNc)
---
Why Choose Voice-Pro?
Voice-Pro offers a powerful yet user-friendly solution for voice manipulation. It’s designed to unlock creative possibilities for content creators, developers, and curious innovators experimenting with voice technology.
GitHub: Learn more and download here: [Voice-Pro GitHub](https://github.com/abus-aikorea/voice-pro)
---
previous post: https://news.ycombinator.com/item?id=42261909
Popularity: 3 points | 1 comments
28. Show HN: A kid-oriented "Learning Python" site
URL: https://learnpy.dev/
Author: finnigja
Description: Built for my kids... might be useful for others?
Intended for laptop/desktop use, not for mobile. Uses Pyodide to execute all the code in the user's browser.
Content in the later sections is still a bit work-in-progress. Not sure what I'll do with it next, feedback appreciated!
(The first section is just multi-guess questions as part of the introductory content. Try any other section to get the full in-browser-code-execution experience.)
Popularity: 2 points | 1 comments
29. Show HN: Nodify – I built this because folders are where notes go to die
URL: https://nodify.app
Author: danamakes
Description: I was frustrated with how my notes became digital graveyards, so I built Nodify in my spare time. It automatically generates knowledge graphs from live meetings, research PDFs, and YouTube videos.
Free, Open source (MIT) and uses Whisper API for transcription.
Built with Node/Vue/Electron. Would love feedback from fellow makers.
All data is stored locally and your OpenAI key is encrypted and never stored in the cloud. It is a locally running Electron app.
Demo: https://nodify.app/ Repo: https://github.com/appliedUI/nodify
Popularity: 3 points | 0 comments
30. Show HN: LINQ – Resource Platform for Developers
URL: https://getlinq.io
Author: JoeHillyard
Description: Something I built in my spare time - a collection of software products, articles, podcasts & videos, updated daily. Any feedback would be appreciated!
Popularity: 3 points | 0 comments
31. Show HN: Suno.com Songs On Any Discord Server
URL: https://github.com/stefanionescu/suno-music-discord-bot
Author: dr__stoney
Description: A couple months ago I made a scraper for suno.com that can create and download songs. It worked well so I decided to build a Discord bot on top and allow my server members to make music.
The bot accepts images, short videos and text as input. You pick a genre and vibe and the bot will log into one of your Suno accounts and do its job.
Ideally you create 5-10 Suno accounts so you can parallelize song creation. Also, you'll need a Twilio account for OTP verification. I tried several other providers but none besides Twilio allowed OTPs.
There are three repos you need to deploy:
https://github.com/stefanionescu/suno-music-discord-bot https://github.com/stefanionescu/suno-music-lambda https://github.com/stefanionescu/suno-music-scraper
The bot calls Lambda which then triggers a Fargate task that does the actual song creation and download.
Hit me up if you need help with the setup! Btw, I build all kinds of consumer apps/projects and am looking for a cofounder in SF or London to team up for my next project.
Enjoy :)
Popularity: 2 points | 1 comments
32. Show HN: The One-Step AWS Network Orchestrator – Simplify Cloud Networking [video]
URL: https://www.youtube.com/watch?v=kX5Ojo4cvGQ
Author: LogLeads
Description: Network Address Translation can be set up in one simple step—no more tinkering for hours or dealing with hidden costs. Here's how: Deploy NAT autoM8 and follow the automated setup to establish your VPC That's it! Enjoy Seamless Connectivity: Experience reliable and cost-effective NAT services for your private AWS systems. Enjoy fast automatic failover and dynamic scalability Save up to 97% compared to traditional NAT services No hidden fees or surprise charges More about NAT autoM8 https://www.logleads.com/natm8 #AWS #CloudComputing #NetworkingSimplified #Serverless #TechInnovation #Automation #CostSavings #DevOps #ITInfrastructure #CloudSolutions #DigitalTransformation #TechEfficiency #Scalability #Innovation #CloudNetworking #NetworkAutomation #AWSNAT #TechTips #ITSolutions #CloudOptimization
Popularity: 2 points | 1 comments
33. Show HN: TalkNotes – Simplify notes, tasks, and flashcards with audio
URL: https://www.talknotes.tech/
Author: adsasdsad
Description:
Popularity: 2 points | 0 comments
34. Show HN: I made a state management library
URL: https://github.com/duriantaco/neutrix
Author: greedydurian
Description: Hello devs, I made a new state management library thats pretty flexible and quite lightweight. The motivation for this was, I was going through some really old codes from redux quite some years ago and I couldn't even understand what I was writing. There was too much boilerplate and I tried Zustand. It's really good but I thought I could try my hand at making something relatively easy to use but as powerful as Redux without all the complexities. I hope you'll give me some feedback. Thank you :)
Popularity: 2 points | 0 comments
35. Show HN: Translate MS Word Documents with ChatGPT keeping formatting and images
URL: https://ai-translate.online/
Author: averagGPRSnjoyr
Description: It translates MS Word (.docx) document keeping formatting, images and everything as in original file.
Currently supporting GPT-4o and GPT-4o-mini models for translation, now adding support for Claude Sonnet.
Also later added support for plaintext .TXT files, and now working to add .EPUB (v3) ebooks.
Popularity: 2 points | 0 comments
36. Show HN: I made a script to automate removing your Twitter/X followers
URL: https://github.com/popey/twitter-defollower
Author: popey
Description: I wanted a way to get my old Twitter account down to zero following and zero followers. I removed all the people I follow a while back, but couldn't find a quick, free and easy way to remove the people following me.
I didn't want to pay for API access just for this. So I wrote a Python "bot" that uses Selenium to act like a human, clicking the "remove follower" button. I was (mildly) surprised how easy it is to make something that can fake being a human on Twitter. It has delays to reduce the likelihood it will trigger anti-bot detection on their end.
I left it running overnight on a spare laptop, and my follower count went from 16K to 8K. So in theory, it'll hit zero tomorrow if I leave it running.
No doubt it might break at some point, but it works for now. YMMV
Popularity: 2 points | 0 comments
37. Show HN: I made voice operated todo lists with Gemini Flash 2.0
URL: https://tinytalkingtodos.com
Author: ojschwa
Description: The goal of this app is to be a simple datastore for all the details a family might need to manage in a given week — meal plans, pickup rosters, date night ideas, shopping lists — everything in one place, organized into simple, purpose-built lists. It’s my take on what Apple Intelligence could be.
Ordinarily, an app like this would be tedious to use, how do you find your todo on 50+ todo lists? This is where you can leverage multimodal AI, like Gemini Flash 2.0, users can query with their voice what they're after, the whole store can fit in context. All the data is cached in the browser thanks to https://tinybase.org/ and synced via Cloudflare's durable objects.
The lists themselves are all generated by Claude Sonnet 3.5, and you can create new ones in the app to capture any routines or tasks you like. They’re similar to GPTs from OpenAI — you can give them custom instructions that affect how they interpret instructions or modify the lists. You can also pair lists, transforming one list’s data into another, like converting a recipe into a shopping list.
You can try it out without creating an account, bring your own API keys, and all data is stored in localStorage on your device until you upgrade.
Popularity: 2 points | 0 comments
38. Show HN: I made an iOS app to find me recipes based on items in my fridge
URL: https://apps.apple.com/us/app/my-kitchen-suggest-recipes/id6739953756
Author: theykk
Description: I always struggle to find what to cook and I got tired of following random recipes that requires me to buy different ingredients. That is why I build an IOS app to help me find recipes that I can make with items that I have in my fridge. If you want to use app you can find in app store with "My Kitchen - Suggest Recipes"
Popularity: 2 points | 0 comments
39. Show HN: Next Idea NewTab – A dev's new tab with project ideas and bookmarks
URL: https://chromewebstore.google.com/detail/next-idea-newtab/gneedaehihepidbpdenhmlmgpdaiaepo
Author: weijunext
Description: Next Idea NewTab transforms Chrome's new tab into a developer-focused dashboard that combines project inspiration, GitHub trends, and bookmark management.
What it does:
- Shows curated side project ideas and startup opportunities
- Displays real-time GitHub trending repositories
- Manages development bookmarks
- Privacy focused, stores data locally
Tech stack:
- Built with React + TypeScript + Tailwind
- Uses Plasmo framework for Chrome extension
- Supabase & MongoDB for backend
I built this because I spend a lot of time exploring open source projects and using various dev tools daily. Having everything in the new tab makes my workflow more efficient. Would love feedback from the HN community.
Popularity: 2 points | 0 comments
40. Show HN: Photo to Video AI – Experimenting with motion diffusion models
Author: AndrewBBoo
Description:
Popularity: 1 points | 1 comments
41. Show HN: I made a boxen library for Python (inspired by sindresorhus)
URL: https://github.com/itsmeadarsh2008/boxen
Author: itsmeadarsh
Description: A simple, fast, dependencyless and intuitive library for creating boxes in the console
Popularity: 2 points | 0 comments
42. Show HN: AI Colorizes Old Photos – Aicolor.art
Author: zameer_
Description: This AI tool colorizes black-and-white photos in seconds! Just upload your image, and it brings your memories to life with realistic colors. No signup, no hassle—just vibrant results. Try it here: https://www.aicolor.art
Popularity: 2 points | 0 comments
43. Show HN: I built a tool to rename images based on their content
URL: https://magic-rename.com/
Author: jhlrd
Description: Hey everyone,
A few weeks ago, while working on a personal project I needed to rename images based on their content, but I couldn’t find a tool that matched my needs. So, I decided to create a small program to do just that.
I figured this might also be useful for others, so I put the first version of the service online.
This is still a beta version, so if you have any feedback, suggestions, or if you encounter any bugs, I would really appreciate hearing from you so I can improve the tool.
If you’re interested, here’s the link. Thanks for your attention and any feedback you might have!
Popularity: 2 points | 0 comments
44. Show HN: I made an extension that turns Google Sheets into Google Slides
URL: https://workspace.google.com/marketplace/app/botsheets_ai_content_generator/401292491579
Author: jbarks73
Description:
Popularity: 1 points | 1 comments
45. Show HN: Diago/Sipgo New Releases
Author: emiago123
Description:
Popularity: 1 points | 1 comments
46. Show HN: MakerTime – Measure Deep Work via screen activity fed into an LLM
Author: tleyden5iwx
Description: This is basically a fitness tracker for your Deep Work patterns, to help you measure and optimize your focus. It's similar to tools like Rize.io and RescueTime, but tries to go a bit deeper and looks at the actual content on your screen rather than just what apps you're running.
You define what "deep work" means to you, and it will run in the background, capture your screen activity, and submit it to an LLM for a score.
You can set daily Deep Work goal targets and be notified when you reach those targets.
I'm taking a privacy-first approach, and it uses a local LLM by default (llama3 running in ollama), and no data ever leaves your machine.
Popularity: 2 points | 0 comments
47. Show HN: I built a free and open source minimalist launcher for Android
URL: #
Author: v123l
Description: Created a minimalist launcher for personal use. After using it as my daily driver, I slowly start removing all the distracting and unnecessary apps and reduced installed apps on my phone from 125 to 47 currently. A minimal launcher is not for everyone but using it greatly decreased my phone usage and saved a lot of time. The app recently reached 1000 downloads on the play store. So decided to share it here with everyone. Feedback is most welcome.
Thank you
Github: https://github.com/VaibhavLakhera/minimo
Play store: https://play.google.com/store/apps/details?id=com.minimo.lau...
Popularity: 1 points | 1 comments
48. Show HN: I Built an Open-Source RAG API for Docs, GitHub Issues and READMEs
URL: https://github.com/ragpi/ragpi
Author: eleven-five
Description: I’ve been working on Ragpi, an open-source AI assistant that builds knowledge bases from docs, GitHub Issues, and READMEs. It uses Redis Stack as a vector DB and leverages RAG to answer technical questions through an API.
Some things it does:
- Creates knowledge bases from documentation websites, GitHub Issues, and READMEs
- Uses hybrid search (semantic + keyword) for retrieval
- Uses tool calling to dynamically search and retrieve relevant information during conversations
- Works with OpenAI or Ollama
- Provides a simple REST API for querying and managing sources
Built with: FastAPI, Redis Stack, and Celery.
It’s still a work in progress, but I’d love some feedback!
Repo: https://github.com/ragpi/ragpi
API Reference: https://docs.ragpi.io
Popularity: 2 points | 0 comments
49. Show HN: Senior Slack Engineer Built a Natural Language Search Real Estate App [video]
URL: https://www.youtube.com/watch?v=hpDhwPiWv7U
Author: haynesben
Description:
Popularity: 2 points | 0 comments
50. Show HN: Google Translate for Code
Author: ata_aman
Description:
Popularity: 2 points | 0 comments
51. Show HN: I create a Mac app for activity tracking and smart break reminders
URL: https://apps.apple.com/us/app/time-tracker-focus-cly-bear/id6739894345?mt=12
Author: defcc
Description: I built CLY Bear to help Mac users track their computer activity and maintain healthy work habits. It runs quietly in the background, automatically monitoring mouse/keyboard activity without any manual input needed.
Key features:
- Effortless tracking: Automatically monitors mouse and keyboard activity without manual input
- Clean, intuitive dashboard for real-time activity monitoring
- Converts your digital activity into real-world distance: Your mouse movements and keystrokes are calculated into real kilometers/miles traveled
- Track your bear's journey: Each day's activity creates a unique postcard showing your bear's adventure based on the actual distance covered
- Smart break reminders: Unlike fixed-time reminders, CLY Bear analyzes your real-time activity patterns to suggest breaks
- Detailed insights: Real-time dashboard and comprehensive daily/weekly/monthly reports
- Light and native: Built specifically for macOS with minimal resource usage
- Privacy-first: All data stays local on your machine
It's free to download on the Mac App Store: https://apps.apple.com/us/app/time-tracker-focus-cly-bear/id...
I built this because I wanted a simple, unobtrusive way to understand my computer usage patterns and remember to take breaks. Would love to hear your thoughts and feedback!
Popularity: 2 points | 0 comments
52. Show HN: Tinder Meets Shark Tank: AI Matching for Entrepreneurs and Investors
URL: https://www.aloangels.me/
Author: dave420
Description:
Popularity: 1 points | 1 comments
53. Show HN: I made a Python package for sandboxing code
URL: https://runno.dev/articles/sandbox-python
Author: benno128
Description:
Popularity: 2 points | 0 comments
54. Show HN: TransAct, An open-source robot fleet management dashboard
URL: https://github.com/transitiverobotics/transact
Author: chfritz
Description: We are excited to announce transAct, an open-source dashboard template for robot fleet management!
Why We Built It
Robotics companies with fleets of more than a handful of robots need web dashboards to monitor and operate their fleets. They enable non-engineers to monitor, triage and sometimes fix issues in the field, which is required for operational efficiency and to free engineers from daily interruptions. This is particularly important with a RaaS business model. But who builds these dashboards? Engineers are already spread thin due to the large number of aspects of robotics they need to attend to (hardware, firmware, drivers, robotics stack, cloud, web) so building their own web dashboards from scratch is challenging, especially since the skills required for web development are quite different from the rest of the robotics software stack.
At Transitive Robotics we see it as our mission to enable robotics companies to build their own fleet management systems quickly and easily. We’ve already developed a number of capabilities (https://transitiverobotics.com/caps/) like webrtc video streaming and remote teleop that robotics companies can install on their robots and integrate into their own dashboards. But many companies, especially smaller ones, don’t yet have web dashboards for fleet management of their own. This is why we created transAct.
Purpose
TransAct serves multiple purposes:
1. Provide a starting template for companies to build their own fleet management dashboards,
2. Serve as a reference implementation showing how to integrate Transitive capabilities into such dashboards, and
3. Show how you can use the ROS Tool React API to interact with ROS directly from the web (while avoiding the shortcomings of rosbridge + roslibjs) and the Transitive SDK to get full programmatic access to all the data provided by these capabilities.
Current Features
In the current version transAct already embeds several capabilities:
- Remote Teleop, to control your robot with low-latency video from anywhere in the world,
- Terminal, for web-based shell access without the need for a VPN,
- ROS Tool, for subscribing to ROS topics from the web, used to show robot pose, battery, and charging status in our example, and make ROS service calls,
- Configuration Management, for editing config files on your fleet hierarchically (with fleet defaults and robot specific overwrites), and
- Health Monitoring, for monitoring device diagnostics and aggregated fleet diagnostics.
We invite you to fork transAct and extend it to meet your needs and we’d love to hear your feedback and questions, either here or on our Slack community (https://transitiverobotics.com/slack).
Popularity: 2 points | 0 comments
55. Show HN: Visualize spot instance price fluctuations and AZ-level trends
URL: https://spot.cloudpilot.ai
Author: lynn_xx
Description:
Popularity: 2 points | 0 comments
56. Show HN: NextCarAI – AI that imagines your next-gen car design
Author: namstyle
Description: Hi HN! I built NextCarAI as a personal experiment to see how AI might generate futuristic or facelift designs for popular car brands. Right now it covers 80+ brands—from muscle cars to EVs—and you can instantly create custom concepts.
It's free for a month. I’d love your feedback on the user experience or how to improve the AI results. Sometimes it's surprisingly realistic; sometimes it's hilarious. Let me know what you think—thanks!
(Feel free to share your favorite concept results, or any bug reports.)
Popularity: 1 points | 0 comments
57. Show HN: Crop and Resize Image
URL: https://cropresizeimage.pages.dev/
Author: eddieweng
Description:
Popularity: 1 points | 0 comments
58. Show HN: A daily trivia website with a leaderboard (to see who's the fastest)
URL: https://www.feedscope.xyz/
Author: VulcanWM
Description: Hey,
I just built a daily quiz website where:
- You answer one random quiz every day.
- Compete with streaks and climb the leaderboard.
- First 99 people get more points based on speed (like Advent of Code).
Popularity: 1 points | 0 comments
59. Show HN: I made a simple calendar scheduling tool
Author: automas_prime
Description: I wanted to have a few projects on my belt for job applications, I decided to build a calendar scheduling app, still rough around the edges but does the job, just unkomplikated calendar scheduling
Popularity: 1 points | 0 comments
60. Show HN: Marketing Budget Calculator
URL: https://founderpal.ai/marketing-budget-calculator
Author: danfounderpal
Description:
Popularity: 1 points | 0 comments
61. Show HN: A simple web-app for learning a script/monologue
URL: https://github.com/HarryNash/learn-a-script
Author: shinobi1124
Description: Hello HN,
When I started learning speeches I found the most relaxing way to learn them was writing them out from memory. But sometimes I would write them out wrong and not notice my mistakes, eek. So I wrote this app that will highlight any mistakes I make so that I can correct them.
Let me know if it makes sense or if it's useful to you.
Popularity: 1 points | 0 comments
62. Show HN: 3D printing giant things with a Python jigsaw generator
URL: https://calbryant.uk/blog/3d-printing-giant-things-with-jigsaw-generator/
Author: naggie
Description:
Popularity: 1 points | 0 comments
63. Show HN: A directory of maps about famous people's lives and special topics
Author: orkunbasaran_19
Description: Hi all!
I love traveling to places associated with people I admire, like historical figures, entrepreneurs, celebrities, musicians, or filming locations, etc. On my trips, I usually find myself researching houses and restaurants connected to certain intellectuals. I realized there are others with this same interest. That led me to create Maptale.
Maptale is a collection of maps covering the places where famous figures’ have lived, studied, visited, dined etc., or other themed spots. Think of it as “Netflix for maps”.
You can explore these maps on our website, and some are available in augmented reality too. Most are created with Auglinn (an AR app I co-founded earlier), allowing you to see markers appear in real life when you visit a location and use the app outdoors.
Some other maps are standard (like Google My Maps).
I used a no-code approach, so there may be a few issues, but it works well enough to explore and share maps. Users can also upload their own maps, and I plan to introduce a marketplace for them in the future.
I’m not sure if this will remain a hobby or evolve into something more, but my team and I will continue adding new maps.
I’d love any feedback or ideas on how to improve it, especially if you’ve got your own themed map ideas. Let me know what you think!
Popularity: 1 points | 0 comments
64. Show HN: I built a real-time location-sharing app for families and friends
URL: https://play.google.com/store/apps/details?id=com.safely360.techwizardlabs&hl=en_US
Author: perrii
Description: I built Safely360 as a lightweight, privacy-first location-sharing app for families and friends. It lets you share real-time locations, get notifications for arrivals/departures, and stay connected without the clutter or ads of bigger apps. I'm actively improving it based on user feedback—I would love to hear your thoughts!
Popularity: 1 points | 0 comments
65. Show HN: Qurania, Your Friendly AI Tutor
URL: https://play.google.com/store/apps/details?id=com.neuralworks.quran75&hl=en_US
Author: qurania
Description: Meet Qurania: Your AI-powered buddy for mastering Arabic! Play engaging games, Chat like a pro, Dive into Quranic stories, and ace interactive quizzes—all at your pace. Say goodbye to boring lessons and hello to fun, personalized learning!
We’re thrilled to introduce Qurania, an AI-powered tutor that makes learning Arabic as engaging as it is meaningful! Whether you're a complete beginner or looking to deepen your connection with the Quran, Qurania offers a unique learning experience packed with fun and value.
Why Qurania? Chat & Converse: Practice Arabic with your friendly AI tutor—ask questions, learn phrases, and enjoy interactive conversations. Dive into Quranic Stories: From Nuh (AS) and the great flood to Musa (AS) and Pharaoh, discover captivating narratives while enriching your vocabulary. Master Core Vocabulary: Learn the 75 most-used words in the Quran, unlocking over 50% of its sacred text. AI-Generated Visuals: Stunning illustrations bring Quranic stories to life, making learning vivid and memorable. Gamified Quizzes & Tools: Reinforce your knowledge with interactive quizzes and spaced repetition that keep you motivated. Personalized Progress: Track your learning journey and stay consistent with reminders tailored just for you.
Qurania isn’t just an app—it’s a transformative journey where spiritual enrichment meets effective language learning. Ready to make Arabic simple, engaging, and fun?
Popularity: 1 points | 0 comments
66. Show HN: Wonderpod – Turn newsletters/blogs into podcasts in 56 languages
URL: https://wonderpod.ai
Author: eschnou
Description: Wonderpod - https://wonderpod.ai
Automatically converts content from newsletter/blog into audio podcasts. Once setup it generates a new podcast for each new email/post it receives.
Key features:
- "Natural" (almost !) sounding dialogue between two voices
- Fully automated (no need to generate each episode individually)
- Support for 56+ languages
- Premium voices via ElevenLabs
Example:
- English: https://open.spotify.com/show/6guuJS8YZd6jDeqQ7JKW7Q
- French: https://open.spotify.com/show/0VId58TV7eno13b2p5KH59
- Dutch: https://open.spotify.com/show/3F26YHlTMVxLhd37y5P0Sw
Tech stack:
- Frontend: Built with Lovable (without them I wouldn't have been able to build this solo)
- Backend: Custom implementation (using copilot as a dear companion)
- AI: GPT-4o with a loooot of prompt engineering
- TTS: OpenAI and ElevenLabs
I'm a solo founder building this to help content creators reach wider audiences (and for me to play/learn on using AI within an app). Would love your feedback!
Popularity: 1 points | 0 comments
67. Show HN: I made a survey tool you can use in your app in minutes
Author: inhkjp
Description: Embedding survey tool you can setup in minutes. Super easy. Let me know what you think. Thanks!
Popularity: 1 points | 0 comments
68. Show HN: The Economics of owning an open-source Programming Language
Author: muragekibicho
Description:
Popularity: 1 points | 0 comments
69. Show HN: Flopsy, a [paid] tool to teach poker players about hand combinations
URL: https://flopsy.io
Author: FailMore
Description:
Popularity: 1 points | 0 comments
70. Show HN: Interviews from Hacker News Users
Author: cmdtab
Description:
Popularity: 1 points | 0 comments
71. Show HN: Solana Development with Load Balancing for Jito APIs
URL: #
Author: allynalford
Description: Developers, meet Backpac's Load Balancer for Jito APIs—the ultimate solution for high-performance Solana and Jito API interactions. Say goodbye to juggling multiple endpoints and hello to a single, unified RPC endpoint that simplifies integration, boosts reliability, and scales effortlessly.
Why You'll Love It:
Effortless Multi-Endpoint Access: Interact with both Solana and Jito seamlessly through one endpoint.
Dynamic Failover: Enjoy uninterrupted uptime with intelligent failover that switches nodes instantly during issues.
Low-Latency Transactions: Features like sendBundle and getInflightBundleStatuses ensure precision and efficiency for time-critical use cases.
Unified RPC Endpoint: Simplifies development and ensures efficient request distribution for both Solana and Jito.
How to Get Started: 1⃣ Add your Jito API endpoints. 2⃣ Create an API key with Jito enabled. 3⃣ Use the Backpac endpoint and API key to start building!
Get Started Now | https://www.backpac.xyz/jito-load-balancer
Popularity: 1 points | 0 comments
72. Show HN: Built a tool to analyze Bills in Congress and post concerns on x
URL: https://www.awra.ai/
Author: wcisco17
Description: You can analyze latest bills in congress using AI and get the AI to generate a post on X with your concerns.
Popularity: 1 points | 0 comments
73. Show HN: Free and open source library for AI object detection in GeoTIFFs
URL: https://github.com/uav4geo/GeoDeep
Author: pierotofy1
Description:
Popularity: 1 points | 0 comments
74. Show HN: Crux – GitHub-integrated project collaboration platform – New Features
URL: https://cruxapp.org
Author: zipqt
Description:
Popularity: 1 points | 0 comments
75. Show HN: Mockaton. Mock Your APIs, Enhance Your Development Workflow
URL: https://github.com/ericfortis/mockaton
Author: efortis
Description:
Popularity: 1 points | 0 comments
76. Show HN: Playwright page object model aware record and repl
URL: https://github.com/dnv-opensource/playwright-live-recorder
Author: mjgoeke
Description: I've recently made some huge improvements on this library.
Playwright is an automated testing library. This plugin is made to work with it when writing tests using Typescript.
It provides a page object model aware overlay on screen, and allows you to build your testing code base while the test is running and append to the test execution context while it's running.
It's made to allow extremely rapid iteration on automated tests.
Watch the video for a demonstration of its usage.
If you're familiar with Playwright or automated testing, please pull it down and try it out yourself.
Popularity: 1 points | 0 comments
77. Show HN: I Made a Form Autofiller
URL: https://www.aiautofiller.xyz/
Author: arahman4710
Description: Hey HN, I made a tool that automatically fills out forms on your web page. You can upload your own data sources and choose which ones to use to fill out the forms. Alternatively, you can choose another chrome tab to pull the data from to fill out the form on your current tab.
Check it out and let me know what you think!
Thanks!
Popularity: 1 points | 0 comments
78. Show HN: Person, Place, or Thing Game via ChatGPT
URL: https://chatgpt.com/g/g-67928a84ed44819198f525e118652f89-person-place-or-thing
Author: b_c_w
Description: I found it interesting that there weren't many other games out there leveraging custom GPTs. This is an early version, but it seems cool that it's a classic game that you couldn't really make before LLMs.
Popularity: 1 points | 0 comments
79. Show HN: GitHub-Hosted PyPI Index
URL: https://github.com/astariul/github-hosted-pypi
Author: astariul
Description:
Popularity: 1 points | 0 comments
80. Show HN: Transform Your Open Source Code with AI into Income
URL: https://www.license-token.com/
Author: rogerthirty
Description:
Popularity: 1 points | 0 comments
Conclusion
Today's Show HN roundup showcases a diverse range of innovative projects. From AI-powered tools to creative coding solutions, these projects reflect the dynamic nature of our tech community. Which project caught your attention the most? Let us know in the comments!
Tags: #ShowHN #TechInnovation #DeveloperProjects #AI Applications #Open Source Software