Alternatives
Products that do what Gutenberg a scaffolding tool for Erlang. Like rails generate or yeoman does
I am the creator of gut/gutenberg. I am really interested in your comments. Please let me know what you think about gut :).
- 1

- 2CA
I made this simple language over the past year, and it's time for me to say it's "done" (for now) and focus on other projects. I've struggled to answer the question "what is this language for?" other than "it's just for me" — and that's probably good enough. But I also wanted to make something "complete" that others could use if they wanted to. Writing my own language was an incredibly rewarding experience, and I'd recommend everyone trying it. Let me know if you have any questions or feedback, and please share your own experience if you've also made a language.
2023 · cassette-lang.com
- 3MA
I've been exploring the (not so=) amazing potential of AI in coding and have compiled a list of tools. From AI-powered IDEs to code generators, this resource is my contribution to the community. I'm still on the fence about including txt2sql projects, as their functionality seems too basic to me. And I'm personally maintaining this, so your feedback is wellcome.
2025 · aicode.danvoronov.com
- 4SL
Or more precisely, my little site maker... It is a personal tool that I thoroughly enjoyed making, and enjoy using to write my website . A caveat before any more; nobody was supposed to promote this insanity. Like, terrible things have been done involving inotify and xdotool. But. It showed up on HN some months ago. That too while it was still, shall we say, fermenting. It got "done" some time thence, and of course one could not let the half-past just be. So here we are, for better or worse. Thank you HN mods for helping me repost! _\\// The README explains all, animated GIFs and…
2023 · github.com
- 5

- 6IM
Mar 2026 · github.com
- 7SC
Scaffolder is a CLI tool written in Golang to instantly generate skeleton project structure with boilerplate code, that's taken from configurable YAML file, to quickly kick-start your project I was tired of manually creating the project structure, with all those folder, files... So I decided to create a CLI tool that allows you to instantly generate skeleton projects, based on a reusable YAML file with boilerplate code if specified. YAML is very easy for both humans and programs to work with and parse, hence why it's the most logical choice in context of Scaffolder. Check out the GitHub page…
2023 · github.com
- 8EA
eno [1] - A modern plaintext language w/ libraries [2] for JavaScript, Python, Ruby & soon more! We migrated a big relational research database to a file-based solution - requirements were: - Super fast and easy editability for users - Highest performance for parsing/validating >10K documents on every user change. Our trials with YAML/TOML showed us that we wanted something both faster [3][4] and easier [4], something tailored for file-based content management ... and after months of research & development it's now publicly available (under MIT license) for everyone! Last but…
2018
- 9MW
A place to learn and share html5/css3/js snippets. Its on a alpha/mvp stage right now. Let me know what you think. Http://html5snippets.com
2011
- 10LJ
I've been working for about 8 months on http://www.Learneroo.com, a site to teach programming and more through challenges. I created the site and all the content on it, and I'm looking for some feedback. Thanks!
2013
- 11LE
Hey HN, I’d like to share Liam ERD, an open-source tool that automatically generates beautiful and interactive ER diagrams from your database schemas (PostgreSQL, schema.rb, schema.prisma etc.). We built it to address the common pain of manually maintaining schema diagrams and to help teams keep their database documentation always up-to-date. Key features: - Beautiful UI & Interactive: A clean design and intuitive features (like panning, zooming, and filtering) make it easy to understand even the most complex databases. - Web + CLI: Use our web version for quick demos on public projects, or…
2025 · github.com
- 12GP
2016 · github.com
- 13AA
Asciibook is an e-book generator tool that can convert AsciiDoc to e-books in HTML/PDF/EPUB/MOBI format. GitBook used to be the best open source e-book generator, but they abandoned the project at the end of 2018. E-book authors either continue to use GitBook without maintenance or write their own scripts. So I came up with the idea to write a new eBook generation tool to replace GitBook. Homepage: https://asciibook.org/ GitHub: https://github.com/asciibook/asciibook Features: - Supports generation of HTML/PDF/EPUB/MOBI. -…
2020
- 14AO
As I couldn't find a proper web based open source tool that could help me with my bookkeeping, I spend a week to built one myself. It's based on laravel and provides revenue, expenses, travel allowance and depreciation sections. Everything is then merged to an annual statement, that can be exported as a pdf and used for tax filing. It's far away from perfect (no tests yet), but I would be happy to hear what you think about it and maybe find someone to join in.
2023 · github.com
- 15IB
Hi HN! My name is Yossi, and I'm a solo indie maker. SEO tools are super pricey and free tools often fall short, leaving most users to costly subscription-based tools. So, I built SEO Stuff, a keyword tool that uses a credit-based system for builders like me who use SEO more sporadically. Have a great day!
2024 · seo-stuff.com
- 16DC
Hi there! I'm building Diagrammatic, a simple and free online tool with the ambition to become a community for diagrams-as-code enthusiasts. Currently, it supports Mermaid, PlantUML, Dot (Graphviz), Vega-Lite, and Typogram, but I'm looking to add more languages. Please let me know if there's a particular one you use. I'd appreciate any kind of constructive feedback as well. Thanks in advance!
2024 · diagrammatic.com
- 17GA
Hello HN! These last few months I've been working on my first open source project: an embedded database written in pure-go. That took me some months, as I had to learn how to deal with such large packages. Until then, all packages I had made were quite small an did not require much. I usually did not have to worry about things like allocation optimization and instance pools until This project. It started when I wanted to make a port of a tool to a TUI environment. I'm actually used to working with TUIs in golang, so that was my language of choice. The tool I wanted to port is written in…
Feb 2026
- 18IB
Hi HN, A lot of the dev teams I have worked with had a lot of issues with their documentation. In fact, some of my easiest clients to get were from clients that had "black box" solutions that devs no longer at the company had created. Personally, writing documentation is like grinding nails on a chalkboard. I have been having a lot of fun with building solutions that can run in a distributed way, not something a dev needs to run themselves. And after a significant amount of testing and building out several different solutions, I finally have a solution that is easy to set up and runs in the…
Dec 2025 · codesummary.io
- 19BY
Hey HN! I spent the last year building a programming challenges site targeted at intermediate/advanced programmers [1]. Challenges follow the "Build your own X" format, where you learn about a popular open source tool by building a small version yourself (popularized by this Github repo [2]). The primary difference compared to other coding challenge websites like Codecademy, HackerRank, Exercism etc. is that we offer real-world programming challenges - no inverting binary trees here! I've posted about this multiple times here before, but haven't managed to gather much interest. Trying…
2021
- 20AL
Hi HN, I have been studying languages as a hobby for a large portion of my life. Hence, I decided to create a spaced repetion app with the techniques that have helped me the most so far. It's aims to be made simple for the regular user to plug and play. I'd love to hear your feedback!
2025 · koshka.app
- 21DA
I'd like to share a new workbench I've been working on called DiffCAD. Coming from a software engineering background, not having the ability to properly diff my CAD model changes was driving me crazy. This project scratches my own itch, and maybe someone elses', too! I'm open to feedback, ideas, and contributions. Cheers!
May 2026 · github.com
- 22PV
Been going for about three years now on the side, learned to code in Rails from Michael Hartl's book, got help from friends and have been getting tons of feedback. I find using Uservoice's idea generation tool was the best along with emailing all customers a few days after they register to get feedback. I also found that a good amount of people will sign up and abandon the site quickly and I'm going to put in a JQ tour to help guide people around the app. Also been testing out Olark to gauge converting users. Anywho, I just launched the latest, responsive Printavo update with has a ton of…
2012
- 23

ExtractBench - A Benchmark for Schema-Guided Enterprise Document Extraction - run-llama/ExtractBench
26d ago · github.com
- 24IB
Hello It's been quite frustrating to find an online tool that will easily extract tables from PDFs. So I built one. https://www.tablex.dev Hope you enjoy it.
2023
Ranked by how close each launch is in meaning, then by votes. Refine with a description →