InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Hof Alternatives
Similar projects and alternatives to hof
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
guidance
Discontinued A guidance language for controlling large language models. [Moved to: https://github.com/guidance-ai/guidance] (by microsoft)
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Turbo Vision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
-
-
-
-
-
-
go-live
🗂️ go-live is an ultra-light server utility that serves files, HTML or anything else, over HTTP.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
hof discussion
hof reviews and mentions
- How to include Git version information in a Golang binary
-
Libero – A Programmer's Tool and Code Generator [Legacy]
I've built something similar that uses CUE + text/template rather than visual programming. Like libero, iteration is important and hof let's you modify the generated code and the design for the automated code as many times as you like.
https://github.com/hofstadter-io/hof
-
Hof v0.6.9 – more CUE powered tools and extensions
Hi HN, this is a project I've created initially for code gen from Yaml DSLs, but after hacking imports into Yaml... I went soul searching and discovered CUE. Since then I've become a big fan of the language and have been experimenting with various ways to use CUE, many of which have landed in hof
https://docs.hofstadter.io
-
Show HN: Use Go's HTML/template to write React-like code
Go's text/template (basically the same as html/template, with fewer safe guards) is pretty powerful. You can add custom functions and partial templates too. I use these concepts in https://docs.hofstadter.io to generate any code, not just frontend.
For frontend, as in your example, this has the older feel for UI, where each navigation requires a round trip to the server and a full-page response to the client. This is part of the reason people have moved to React and full-stack TS. I love Go, but I'm definitely a big fan of writing webapps in Next at this point. React Server Components are a really nice DX.
-
Show HN: Syntax highliting tool for code snippets in HTML
I'm sure it is still a good learning experience. I learned a lot by working on a universal formatting setup.
https://github.com/hofstadter-io/hof/tree/_dev/formatters
-
Using Cuelang With Go for extracting structured data from LLMs
Mainly an overview of using CUE from Go, with a little flair of validating the returned JSON of an LLM with CUE.
A while back, I used a CUE-like schema instead of OpenAPI. Most of the time, you can get the model to output JSON/CUE from example objects rather than full schemas, which I have a hunch will be distracting and not reasoned about.
https://github.com/hofstadter-io/hof/blob/_dev/lib/chat/cmd/...
-
Looking for help with transpiling TypeScript to Golang and Python using LLMs
For a auth product, you probably should go with traditional code generation, not LLMs (re: all the unsolvable problems they have (hallucinations, incomplete code answers). For an auth product, you want something definite and reproducible, or you are asking for trouble.
If you are interested in a flexible code gen framework, I built one that had this very use case in mind. (https://github.com/hofstadter-io/hof)
I'd be happy to think / talk this through with you
-
Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
I recently built a TUI for exploring and developing CUE, JSON, Yaml.
Large inspiration for the overall UX comes from the Bloomberg terminal, where every function is reachable with four letter shortcut from the command box. It was really the command box that I liked. I've also built a sort of "flex" panel component for the layout so you can create as many panels as you like.
https://docs.hofstadter.io/getting-started/hof-tui/
https://github.com/hofstadter-io/hof/tree/_dev/lib/tui
-
Ask HN: Are SQL developers generally familiar with JSON, VSCode and Docker?
Many business analysts use SQL, have for a long time. They are probably not your target audience. With the problem being JAVA specific, you'd likely want to start there
This sounds similar to the goals of my hof tool (https://github.com/hofstadter-io/hof), lift type definitions out of code so they can be defined in one place, then generate the code for all the places. Is that sounding like what you are after?
-
Show HN: Open SaaS – An open-source alternative to paid boilerplate starters
Having built something similar, the biggest challenge for users is that they have to use a bespoke language, like WASP here. I suspect that it is also your biggest challenge as well.
Mine is built on CUE, which at least has the potential to become a more widely used language. CUE hasn't reached sufficient maturity for broader adoption yet, so I continue to face this same problem.
https://github.com/hofstadter-io/hof
-
A note from our sponsor - InfluxDB
www.influxdata.com | 21 May 2025
Stats
hofstadter-io/hof is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of hof is Go.