Alternatives
Products that do what MicroVibe – minimal JSX web starter does
Hi HN, I built MicroVibe, a small web starter for people who want JSX + file-based routing + API routes, without pulling in a heavy framework. What it does today: - File-based routing (including dynamic and catch-all segments) - API routes with consistent JSON error shape - SSR by default, and `mode = "client"` per route when interactivity is needed - Runtime module cache with file-change invalidation in local dev Project goal: keep the runtime small and understandable so teams can iterate quickly and still reason about behavior. I would really value feedback on: 1. Routing/API…
- 1JA
Hey, Hacker News! Today I'm proud to release jless, a command-line JSON viewer. jless provides a JSON viewing experience similar to what you see in a browser's network tab in the developer console, but from the comfort of your terminal, with a whole suite of vim-inspired key bindings to easily manipulate your view of the data and full-text regex search. I'm sure many of you have some piped together some combination of cat, jq and less before; hopefully jless can replace that usage (hence the name). It supports newline delimited JSON too, so it can handle any output from jq. I built jless to…
2022 · pauljuliusmartinez.github.io
- 2

- 3

- 4MA
2021 · m3o.com
- 5MP
Hey all, Just reposting after about a year since the last time I shared. Micro is a platform for API development. It combines a lot of the core primitives you'd expect from a cloud platform as a single logical server. The closest equivalent is Dapr.io. It bakes in the concept of environments, source to running builds and a framework for Go development. It's useful where you want to write backend services in Go and expose them through a single API (also included in Micro). We once wrote about "Netlify for the frontend, Micro for the backend"…
2023 · micro.dev
- 6H1
This is the thing I've been busy with for the past 18 months, over which it has grown from a skunkworks project into a real-world product. This is going to be my first microISV and even if it's a colossal commercial failure, I'm looking forward to the experience of product development. To ship HgLab, I first effectively rewrote Mercurial Core in C# (https://bitbucket.org/hglab/hgsharp), and then built on that to first deliver a bare-bones read-only repository browser and then a full-fledged Mercurial Server. I'm open to any kind of feedback. And wish me luck!
2013 · hglabhq.com
- 7AM
Hey HN! After years of experiencing hit-or-miss coffee bean purchases, I built a simple solution to crowdsource coffee bean ratings. The problem is straightforward: buying new coffee beans is a gamble, and with rising prices, a bad bag is both disappointing and costly. The solution is a no-frills web app built with Go, HTMX, and Tailwind CSS. No accounts required, no JavaScript frameworks, just a simple 5-star rating system for coffee beans. Technical Stack: - Backend: Go - Frontend: HTMX + Tailwind CSS - No user accounts (intentionally) - Progressive web app I deliberately chose HTMX over a…
2025 · roastquest.com
- 8LV
Hey HN, We just released v5 of LemonadeJS, a micro-reactive library (~5.5KB compressed, no dependencies) that brings reactivity, scoped state, and JSX support to browser-native JavaScript. Key Features in v5: - Private reactive state for components - Scoped events for modularity - JSX support (via a Babel plugin) - children argument for nested components - Template literal interpolation - Improved DOM rendering performance Use it with plain JS, TypeScript, or JSX — no build step required. Ideal for browser tools, widgets, or building fast UIs without bundlers.…
2025 · lemonadejs.com
- 9MA
I built MiniVim, a small and minimal Neovim configuration focused on keeping things simple and readable. The goal was to have a setup that: starts fast uses only essential plugins avoids heavy frameworks remains easy to understand and extend The structure is intentionally small: It’s not meant to compete with full Neovim distributions, but rather serve as a clean base configuration that can be extended gradually. I use it across multiple machines (laptop, WSL, and servers), so reproducibility and simplicity were priorities. Feedback is welcome.
Feb 2026 · github.com
- 10IM
I made a starter template for creating Haskell web-applications using HTMX, AlpineJS, Servant, TailwindCSS and Lucid (HASTL) - I really enjoy working in this stack and I think it brings together a lot of cool technologies with the awesomeness of Haskell doing all the heavy lifting I also tried to make it "production ready" by adding build and test tools e.g. it comes with simple Make targets and with unit and integration tests that use testcontainers to spin up the database and web application to test against. It's based on the awesome servant-persistant example by Matt Parsons…
2024 · github.com
- 11RM
2017 · github.com
- 12AT
This began as a passion project and an opportunity to learn new tech. I've always experienced frustration developing APIs, especially the RESTful CRUD style of data APIs. It always felt like I was repeating the same patterns over and over again, and that was tedium I didn't want. A little over a year ago, I wanted to learn more about Go, Firecracker microVM, and Svelte and thought "Could I build an API framework that was just a simple description of resources? What would that look like?" That lead me to https://firecracker-microvm.github.io/, which landed me on…
Dec 2025 · attainable.dev
- 13NJ
It's very early days for the project, but I wanted to share it to see if there is interest. It is the final piece of the FastAPI server-side rendering stack I started building with FastHX and htmy (the two dependencies of this project besides FastAPI). Think of it as a more powerful and convenient alternative to tools like FastHTML, powered by FastAPI (without any modifications). I hope you'll like it.
Oct 2025 · volfpeter.github.io
- 14CA
My sister asked me if I can set up a site similar to jack.ventures for her a month ago. She said it was open source (https://github.com/Jack000/Expose) and should be easy and I just need to run a script (rolls eyes). I did that and two weeks later her friends saw it and want me to run the same script for them. So I decided to take some weekends to build something similar using nodejs/redis/mysql, put up a user registration page, user profile page and add some editing features. So now everyone can sign up without me having to run any 'script'. Just push the first…
2017
- 15TN
2020 · github.com
- 16SN
Hey folks, I am finally posting a Show HN post for a project I have been working on for several months now, and it's in a state where I already get a lot of value myself, so I am happy to share broadly. The pitch line is: "Skybear.NET is a managed platform automating Synthetic HTTP API testing." At the moment, the main source file format supported for your API tests are Hurl.dev files [1]. Hurl is a CLI tool wrapping `curl` and it's really awesome. At least check that out :) I am not affiliated directly with the Hurl CLI tool, and the platform I am building provides full Hurl compatibility.…
2024 · skybear.net
- 17BF
I'm the technical co-founder of Baseline, and I wanted to share our latest creation with you all. After struggling with some limitations of other popular frameworks for our own startup projects, we decided to build something better—Baseline. We've designed our framework to address the specific needs of startups like ours that require scalability, reliability, and ease of use without the hefty overheads. We’re launching as an Open-source product. Baseline is built on AWS and leverages serverless technologies to offer a solution that scales automatically and is cost-effective. With other…
2024 · baselinejs.com
- 18

- 19SK
Hey HN! Over the past decade or so, every side project and startup I've built has used more or less the same framework: - a django backend - a react spa frontend - a separate seo-optimized static marketing site (I used to use jekyll, but now I use astro) As many of you can probably relate, I've always started from scratch or grabbed code from old private repos. Half the time this resulted in burning out before I started working on the main project. I decided to take a break and build a truly solid foundation for the things I use in nearly every project. Hopefully some of you find it as…
2024 · djangoreactkit.com
- 20OS
Hi there HN! I'm Matthias and I've been into video streaming for quite a while now. Over the years I've built plenty of small setups, often CLI tools to test and debug streaming video. About a month ago, during my annual holiday, I started working on a simple API on top of my CLI tools. It's time consuming to craft and run multiple ffmpeg jobs, get GOP / keyframes right, merge playlists, package to HLS, ... One thing led to another and I eventually started exploring HLS interstitials, VMAP / VAST and dynamic ad insertion, MSE / EME (HLS.js in general), React (perf) as a player…
2024 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →