Show HN Today: Top Developer Projects Showcase for 2024-12-16
SagaSu777 2024-12-17

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

Summary of Today's Content

Today's Most Notable Products Analysis

Today's Product Highlight

  • Product Name: Savvy – Capture and Share CLI Workflows in Seconds
  • Key Innovation: Enables developers to easily document, share and automate command line workflows with features like command history capture, alias expansion, and sensitive information redaction

Quick Summary

  • Most Active Category: Developer Tools & AI Applications
  • Top Keywords: AI, CLI, Automation, Open Source
  • Most Popular Product: NCompass Technologies (32 points, 29 comments)

Today's Top 10 (by engagement)

  1. NCompass Technologies - AI Inference API (32 points)
  2. Savvy - CLI Workflow Tool (31 points)
  3. Autonomous AI Stock Market Agents (32 points)
  4. Only Fans - AI Generated Fan Images (10 points)
  5. Open-Source AI Templates (11 points)
  6. Static Blog Companion (9 points)
  7. Lightpanda - Headless Browser (5 points)
  8. SantaCard - AI Santa Messages (5 points)
  9. Graph-Based LLM Editor (5 points)
  10. Terraform Functions (4 points)

Technology Trends

  • AI/ML Integration
  • Developer Productivity Tools
  • Open Source Solutions
  • Browser Extensions
  • Automation Tools

Project Distribution

  • Developer Tools: 35%
  • AI Applications: 30%
  • Web Applications: 20%
  • Browser Extensions: 10%
  • Others: 5%

Trend Insights

  1. Strong focus on developer productivity tools and automation
  2. Increasing integration of AI capabilities in traditional tools
  3. Growing emphasis on open-source solutions
  4. Rise in self-hosted alternatives to popular services
  5. Trend toward simplified, single-purpose tools over complex solutions

1. Show HN: Chipped beta (a small game about mineral collecting)

URL: https://sh.reddit.com/r/chippedgame

Author: niedzielski

Description: turn your sound on and break some rocks!

chipped is a small game about mineral collecting written on Reddit's Devvit platform where I work. it's open-source (https://github.com/reddit/devvit-chipped), all the minerals and their locations are queried from Wikidata, the Voronoi diagram software is by Raymond Hill (the lead developer of uBlock Origin), and the Patrick Hand font is by Patrick Wagesreiter.

it's a little rough around the edges but please try it out! if you're interested, learn more about making games and apps for Devvit at: https://developers.reddit.com.

Popularity: 1 points | 0 comments

Show HN: Chipped beta (a small game about mineral collecting) - Project Screenshot


2. Show HN: Fight Jet Lag with Science-Based Travel Protocols

URL: https://www.fightjetlag.fyi/

Author: zeroentropylabs

Description: I built FightJetLag.fyi to help travelers reduce jet lag and feel functional faster.

Huge fan of the sleep research and functional performance research and wanted to ensure everyone has the opportunity to understand Jet lag and plan for it!

You enter your travel details (current location, destination, date/time of travel), and it generates a tailored protocol to minimize jet lag. The suggestions are split into:

-Before Travel -During Travel -After Travel

The advice is based on sleep, nutrition, light exposure, and other science-backed strategies. You can also choose different levels of aggressiveness: mild, medium, or aggressive approaches depending on how seriously you want to tackle jet lag.

It's designed for anyone: frequent flyers, business travelers, athletes, or casual vacationers.

I’d love feedback on the site, the protocols, or any ideas to improve it. Does this solve a problem you've faced?

Try it out https://www.fightjetlag.fyi/ — and let me know what you think!

Cheers!

Popularity: 1 points | 1 comments

Show HN: Fight Jet Lag with Science-Based Travel Protocols - Project Screenshot


3. Show HN: Ain't Nobody – Rust executable and library

URL: https://crates.io/crates/aintnobody

Author: three2a88

Description:

Popularity: 1 points | 0 comments

Show HN: Ain't Nobody – Rust executable and library - Project Screenshot


4. Show HN: Differentially Private Tetris

URL: https://amanpriyanshu.github.io/Differentially-Private-Tetris/

Author: YoOnoAP

Description:

Popularity: 3 points | 0 comments

Show HN: Differentially Private Tetris - Project Screenshot


5. Show HN: SantaCard – Personalized Messages from Santa with AI

URL: https://santacard.app/

Author: MateiObrocea

Description: Hello everyone, I created this text-to-video web app that allows you to send personalized messages and wishes to your loved ones from Santa Claus. You just type in your message, and the app will output a video of Santa perfectly lipsyncing to your words as he delivers your wishes. Use code FREE for 2 free videos. Feedback is appreciated!

Popularity: 5 points | 0 comments

Show HN: SantaCard – Personalized Messages from Santa with AI - Project Screenshot


6. Show HN: Savvy – Capture and Share CLI Workflows in Seconds

URL: https://getsavvy.so

Author: joshi4

Description: Ever solved a tricky problem at the command line, only to struggle documenting it later? I built Savvy so you can capture and share your CLI solutions in seconds.

With a simple savvy record history command, you can:

   - Go back in time and cherry pick commands from your shell history

  • Automatically expand aliases
  • Redact sensitive information locally
  • Convert hard-coded values into runtime placeholders
  • Export locally to markdown files or create shareable team workflows using Savvy.
Savvy never reads command outputs - you explicitly choose what to share. When running workflows, Savvy guides you through each step in a new sub-shell, handling all runtime values automatically.

Some FAQs

Q) How Does Savvy’s CLI work?

   Savvy’s CLI uses shell hooks (full support for bash and zsh. Fish support is in beta) to capture commands. Savvy’s CLI never looks at any command outputs or active keystrokes. Users have to explicitly opt-in (by typing savvy record/savvy record history) to capture commands every single time.

Once you select a particular workflow with savvy run, savvy starts a new sub-shell and walks you through each step of the way. No manual copy paste or editing commands to provide run time values.

Demo: https://getsavvy.so/demo

Q) How does Savvy Auto-generate Workflows?

   Savvy takes your redacted commands as input and uses Llama 3.x hosted on Groq to create a first draft of your workflow.
Q) What other LLM’s do you use?

   Savvy ask/explain are powered by  GPT 4/GPT4o to convert natural language to shell commands and vice-versa.
Try it out:

   GitHub: https://github.com/getsavvyinc/savvy-cli
   Demo: https://getsavvy.so/demo
   Docs: https://docs.getsavvy.so/guides/quick_start/
   Example workflows: https://getsavvy.so/#examples
Drop a comment below if you have any questions.

Popularity: 31 points | 0 comments

Show HN: Savvy – Capture and Share CLI Workflows in Seconds - Project Screenshot


7. Show HN: Atlas of Water Science via Generative AI

URL: https://wateratlas.webapp.csiro.au/

Author: benl_c

Description: This is our Atlas of Water Science. It's a globe mapping water science that colleagues have done over the past few years. Approx 300 papers got analyzed. The pipeline sends open access papers to an LLM asks the LLM to extract areas relevant to science in a form suitable for a geocoder, then we use a geocoder to get lat lons. When things happen in the same spot we jitter the locations a bit to differentiate things. gpt4o-mini was used for most of the analysis. Some of the features on the website are directly invented by Claude. There are some errors when geocoding went wrong or locations were extracted incorrectly.

Popularity: 2 points | 0 comments

Show HN: Atlas of Water Science via Generative AI - Project Screenshot


8. Show HN: Study League – The FIFA/NBA 2k for productivity

URL: https://studyleague.co.uk

Author: sdotdev

Description: I'm exited to share this project I've been working on with you. Simply, it makes productivity and studying instantly rewarding and engaging from the start, increasing the chance of consistency in the long term.

You can start "training sessions" which are the timers where you are meant to focused. During this, if you are studying you can take AI generated quizzes based on certain subjects. Right now its a dropdown selection of set topics as I'm not sure of the safety of allowing people to type whatever they want to the AI, but I might change that.

After the training sessions, based on the time trained and the team you have built, you receive points. These points can be used to build up your team by opening packs of various rarities. With this, you feel rewarded from getting points and being productive instantly. Along with this, you can join 'leagues' which are rooms with other people to compete to be the best. Also, you can compete in real time matches against others to make your team have more worth than show.

Its publicly released but I'm still improving it daily and all I would like is for people to use it and give feedback, good or bad. Thank you!

Popularity: 1 points | 1 comments

Show HN: Study League – The FIFA/NBA 2k for productivity - Project Screenshot


9. Show HN: Convert PDF invoices to e-invoice XML using AI in seconds

URL: https://www.invoice-converter.com/en

Author: raphig

Description: I got approached by the finance department of a large company. There is a new regulation in Europe that mandates a defined XML-format for e-invoices for some transactions and - I kid you not - their SAP implementation wasn't able to address this. They also said that all solutions on the market were either cumbersome (think: manually typing in all fields) or required deep system integration.

I thought it cannot be that hard to use AI for this and built a little invoice converter that takes your PDF invoice in whatever form it is, and outputs exactly the XML structure that is required in the regulation. Given that AI is not perfect (but surprisingly close to it!), you can manually edit all fields.

Target users are companies where their current solution does not yet support the standard and that do not want to change their existing invoicing flow (incl. foreign businesses).

Trying it out is free. Given this is my first real B2B tool, would love some feedback!

Popularity: 2 points | 0 comments

Show HN: Convert PDF invoices to e-invoice XML using AI in seconds - Project Screenshot


10. Show HN: Shared shopping list with reoccurring items

URL: https://relistapp.app

Author: AntonKulikov

Description: Create a list, add items to it, share it with friends or family.

Check an item, decide if you want it to be automatically relisted in N days or at X date (or never).

That's it: no AI, no notifications, no nothing.

Backstory:

As a product manager, I always wanted to build things but never had time to learn how to code them.

Six months ago, I asked people around if I should invest 20-something weeks into learning React or, in that timespan, LLMs would be capable of doing programming for me. The consensus was that I should learn to code. I disagreed with it.

Two weeks ago, I paid for GitHub Copilot and, with o1-preview's help, devised the plan and developed the actual code of my PWA. It works as a charm, so I, my family, and friends use it every day, precisely as planned.

Now, I can comfortably say that I still don't know how to code, but that won't stop me and shouldn't stop any other non-coder from developing something they want anymore.

Popularity: 2 points | 0 comments

Show HN: Shared shopping list with reoccurring items - Project Screenshot


11. Show HN: Carton –- Scoping products from 0.0.1 to success

URL: https://withcarton.com

Author: matthiasstiller

Description: Hey!

Let me introduce Carton …

A product can be defined by the answers to your customers' questions. A feature brings together questions and answers. While the questions mostly remain the same, the answers can change and may correspond to different versions, forming a roadmap for future product success. A phenotype is the visualization of an answer, evolving as the answers change over time.

Carton provides a framework for product scoping (not project management or product design) that makes use of this definition.

Let's think even further. With the advent of artificial intelligence, the entire process of software development is undergoing a fundamental transformation. Soon, software will be created more through natural conversation than traditional programming languages.

Carton helps ensure you always have a clear record of what you've asked from the AI and, even better, helps to request what comes next.

Its a very early proof of concept phase. Super excited to hearing what you think!

Popularity: 1 points | 0 comments

Show HN: Carton –- Scoping products from 0.0.1 to success - Project Screenshot


12. Show HN: Potarix – AI-Powered Web Scraping and Data Extraction

URL: https://app.potarix.com

Author: YoungGato

Description: Hey guys,

I wanted to show what we have been working on for the last few weeks. We have done data extraction/web scraping for the last few months, and we built this internally to help us. However, clients requested a SAAS tool, so here it is!

You guys can test it out here (app.potarix.com). Everyone who signs up gets 5$ credits. Scraping each page takes up $0.10 of your credits. You are not charged for unsuccessful scrapes!

We launched last week, and our platform was super buggy. We initially launched without the concept of "jobs" in our product, so every time you wanted to scrape a platform, you would have to wait 5 minutes on one screen to get your results. Something is bound to happen in those 5 minutes, so the task would fail for some unknown reason.

Looking ahead, we built stuff in-house that we would love to include in the SAAS platform shortly. We have built functionality to click, type, scroll, etc. on the page. AI also tends to be wrong sometimes, so we created a tweakable script in the backend to control the agent's actions. That way, you are in control and can bring the script to 100% accuracy. We have also seen people battling to build infrastructure for their large-scale scraping projects. We wanna autonomously let folk set up parallelization and choose the infra for their project so everything is scraped as quickly and succinctly as possible from the SAAS.

If any of these future features sound interesting, feel free to book some time, and we can discuss how we can help you with these now!

Popularity: 2 points | 0 comments

Show HN: Potarix – AI-Powered Web Scraping and Data Extraction - Project Screenshot


13. Show HN: Terraform functions that should have been built-in

URL: https://github.com/northwood-labs/terraform-provider-corefunc

Author: skyzyx

Description: Terraform/OpenTofu provider which provides functionality as Data Sources (for older Terraform), Provider Functions (for OpenTofu and newer Terraform), and as a Go library (for an identical implementation to use for integration testing frameworks like Terratest).

Popularity: 4 points | 0 comments

Show HN: Terraform functions that should have been built-in - Project Screenshot


14. Show HN: AI Powered Audio Summaries for Sophisticated Concepts

URL: https://www.nodsgy.com/

Author: bames_jond

Description:

Popularity: 1 points | 0 comments

Show HN: AI Powered Audio Summaries for Sophisticated Concepts - Project Screenshot


15. Show HN: Auto-VPN – Deploy temporary WireGuard servers with automatic cleanup

URL: https://github.com/g1ibby/auto-vpn

Author: g1ibby

Description: Auto-VPN is a self-hosted tool that lets you deploy personal WireGuard VPN servers on-demand and automatically removes them when they're not in use. I built it to avoid paying for VPN subscriptions and to make temporary secure connections easier to manage.

Key features:

  • One-click WireGuard server deployment on Vultr/Linode
  • Automatic server cleanup when inactive (configurable: 30min/1h/2h/4h or custom)
  • Simple web UI for server management
  • Downloads WireGuard configs directly

    The cleanup feature monitors WireGuard connections - if no peers are connected for your set period, the server is automatically destroyed to save costs. You can adjust this timeout in the UI.

    GitHub: https://github.com/g1ibby/auto-vpn

    Looking forward to your feedback!

Popularity: 2 points | 2 comments

Show HN: Auto-VPN – Deploy temporary WireGuard servers with automatic cleanup - Project Screenshot


16. Show HN: Chat Pager: bookmarklet exporting whole current ChatGPT chat as HTML

URL: https://ulrischa.github.io/chat_pager/

Author: ulrischa

Description:

Popularity: 1 points | 0 comments

Show HN: Chat Pager: bookmarklet exporting whole current ChatGPT chat as HTML - Project Screenshot


17. Show HN: I made a multiplayer crossword game

URL: https://crosswordracing.com/crosswords/2024-12-16-19-0-42d9-frontpage.html

Author: abstractbill

Description: Hey HN, I’ve been working on this multiplayer crossword for a while now. There’s still so much more on my todo list for it, but I think it’s time to launch and get some feedback with what I have.

Every hour, a new crossword (13×13 or 15×15) is generated at https://crosswordracing.com If you prefer smaller/faster, every ten minutes, a new mini crossword (7×7 or 11×11) is generated at https://crosswordracing.com/mini

You’re playing each crossword at the same time as everyone else, racing to complete it first. You can’t see what you’ve got right, until you correctly complete the entire grid. But you get some fun feedback on what other players are doing: a cell turns green if one other player has correctly solved it, orange if two other players have, and red if three or more other players have entered the correct letter in that cell.

Chat is emoji-only for the first half of the game (i.e. 30 minutes for the front-page, 5 minutes for the mini). After that, it unlocks and you can chat freely.

If you’re not done when the next crossword is generated, you can just stay on the current page for as long as you like and keep working to solve it.

I didn’t manage to get user accounts done before my arbitrarily-imposed launch date, so everyone is anonymous for now. I definitely want to build accounts, streaks, trophies, etc. The other big thing I’m excited to build is a “team mode”. You should be able to play on a team, where you can chat freely with your team-mates, and the cell colors indicate what the other team has (collaboratively) got correct. I think that would be a lot of fun.

Thanks for reading, checking it out, and for any feedback. Feel free to ask me anything, of course.

Popularity: 4 points | 2 comments

Show HN: I made a multiplayer crossword game - Project Screenshot


18. Show HN: CLI that explains the output of your last command

URL: https://github.com/shobrook/wut

Author: alexmolas

Description:

Popularity: 3 points | 0 comments

Show HN: CLI that explains the output of your last command - Project Screenshot


19. Show HN: Routekast – forecast the weather for an upcoming trip

URL: https://routekast.com/

Author: whb101

Description:

Popularity: 1 points | 0 comments

Show HN: Routekast – forecast the weather for an upcoming trip - Project Screenshot


20. Show HN: AWS Data Landing Zone CDK Construct

URL: https://datalandingzone.com/

Author: rehanvdm

Description: The Data Landing Zone (DLZ) is a CDK Construct designed to create a landing zone tailored for supporting and enabling AI, data-driven, data mesh, and cloud projects.

Popularity: 1 points | 0 comments

Show HN: AWS Data Landing Zone CDK Construct - Project Screenshot


21. Show HN: I made LLM alerts for Upwork

URL: https://uphunt.io

Author: fuatf

Description: I honestly hate freelancing because it often feels unclear and stressful when starting new jobs, especially when employers aren’t sure what they want.

For the past few years, I’ve focused on specific projects like mobile chat apps using Flutter. With my existing codebase and experience, these jobs are easier and less stressful. I usually sell my codebase and move on.

However, finding these types of jobs is challenging. I tried many Upwork alert apps, but they either don’t work well or have over 95% false positives.

That’s why I created UpHunt. With UpHunt, you can create multiple profiles, and AI will match your profiles with Upwork jobs. You’ll receive instant notifications and can be the first to apply.

It's still a completely free project. I just need to hear your thoughts and feedback!

Popularity: 1 points | 0 comments

Show HN: I made LLM alerts for Upwork - Project Screenshot


22. Show HN: Seek the Wisdom of Shakespeare

URL: https://rascalhq.com/

Author: pockmarked19

Description: This is a website I made for fun a while ago to play around with embeddings. Hope you enjoy.

Popularity: 1 points | 0 comments

Show HN: Seek the Wisdom of Shakespeare - Project Screenshot


23. Show HN: LLM Chat, Image Generation, & RAG – free, no account needed

URL: https://chat.fasterhorses.xyz/

Author: zdifferentiator

Description:

Popularity: 1 points | 0 comments

Show HN: LLM Chat, Image Generation, & RAG – free, no account needed - Project Screenshot


24. Show HN: Claude and Apple Notes integration using MCP

URL: https://github.com/RafalWilinski/mcp-apple-notes

Author: rwilinski

Description: Hi all,

With MCP (Model Context Protocol) announcement, it is now possible to plugin local system to Claude. So, I decided to use JXA to pull content from Notes.app, turn them into embeddings locally/on device using Transformer.js and store them in a local LanceDB database so we can build a proper RAG on top of it (mixture of semantic and BM25 search).

Hope some of you find it useful!

Popularity: 1 points | 0 comments

Show HN: Claude and Apple Notes integration using MCP - Project Screenshot


25. Show HN: Autonomous AI agents that monitor the stock market for you

URL: https://decodeinvesting.com/chat?agents=lima

Author: clark-kent

Description: We created autonomous AI Agents that monitor the stock market for you while you go about your day.

How it works: Tell our AI Assistant what you want to monitor, and it creates a project for our team of autonomous AI Agents. You'll get notifications (email + app) when significant events matching your criteria are detected. For short-term projects, you'll be notified when your analysis is ready.

Behind the scenes: When you give the AI Assistant a request to monitor an entity (like a stock or group of stocks), an AI Project Manager plans the project and breaks the project down into manageable tasks. These tasks run asynchronously - some recurring (hourly/daily/weekly/monthly/quarterly/yearly), others one-time.

Example prompts you can try: Long-term monitoring:

  • "Monitor Apple stock and notify me of any important events and red flags"
  • "Monitor Apple, Google, Microsoft, and Meta stock. Notify me if any of them start trending toward being undervalued"

    Short-term analysis:

  • "Create a project to analyze the last 30 earnings calls for Tesla, spot trends, and how the business has evolved over time"

    You can track the progress of all tasks as the AI Agents work in the background.

    Try it here: https://decodeinvesting.com/chat

    This is still an early version - we're actively improving it based on feedback. Would love to hear what you think and what features you'd want to see next!

    Previously shared our AI-powered Stock Market Research Analyst: https://news.ycombinator.com/item?id=41156478

Popularity: 32 points | 25 comments

Show HN: Autonomous AI agents that monitor the stock market for you - Project Screenshot


26. Show HN: Bartleby, Gemini Flash 2.0 in a Mac app

URL: https://melty.sh/bartleby

Author: Charlieholtz

Description:

Popularity: 1 points | 0 comments

Show HN: Bartleby, Gemini Flash 2.0 in a Mac app - Project Screenshot


27. Show HN: Graph-Based Editor for LLM Workflows

URL: https://github.com/PySpur-Dev/PySpur

Author: t55

Description: Hey HN,

We’re excited to share PySpur, an open-source tool that provides a graph-based interface for building, debugging, and evaluating LLM workflows.

Why we built this:

Before this, we built several LLM-powered applications that collectively served thousands of users. The biggest challenge we faced was ensuring reliability: making sure the workflows were robust enough to handle edge cases and deliver consistent results.

In practice, achieving this reliability meant repeatedly:

1. Breaking down complex goals into simpler steps: Composing prompts, tool calls, parsing steps, and branching logic.
2. Debugging failures: Identifying which part of the workflow broke and why.
3. Measuring performance: Assessing changes against real metrics to confirm actual improvement.

We tried some existing observability tools or agent frameworks and they fell short on at least one of these three dimensions. We wanted something that allowed us to iterate quickly and stay focused on improvement rather than wrestling with multiple disconnected tools or code scripts.

We eventually arrived at three principles upon which we built PySpur :

1. Graph-based interface: We can lay out an LLM workflow as a node graph. A node can be an LLM call, a function call, a parsing step, or any logic component. The visual structure provides an instant overview, making complex workflows more intuitive.
2. Integrated debugging: When something fails, we can pinpoint the problematic node, tweak it, and re-run it on some test cases right in the UI.
3. Evaluate at the node level: We can assess how node changes affect performance downstream.

We hope it's useful for other LLM developers out there, enjoy!

Popularity: 5 points | 2 comments

Show HN: Graph-Based Editor for LLM Workflows - Project Screenshot


28. Show HN: An AI Resume Builder That Got Me Callbacks from Nvidia, Meta, and Apple

URL: https://www.swiftresume.net

Author: yregmi

Description: I’ve been on the job hunt for the past few months and after going through numerous reddit threads and Linkedin posts I saw that customized resumes make a huge difference in getting callbacks. But every tool I tried was either bloated with 50+ features I didn’t need or way too expensive (some were charging $70/month!). These people think I'm made of money!

So I decided to build my own AI resume builder.

It’s simple and streamlined:

It takes your resume and the job post and generates a custom resume tailored to that post. (We do not store your resume or use it to train the AI) What used to take me 20-30 minutes now takes 30 seconds. I’ve gotten callbacks from companies like Apple, Nvidia, Meta, and Amazon using it. The pricing is designed to be accessible: the more jobs you apply to, the cheaper it gets — around $2 per resume.

I'd love for you to try it out and let me know what you think!

Popularity: 2 points | 1 comments

Show HN: An AI Resume Builder That Got Me Callbacks from Nvidia, Meta, and Apple - Project Screenshot


29. Show HN: Steps to Miles/KM Calculator

URL: https://iwalked.today/en/calculator?type=steps-distance&unit=miles

Author: chernikovalexey

Description:

Popularity: 1 points | 0 comments

Show HN: Steps to Miles/KM Calculator - Project Screenshot


30. Show HN: Newsletter for Solopreneurs

URL: https://solobusinessbrief.beehiiv.com/

Author: sahil423

Description:

Popularity: 1 points | 0 comments

Show HN: Newsletter for Solopreneurs - Project Screenshot


31. Show HN: Static blog companion built with Elixir and Phoenix LiveView

URL: https://blogmate.io

Author: dbishai

Description: I built this after wanting to add comments to my own blog and not finding any good options. Discovering high-quality posts on small personal sites is one of my favorite things about HN.

Popularity: 9 points | 0 comments

Show HN: Static blog companion built with Elixir and Phoenix LiveView - Project Screenshot


32. Show HN: Transform WordPress into a Taskmanager

URL: https://allokes.com/

Author: glenn_vc

Description:

Popularity: 2 points | 0 comments

Show HN: Transform WordPress into a Taskmanager - Project Screenshot


33. Show HN: Self-Hosted Killswitch

URL: https://github.com/0x41head/posthumous-automation

Author: 0x41head

Description:

Popularity: 1 points | 0 comments

Show HN: Self-Hosted Killswitch - Project Screenshot


34. Show HN: I made an AI-Powered no-code directory/website builder in my spare time

URL: https://makeadir.com

Author: b_shulha

Description:

Popularity: 1 points | 0 comments

Show HN: I made an AI-Powered no-code directory/website builder in my spare time - Project Screenshot


35. Show HN: Storecraft Commerce-As-Code demo video

URL: https://www.youtube.com/watch?v=F6qlNhixrvc

Author: hendrixString22

Description: Hi , Storecraft is a next generation Commerce As Code javascript backend.

run on any javascript platform (deno, bun, node, workers, aws-lambda, google-functions), serverless / serverful

connect to any database (mongo, sqlite, postgres, mysql, neon, turso, d1, planetscale)

use storage (local, r2, s3 compatible, google and more)

It is extensible and modular

It is event based

Boasts an official Dashboard

Well documented REST-API (can also be found in your /api/reference endpoint)

Popularity: 1 points | 0 comments

Show HN: Storecraft Commerce-As-Code demo video - Project Screenshot


36. Show HN: Storecraft is a next-gen Commerce-As-Code back end (self-hosted)

URL: https://github.com/store-craft/storecraft

Author: hendrixString22

Description: Hi , Storecraft is a next generation Commerce As Code javascript backend.

run on any javascript platform (deno, bun, node, workers, aws-lambda, google-functions), serverless / serverful

connect to any database (mongo, sqlite, postgres, mysql, neon, turso, d1, planetscale)

use storage (local, r2, s3 compatible, google and more)

It is extensible and modular

It is event based

Boasts an official Dashboard

Well documented REST-API (can also be found in your /api/reference endpoint)

Popularity: 2 points | 0 comments

Show HN: Storecraft is a next-gen Commerce-As-Code back end (self-hosted) - Project Screenshot


37. Show HN: A graphema-color-emotion synesthesia

URL: https://github.com/vernetit/grafema-color-emotion-synesthesia/blob/main/2024-12-16%2013-01-30.png

Author: Vernetit

Description:

Popularity: 3 points | 0 comments

Show HN: A graphema-color-emotion synesthesia - Project Screenshot


38. Show HN: Translator Maker, Build a Translator That's Unique and Fun in Seconds

URL: https://translatormaker.com/

Author: blacktechnology

Description: The idea behind Translator Maker is to bridge the gap between functionality and fun, enabling people to explore the nuances of language in a way that feels personal and impactful.

Features That Make Translator Maker Stand Out 1.AI-Powered Creativity: Enjoy seamless, high-quality transformations backed by cutting-edge AI. 2.Unlimited Styles: Choose from hundreds of pre-made translators or design one that suits your unique needs. 3.Community-Driven: Share your translators and explore thousands of creations by others. 4.Instant Results: Enter your text, choose a style, and see your words transformed in real-time.

Top 10 Translators You’ll Love

1.Donald Trump Talking Translator URL: https://translatormaker.com/translators/donald-trump-talking... Purpose: Reframe text into the distinctive, flamboyant style of former US President Donald Trump. Example: “The company has been making significant progress in recent years.” → “Tremendous progress. We’re doing great. The best in the business, by far. Huge!”

2.Morse Code Translator URL: https://translatormaker.com/translators/morse-code-translato... Purpose: Turn text into the iconic dots and dashes of Morse code. Perfect for secret messages or historical reenactments. Example: “Hello, World!” → “…. . .-.. .-.. — / .– — .-. .-.. -.”

3.Boyfriend FNF Translator URL: https://translatormaker.com/translators/boyfriend-fnf-transl... Purpose: Transform sentences into the playful and quirky tone of Boyfriend from Friday Night Funkin’. Example: “I’m having a great time at the party!” → “OMG, this party is like, SO epic! My heart is doing a happy dance!”

4.Fancy Talk Translator URL: https://translatormaker.com/translators/fancy-talk-translato... Purpose: Add an air of sophistication to your words for formal communication or literary projects. Example: “I like that.” → “I find myself quite taken with that notion.”

5.Pirate Emoji Translator URL: https://translatormaker.com/translators/pirate-emoji-transla... Purpose: Express yourself like a true buccaneer with pirate-themed emojis. Example: “I am going to the store.” → “ ”

6.The Most Cutest Senpai Uwu Nyan Kawaii Translator URL: https://translatormaker.com/translators/the-most-cutest-senp... Purpose: Add hyper-kawaii, anime-inspired style to your text. Example: “Hello, how are you?” → “UwU Hiii, how r u doing? ”

7.Rap Roaster Diss Track Creator Translator URL: https://translatormaker.com/translators/rap-roaster-diss-tra... Purpose: Turn ordinary feedback into cutting-edge diss track lyrics. Example: “The presentation lacked structure.” → “Yo, your presentation? Total catastrophe, dog! No flow, just a hollow show!”

8.High Vocab Translator URL: https://translatormaker.com/translators/high-vocab-translato... Purpose: Elevate simple sentences to a sophisticated, academic level. Example: “The cat sat on the mat.” → “The feline serenely pervaded the cushioned surface.”

9.1000000 Times Translator URL: https://translatormaker.com/translators/1000000-times-transl... Purpose: Amplify the emotion of your text a million times for dramatic effect. Example: “I’m tired.” → “My body is collapsing like a thousand weary suns. My soul is drowning in exhaustion!”

10.Nagato Yuki Speaking Style Translator URL: https://translatormaker.com/translators/nagato-yuki-speaking... Purpose: Channel the cryptic and sarcastic style of Nagato Yuki from Suzumiya Haruhi no Yuuutsu. Example: “The weather outside is nice today.” → “Another beautiful day. Predictable, truly.”

Explore Translators: https://translatormaker.com/translators Create Your Own Translator: https://translatormaker.com/translator-creator

Popularity: 4 points | 0 comments

Show HN: Translator Maker, Build a Translator That's Unique and Fun in Seconds - Project Screenshot


39. Show HN: Source to Prompt- Turn your code into an LLM prompt with more features

URL: https://github.com/Dicklesworthstone/your-source-to-prompt.html

Author: eigenvalue

Description: Your Source to Prompt-- Turn your code into an LLM prompt, but with way more features!

I just made this useful tool as a single html file that lets you easily turn your coding projects into targeted single text files for use in LLM prompts for AI-aided development.

Unlike the many other existing competing projects-- to name just a few:

1. [files-to-prompt](https://github.com/simonw/files-to-prompt) 2. [repo2txt](https://repo2txt.simplebasedomain.com/) 3. [code2prompt](https://github.com/mufeedvh/code2prompt) 4. [repomix](https://github.com/yamadashy/repomix) 5. [ingest](https://github.com/sammcj/ingest) 6. [1filellm](https://github.com/jimmc414/1filellm) 7. [repo2file](https://github.com/artkulak/repo2file)

...there are some real advantages to this one that make it stand out:

* It's a single html file that you download to your local machine-- that's it! just open in a modern browser like chrome and you can use it securely.

* Because it's locally hosted, with no requirements like python or anything else, it's very quick to get it running on any machine, and because it's local, you can use it on your own private repos without worrying about using a github authorization token or similar annoyance.

* You don't even need to be working with a repo at all, it works just as well with a regular folder of code files.

Also, I added tons of quality of life improvements that were major pain points for me personally:

These include laboriously re-selecting the same or very similar subset of files over and over again; now you can save a preset (either to localStorage in the browser or exported and saved as a JSON file) and dramatically speed this up. There are also a few other features to speed up the file selection process, such as quick string based filtering on file names, and common quick selection patterns (such as "select all React files").

It also keeps track of the total size in KB and lines of text that have been selected in a handy tally section which is always visible in the upper right corner, so you always know when you are reaching the maximum of the context window of whatever model you're working with. Based on my experience, I added in warnings for GPT4o and o1 and also Claude3.5 Sonnet.

Before the listing of the files and their contents, it also automatically includes the hierarchical file/folder structure of the files you select, and next to each one, shows the size in KB and the number of lines, which helps give the model context about which files are the most important.

I also added the ability to minify the code so you can cram more into the context window. Similarly, you can also strip out code comments, and it will tell you how much space this saved.

You can also specify a "preamble" that you can save and quickly edit, as well as a "goal" where you specify what you're trying to accomplish. All of this can be included in your saved presets to save you time.

I hope you find it useful!

Popularity: 1 points | 0 comments

Show HN: Source to Prompt- Turn your code into an LLM prompt with more features - Project Screenshot


40. Show HN: Mastering Phoenix Forms (my new Phoenix and LiveView tutorial)

URL: https://masteringphoenixforms.com

Author: arrowsmith

Description:

Popularity: 3 points | 1 comments

Show HN: Mastering Phoenix Forms (my new Phoenix and LiveView tutorial) - Project Screenshot


41. Show HN: Tududi – A Minimalist, Open-Source Task and Project Management Tool

URL: https://github.com/chrisvel/tududi

Author: cvicpp

Description:

Popularity: 1 points | 0 comments

Show HN: Tududi – A Minimalist, Open-Source Task and Project Management Tool - Project Screenshot


42. Show HN: Socratify: Learn by Debating – critical thinking coach

URL: https://www.socratify.com/

Author: adidoit

Description: Socratify is an AI coach for early stage professionals to sharpen their critical thinking and verbal communication skills

Ever since ChatGPT came out, I've been using it to debate and learn new ideas. Having a short insightful conversation where AI coaches you can be powerful but it's hard to get right with a general purpose chat LLM because they don't propose stories, lack context and don't track progression

I'm building Socratify with the hypothesis that a product built around AI questioning humans and proposing interesting questions daily can be 100x more rewarding than book summaries and other passive content.

Inspired by Charlie Munger's concept of a latticework of models that you apply to new situation. Socratify teaches you a concept (e.g., Disruption), discusses a situation where it's applicable, (e.g., Google vs. Perplexity) and gives you feedback as well as the strongest counterargument

Checkout the first release at https://www.socratify.com/

Appreciate thoughts from the HN community and would love to learn what you would want from an AI coach that makes you better every day

(Note you have to sign up to use but 5 stories are free)

Popularity: 4 points | 2 comments

Show HN: Socratify: Learn by Debating – critical thinking coach - Project Screenshot


43. Show HN: Keep Yourself Accountable – Tool

URL: https://www.quit-x.com

Author: sjvdm

Description: This is a super simple accountability counter. I built it for myself because I wanted a no-BS, non-trackable, no-external data-saving tool for tracking my personal "daily" habits.

Statistically, someone out there might find it useful since I could use something like this. Planning to add google adsense to at least pay for hosting, but keeping it super simple.

Any feedback or comments would be greatly appreciated :) This is my first SHOW on HN!

Popularity: 1 points | 0 comments

Show HN: Keep Yourself Accountable – Tool - Project Screenshot


44. Show HN: Ted, a sed-like tool for editing files using a Turing Machine

URL: https://github.com/ahalbert/ted

Author: ahalbert2

Description:

Popularity: 1 points | 0 comments

Show HN: Ted, a sed-like tool for editing files using a Turing Machine - Project Screenshot


45. Show HN: BlazorPathHelper – Type-safe URL builder library for Blazor

URL: https://github.com/arika0093/BlazorPathHelper

Author: arika0093

Description: Hello HN,

I Introduce a library of type-safe URL builder that can be used in the Blazor project. Blazor is a cool technology that makes it easy for anyone to write modern web in C#, but I found it lacking in features around URLs.

Similar projects already exist, but this library is

* Compatible with razor's source generator (the previous one had to explicitly turn this off with the advent of .NET6)

* Automatic generation of @page, [Parameter], and [CounterWithQuery] attributes (handwriting is very tedious, right?)

* Automatic generation of highly customizable menu structures (icons, descriptions, L10N, all possible!)

Happy hacking!

Popularity: 1 points | 0 comments

Show HN: BlazorPathHelper – Type-safe URL builder library for Blazor - Project Screenshot


46. Show HN: I Made GIF Hosting Open Source Self-Hosted GIF Platform

URL: https://hostyourgif.live/

Author: rohitghumare

Description: Key Features Generous File Size Limit: Support for GIFs up to 25MB (easily configurable to more as code is open source, you just need to change a single environment variable MAX_FILE_SIZE=25000000)

Bulk Upload Support: Upload multiple GIFs at once

Privacy Controls: Choose between public and private GIFs

Multiple Sharing Formats:

Direct links HTML embed codes Markdown-ready links Social media sharing Dark/Light Theme: Easy on the eyes, regardless of your preference

Modern UI: Clean, responsive design that works on all devices

Search Functionality: Quickly find your GIFs

Secure Authentication: Protect your content

Technical Stack The platform is built with modern technologies:

Frontend: React + TypeScript + Chakra UI Backend: Node.js + Express Database: PostgreSQL with Drizzle ORM Storage: Local file system with automatic cleanup Container: Docker for easy deployment Security: Rate limiting, JWT authentication, and XSS protection

Popularity: 1 points | 0 comments

Show HN: I Made GIF Hosting Open Source Self-Hosted GIF Platform - Project Screenshot


47. Show HN: Buildpad – Build products that people actually want

URL: https://buildpad.io

Author: felixheikka

Description: Hello people of Hacker News,

I’m Felix and I’ve spent the last few months building Buildpad together with my brother David.

About two and a half months ago we launched Buildpad on Product Hunt and got a very positive response. Since then we’ve been constantly improving the product and grown to over 2,400 founders using the platform and 70 active paying customers.

- If you’re a founder who’s wasted time building products no one wants, then Buildpad might be for you.

Buildpad is an AI-guided product building platform that helps founders build products people actually want. Buildpad guides you step-by-step through phases, taking you from idea to launching your product and getting your first customers. Along your journey, you'll also get access to special tools such as problem brainstorming, Reddit validation, user persona creation, and more.

Some features include: A proven 10-phase framework: organize the building of your product by using multiple chats, from ideation to building your MVP and getting your first customers, with different goals in each one.

Memory: our AI learns about your project as you build, keeps the context between chats, and provides advice based on it.

Problem brainstorm: if you don’t have a product idea yet you can use our brainstorming AI to help you explore different problems to solve in industries you’re interested in.

Reddit validation: search through millions of Reddit discussions to determine if there's demand for your business idea. AI will help you analyze all the data gathered and give you the conclusions from it.

User persona: Get to know exactly who your users are and where you can find them by generating a user persona. Marketing is easier when you have a clear picture of who you’re targeting.

- We want you to experience how much easier everything becomes—from marketing to gathering feedback and getting your first customers—when you’re building a product that people actually want.

Why don’t I just use ChatGPT?

ChatGPT responds to what you ask, but it doesn't guide you through the crucial phases of building a business. It's reactive, not proactive. So unless you always know what to do next, making progress with ChatGPT is tough.

We hope Buildpad can help some of you on your journey to building successful products!

Leave a comment if you have any questions and I’ll be happy to answer them.

Popularity: 2 points | 1 comments

Show HN: Buildpad – Build products that people actually want - Project Screenshot


48. Show HN: Textmarky – convert between Markdown, YAML, and latex formats

URL: https://texmarky.vercel.app/

Author: abishekvenkat

Description:

Popularity: 1 points | 0 comments

Show HN: Textmarky – convert between Markdown, YAML, and latex formats - Project Screenshot


49. Show HN: I Made GIF Hosting Self-Hosted

URL: #

Author: rohitghumare

Description:

Popularity: 1 points | 1 comments


URL: https://www.apply-nexus.com/

Author: ziadhussein

Description: I built ApplyNexus to eliminate the tedious manual writing of job applications on a spreadsheet and to add easy access for your job applications on your phone for when you get a call. It also provides you analytics tailored to your job search.

I have been using it for months and it's really been helpful for me. I hope you'd benefit from it just as much as I have.

Thanks!

Popularity: 1 points | 0 comments

Show HN: Ditch spreadsheets for job tracking and gain insights about your search - Project Screenshot


51. Show HN: Lightpanda, an open-source headless browser in Zig

URL: https://github.com/lightpanda-io/browser

Author: fbouvier

Description: We’re Francis and Pierre, and we're excited to share Lightpanda (https://lightpanda.io), an open-source headless browser we’ve been building for the past 2 years from scratch in Zig (not dependent on Chromium or Firefox). It’s a faster and lighter alternative for headless operations without any graphical rendering.

Why start over? We’ve worked a lot with Chrome headless at our previous company, scraping millions of web pages per day. While it’s powerful, it’s also heavy on CPU and memory usage. For scraping at scale, building AI agents, or automating websites, the overheads are high. So we asked ourselves: what if we built a browser that only did what’s absolutely necessary for headless automation?

Our browser is made of the following main components:

- an HTTP loader

- an HTML parser and DOM tree (based on Netsurf libs)

- a Javascript runtime (v8)

- partial web APIs support (currently DOM and XHR/Fetch)

- and a CDP (Chrome Debug Protocol) server to allow plug & play connection with existing scripts (Puppeteer, Playwright, etc).

The main idea is to avoid any graphical rendering and just work with data manipulation, which in our experience covers a wide range of headless use cases (excluding some, like screenshot generation).

In our current test case Lightpanda is roughly 10x faster than Chrome headless while using 10x less memory.

It's a work in progress, there are hundreds of Web APIs, and for now we just support some of them. It's a beta version, so expect most websites to fail or crash. The plan is to increase coverage over time.

We chose Zig for its seamless integration with C libs and its comptime feature that allow us to generate bi-directional Native to JS APIs (see our zig-js-runtime lib https://github.com/lightpanda-io/zig-js-runtime). And of course for its performance :)

As a company, our business model is based on a Managed Cloud, browser as a service. Currently, this is primarily powered by Chrome, but as we integrate more web APIs it will gradually transition to Lightpanda.

We would love to hear your thoughts and feedback. Where should we focus our efforts next to support your use cases?

Popularity: 5 points | 0 comments

Show HN: Lightpanda, an open-source headless browser in Zig - Project Screenshot


52. Show HN: I Built an AI-Powered Job Assistant with a Chrome Extension

URL: https://applyvite.pro

Author: daironcanel

Description: Hey, I’m Dairon.

After struggling with the repetitive and disorganized process of applying for jobs, I decided to build Applyvite. It’s a career assistant app that simplifies the entire job application journey—from crafting tailored resumes to saving job descriptions from any website with the Applyvite Chrome extension.

The goal is to keep everything in one place, so users can easily track their applications and documents, without the hassle of constantly filling out the same info over and over.

I built this as a solo founder and am passionate about making the job application process smoother for everyone.

I’d love your feedback—let me know what you think!

Popularity: 1 points | 3 comments

Show HN: I Built an AI-Powered Job Assistant with a Chrome Extension - Project Screenshot


53. Show HN: Aldren Quest – Browser RPG

URL: https://whimsicalwyrm.itch.io/aldrens-quest

Author: varius

Description: Hello everyone! I've finally finished my latest side project - a RPG game made in Blazor.

It started as a small project to learn some Blazor (I'm .NET dev but kept mainly to backend and ASP.NET). I had such a good time coding it that at some point I decided to make a full featured game out of it. I might've have bitten off more that I could chew as RPGs have so many systems and elements but overall I think it worked out well, especially for a single person project.

I want to hop on the next project soon so any comments/questions/tips than can make me better really appreciated!

Popularity: 3 points | 0 comments

Show HN: Aldren Quest – Browser RPG - Project Screenshot


54. Show HN: Data Extraction with Flexible Schemas

URL: https://go.sea.dev

Author: sails

Description: Hey!

We’ve built a data extraction tool to flexibly automate data and document processing.

You’ve probably seen a few of these, so have we! A few of us have been varyingly stuck trying to automate the extraction of borrower financials for the past 5 years.

We think that there are a few missing features of most data extraction tools.

* They are usually too complex to quickly get up and running

* They are overly constrained in terms of what workflows and documents they support

We’ve always felt like speed and flexibility were sticking points, so we went slightly orthogonal to the alternatives.

It is deliberately very simple, with three key features

1. Generate a custom schema that is the target of the data extraction

2. Logic and “expert insights” can get added to field level prompts

3. Ability to share with externals via chat to get data and feedback, quickly!

The demo page is at https://go.sea.dev with an explainer and link to demo.

The demo app is constrained, but feel free to get in touch with me with details if you’d like to unlock the full capabilities

Some of the features we are working on:

* Improvements on OCR

* Advanced data management

* Email or WhatsApp to accept responses

* API and embedded data collection copilot for SaaS

* Meeting recording plugin, and streaming audio

* Securely share partial submissions with 3rd party for completion

* Enrichment via website scraping

* Integrations (Hubspot, Sheets etc)

We are a very small team, with a mix of researchers and engineers. We are leaning into improvements in data extraction, conversation evals and data structuring innovation to make the product as powerful and seamless as possible.

Our background is in financial services, so most of our effort is going into that use-case (business risk assessment to be specific), we’ve solved a bunch of our internal use cases as well as general purpose customer problems, so we thought to share it with a wider audience.

Would love to get your feedback and comments!

Popularity: 5 points | 0 comments

Show HN: Data Extraction with Flexible Schemas - Project Screenshot


55. Show HN: Surprised my wife with a QR code linking to our son's personalized site

URL: https://parentmemory.com

Author: hugalves

Description: Simple as that..

I made a site with a heartfelt message for her, our son’s birth date, and some photos of the three of us. The site generates a QR code, which I printed and placed in a photo frame on her desk.

Curious, she scanned it and absolutely loved the gift! I decided to share the idea with other parents, and the reactions were amazing! Some sent it to grandparents ('Thank you for being such a loving grandparent') and even uncles and aunts!

Anyway, just sharing this for anyone who enjoys unique and budget-friendly gifts, haha

Especially with Christmas around the corner!

Popularity: 1 points | 0 comments

Show HN: Surprised my wife with a QR code linking to our son's personalized site - Project Screenshot


56. Show HN: NCompass Technologies – yet another AI Inference API, but hear us out

URL: https://www.ncompass.tech/about

Author: adiraja

Description: Hello HackerNews!

I’m excited to share what we’ve been working on at nCompass Technologies: an AI inference* platform that gives you a scalable and reliable API to access any open-source AI model — with no rate limits. We don't have rate limits as optimizations we made to our AI model serving software enable us to support a high number of concurrent requests without degrading quality of service for you as a user.

If you’re thinking, well aren’t there a bunch of these already? So were we when we started nCompass. When using other APIs, we found that they weren’t reliable enough to be able to use open source models in production environments. To resolve this, we're building an AI inference engine that enable you, as an end user, to reliably use open source models in production.

Underlying this API, we’re building optimizations at the hosting, scheduling and kernel levels with the single goal of minimizing the number of GPUs required to maximize the number of concurrent requests you can serve, without degrading quality of service.

We’re still building a lot of our optimizations, but we’ve released what we have so far via our API. Compared to vLLM, we currently keep time-to-first-token (TTFT) 2-4x lower than vLLM at the equivalent concurrent request rate. You can check out a demo of our API here:

https://www.loom.com/share/c92f825ac0af4ab18296a16546a75be3

As a result of the optimizations we’ve rolled out so far, we’re releasing a few unique features on our API:

1. Rate-Limits: we don’t have any

Most other API’s out there have strict rate limits and can be rather unreliable. We don’t want API’s for open source models to remain as a solution for prototypes only. We want people to use these APIs like they do OpenAI’s or Anthropic’s and actually make production grade products on top of open source models.

2. Underserved models: we have them

There are a ton of models out there, but not all of them are readily available for people to use if they don’t have access to GPUs. We envision our API becoming a system where anyone can launch any custom model of their choice with minimal cold starts and run the model as a simple API call. Our cold starts for any 8B or 70B model are only 40s and we’ll keep improving this.

Towards this goal, we already have models like ai4bharat/hercule-hi hosted on our API to support non-english language use cases and models like Qwen/QwQ-32B-Preview to support reasoning based use cases. You can find the other models that we host here: https://console.ncompass.tech/public-models for public ones, and https://console.ncompass.tech/models for private ones that work once you've created an account.

We’d love for you to try out our API by following the steps here: https://www.ncompass.tech/docs/llm_inference/quickstart. We provide $100 of free credit on sign up to run models, and like we said, go crazy with your requests, we’d love to see if you can break our system :)

We’re still actively building out features and optimizations and your input can help shape the future of nCompass. If you have thoughts on our platform or want us to host a specific model, let us know at hello@ncompass.tech.

Happy Hacking!

* it's called inference because the process of taking a query, running it through the model and providing a result is referred to as "inference" in the AI / machine learning world. It's as opposed to "training" or "finetuning" which are processes used to actually develop the AI models that you then run "inference" on.

Popularity: 30 points | 29 comments

Show HN: NCompass Technologies – yet another AI Inference API, but hear us out - Project Screenshot


57. Show HN: Only Fans

URL: https://onlyfanz.top/

Author: benkaiser

Description: I decided to put together a website with just AI generated images of fans, since the rest of the sites with similar domains didn't really fit my needs.

Popularity: 10 points | 3 comments

Show HN: Only Fans - Project Screenshot


58. Show HN: Too Long; Automated

URL: https://www.toolongautomated.com/

Author: bmiselis

Description: I can no longer stand Substack.

Mostly because I don't like the fact that the readers of my blog are constantly being pushed towards subscribing to either the platform or the newsletter. It just shouldn't work like this...

I know, call to action, declarations, impulsive decisions, all those marketing hooks. But whenever I find an online resource, like a blog, to be valuable, I'll simply bookmark it, follow the author on X, and find my way to the content.

I don't like being pushed and I don't want anyone to go through this themselves. Maybe I'm naive, but I care about whoever visits my page, otherwise how would I expect to ever create a community around the topics I've been writing about?

That's why I've decided to migrate from Substack to a custom page I'm currently building. I'm proud of the result and content so far, and thought I'll show it here to ask for your opinions and feedback.

Thanks in advance!

Here's the page: https://toolongautomated.com

Popularity: 1 points | 0 comments

Show HN: Too Long; Automated - Project Screenshot


59. Show HN: Free AI Portrait Generator App – GenYOU

URL: https://generated.photos/genyou

Author: Kenneth39

Description: Hey HN!

I wanted to share GenYOU, an app we’ve been working on that turns selfies into personalized AI portraits. Just upload four photos and customize them into various styles: professional headshots or fun themes like superheroes, games, anime, etc.

Why we made this: We built GenYOU because we wanted an affordable way for people to make portraits without needing a photo shoot. By the way, many tools out there are either too complicated or fail to preserve your unique facial features, so we also focused on that.

What makes it different:

Popularity: 1 points | 0 comments

Show HN: Free AI Portrait Generator App – GenYOU - Project Screenshot


60. Show HN: Set up a WireGuard VPN on your own server without touching the console

URL: https://unhost.it/install/wireguard

Author: entropyneur

Description:

Popularity: 1 points | 0 comments

Show HN: Set up a WireGuard VPN on your own server without touching the console - Project Screenshot


61. Show HN: ThemeGPT – Custom theme for ChatGPT – Chrome extension

URL: https://chromewebstore.google.com/detail/themegpt/hpgbjegbcblhpelicckkbebekkgflbgj

Author: jithinlalk25

Description: Chrome extension to enhance Your ChatGPT Experience with Custom Themes.

Popularity: 1 points | 0 comments

Show HN: ThemeGPT – Custom theme for ChatGPT – Chrome extension - Project Screenshot


62. Show HN: Urnerys – self-hosted visual regression testing service

URL: https://urnerys.dev

Author: wereHamster

Description: Urnerys (https://urnerys.dev) is a self-hosted service for visual regression testing. I built it out of frustration with existing comparable services (such as Percy, Argos CI, Chromatic etc). I always wanted expand the use of visual regression testing tools in my team, but all the cloud-based services get really expensive when you use more than a few thousand images (which is not a lot even for a small team).

So I built Urnerys, with two goals specifically in mind: to provide it under a more affordable pricing model and to allow it to be self-hosted with little effort.

To achieve the first goal I offer the software for a one-time payment. You pay once and own it forever, without any restrictions on its use. Inspired by https://once.com.

To achieve the second goal, it comes as a single "binary" without any external dependencies. In particular, it does not require any external database (such as Postgres), cloud storage (such as S3) or any other services. Just a single binary that you start and it's ready to use. This setup puts a limit on how large a single instance can scale (in other words, it's not Web Scale™), but even a modest machine can handle many hundreds of projects. Additionally, FAANG companies are not in my target group.

There is a demo instance available at https://demo.urnerys.dev. Note that I'll regularly wipe its contents so don't use it for anything serious.

I've used a private instance in a few of my projects, mainly to test the workflows and integration with GitHub. It covers the most basic needs that I have on such a service, therefore I feel ready to announce it to a wider audience. Please don't judge the user interface too harshly, it's not been my focus so far.

If anybody is interested in trying it out, reach out to me at hi@urnerys.dev. I'll give away a few licenses for free to those brave enough to want to try it for themselves.

Popularity: 2 points | 0 comments

Show HN: Urnerys – self-hosted visual regression testing service - Project Screenshot


63. Show HN: Overtime Calculator – Calculate work overtime with ease

URL: https://www.billableninja.com/tools/overtime-calculator

Author: jamzi

Description:

Popularity: 1 points | 1 comments

Show HN: Overtime Calculator – Calculate work overtime with ease - Project Screenshot


64. Show HN: StayedCSS – A CSS Library for Next.js App Router

URL: https://github.com/vectordxy/stayedcss

Author: encodeincode

Description: Hello, HN! I'm excited to introduce StayedCSS, a static CSS library built specifically for the Next.js App Router.

StayedCSS fully supports server and client components using a syntax inspired by pure CSS. I created this library to meet the need for efficient styling in both SSR and 'use client' environments. With features like media queries, pseudo-elements, pseudo-classes, combinators, and smooth dark mode transitions, StayedCSS is designed to elevate your Next.js projects.

Currently in beta, StayedCSS is being actively optimized and improved. Your feedback is incredibly valuable, so feel free to share your thoughts.

Thank you!

Popularity: 1 points | 0 comments

Show HN: StayedCSS – A CSS Library for Next.js App Router - Project Screenshot


65. Show HN: Open-Source AI Templates to help you build your next product

URL: https://metaschool.so/templates

Author: miletus

Description: Today, we're launching AI Templates at Metaschool: a curated collection of open-source, in-demand AI product templates. We've spent months identifying the hottest product ideas and the best ways to build them using AI. Everything is 100% open source—fork, clone, and start building immediately.

Our hope is that these templates will help you spin-off your own product and start your business without a big team or large investment. We're starting with 17+ templates, which can spawn around 1700 unique products.

For example -

1. Customer Service GPT: Provide a website link and instantly spin up a support chatbot. Add a payment gateway, and you can sell this solution to local businesses. 2. FlashCard GPT: Convert any information into flashcards for easy learning and recall. Perfect for schools, tutoring centers, or direct-to-consumer learning tools. 3. Finance GPT: Input financial goals and get a tailored investment or savings plan, plus a dashboard to track progress—ideal for anyone looking to improve their finances.

Check out our free, open-source templates here: https://metaschool.so/templates and let us know what you think.

As always, we love our open-source community and all they contribute.

Popularity: 11 points | 1 comments

Show HN: Open-Source AI Templates to help you build your next product - Project Screenshot


66. Show HN: Small Collection of Emacs Packages

URL: #

Author: keyweeusr

Description: Sometimes, I come across a handy tool or a frustrating issue in my daily workflow. If it's both, I might write a small program in a language I’m comfortable with to solve it.

Except for ELisp... For some reason, it annoyed me so much that I couldn't stop writing in it. First, it was simple config tweaks, then small patches, and before I knew it, I was enjoying it. I ended up creating a few packages, and of course, with each one, I’d hit a new problem, push the old one aside, and start fresh. Just hoping I don’t forget to go back to it later. Well, I didn't and I'm slowly revisiting, refactoring or adding new things where necessary.

It works for what I need. Maybe you will find it useful too :)

https://github.com/KeyWeeUsr/typewriter-roll-mode

https://github.com/KeyWeeUsr/imgur

https://github.com/KeyWeeUsr/emacs-syncthing

https://github.com/KeyWeeUsr/org-epa-gpg

https://github.com/KeyWeeUsr/dbml-mode

https://github.com/KeyWeeUsr/mermaid-docker-mode

https://github.com/KeyWeeUsr/decor

https://github.com/KeyWeeUsr/ob-base64

Popularity: 3 points | 0 comments


67. Show HN: An open graph image generator for Next.js

URL: https://www.readyjs.dev/tools/og-image-generator

Author: manuelcoffin

Description: Hey HN,

I was recently playing around with vercel/og package to generate dynamic og images for my next.js projects.

I ended up building an api route that generates og images based on dynamic query parameters like message, background color, logo, etc.

And because changing query parameters manually can get a bit tedious, I also made a visual editor. With it, you can design your og image quickly and generate a url to drop into your project (e.g., in your generateMetadata function).

Would love your feedback on this thanks, Manu

Popularity: 1 points | 0 comments

Show HN: An open graph image generator for Next.js - Project Screenshot


68. Show HN: I made an audible clone "aidble" in one day

URL: https://github.com/SerenityUX/aidible

Author: serenityux

Description: https://aidible.vercel.app/

Popularity: 1 points | 0 comments

Show HN: I made an audible clone "aidble" in one day - Project Screenshot


69. Show HN: Check your GitHub streak whenever you open a new tab and get motivated

URL: https://chromewebstore.google.com/detail/gitstats/dgfgblmnoegfkiamligbkmmikjomhpcj

Author: artistaiden

Description:

Popularity: 1 points | 2 comments

Show HN: Check your GitHub streak whenever you open a new tab and get motivated - 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