Alternatives
Products that do what Zero-dependency minimal Java web framework does
I have written a from-scratch minimalist Java web framework, called Minum. I'd like to get your thoughts. The driving goal has been achieving characterics of plainness, frugality, performance, maintainability, testability, and ease of use. It has zero dependencies other than Java's SDK, yet provides a web server, routing, authentication, testing, logging, templating, HTML parsing, and a database, in 3800 lines of code, compiling to a 150k binary. It currently supports a web application in production. There are also example projects demonstrating its use, linked in the documentation. As the…
- 1SN
2021 · skruv.io
- 2

- 3

- 4KA
Jun 2026 · kyushu.dev
- 5RA
I wanted to have a framework that would let me build web apps faster than ever before. I didn’t care if it was a little hacky or didn’t use best practices — I wanted to be able to get a multi-user application out the door in hours instead of months. I researched the CMS space for months before deciding to build something from scratch. My goal was to be 90% done building a web app once I had the static HTML and CSS finished. I’m not a big fan of building out API endpoints over and over again for every new app, fiddling with a database, or doing lots of config. What I ended up with was a…
2020
- 6MW
2012 · github.com
- 7

- 8SC
2017 · github.com
- 9TY
2012 · github.com
- 10HF
I've been having a blast making multiple mini apps that run in the browser. I've been trying to see how far I can go without having a backend and relying on other services. I wrote these for fun and wanted to know what folks think.
Jun 2026 · joeheyming.github.io
- 11BA
2020 · volument.com
- 12PR
Hi HN, While building RAG agents, I noticed a lot of token budget was wasted on formatting overhead (HTML tags, JSON structure, whitespace). Existing solutions felt too heavy (often requiring torch/transformers), so I wrote this lightweight, zero-dependency library to solve it. It includes strategies for context packing, PII redaction, and tool output compression. Benchmarks show it can save ~15% of tokens with negligible latency overhead (<0.5ms). Happy to answer any questions!
Dec 2025 · github.com
- 13BF
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
- 14AM
First, I'm by no mean a programmer. Second, I am reading HN for years, just registered to make this public and see if it can be useful for someone. I have nothing to gain monetary. A while ago, I decided that no blogging system was simple enough and I looked for a small wiki to use as a CMS/blog. Found WikWiki on C2.com and I mixed it with some basic Markdown syntax, a minimal template and added password protection. The result is a single php file, no database and no dependencies. Code is a mess, not modulable, probably wrong in so many ways, but it can probably used by some as personal…
2022 · mindwi.se
- 15LF
2016 · github.com
- 16IB
This is a simple PHP framework I built myself from scratch with minimal dependencies from composer. It has Autowiring DI and some simple routing provided by the Slim router. The code: https://github.com/cipher-code/phpframework
2022
- 17AL
I have developed a lightweight JavaScript framework that utilizes a single class and occupies only 1.7KB of gziped JavaScript. The framework features a Vue-inspired API and supports functionalities such as if, for, slot, and bind.
2023 · github.com
- 18BE
2020 · volument.com
- 19

Zero-dependency distributed actor framework for TypeScript: typed actors, supervision, mailboxes, behaviors, an event stream, a multi-core runtime, remoting across nodes, and clustering with discovery, placement, singletons, and relocation
8d ago · tochemey.github.io
- 20JM
Hello HN community, I'm excited to introduce Javaistic, an open-source platform designed to simplify and accelerate your journey in learning Java programming. Whether you're a beginner or looking to deepen your understanding, Javaistic offers a comprehensive and user-friendly experience. Key Features: Comprehensive Content: Explore a wide range of topics, from basic concepts to advanced subjects like arrays, strings, 2D arrays, recursion, and matrices. Beautiful Design: Enjoy a visually appealing and optimized learning environment that enhances your educational experience. Ad-Free Learning:…
2025 · javaistic.vercel.app
- 21WW
Over three months ago, I posted my book on HN and got tremendous +ve reponse. I am happy to inform that I have published the book to leanpub as per the comments I got on HN itself! It is pay as you go model, and the minimum is $0 because I wanted to contribute back to the FOSS Community
2016
- 22HW
2024 · github.com
- 23A1
I've seen a lot of comments about how complex frameworks like LangChain can be. Over the holidays, I wanted to see how minimal an LLM framework could get if we stripped away everything non-essential. The result is an LLM framework in just 100 lines of code. These 100 lines capture what I see as the core abstraction of most LLM frameworks: a nested directed graph that breaks down tasks into multiple LLM steps, with branching and recursion to enable agent-like decision-making. From there, you can layer on more advanced features like agents, RAG, task decomposition, and more. I’ve intentionally…
2025 · github.com
- 24IM
2023 · blazorspark.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →