Alternatives
Products that do what ForgeKit does
Scaffold a production-ready project in one command
- 1FG
Hi HN, I'm Antoine Zambelli, AI Director at Texas Instruments. I built Forge, an open-source reliability layer for self-hosted LLM tool-calling. What it does: - Adds domain-and-tool-agnostic guardrails (retry nudges, step enforcement, error recovery, VRAM-aware context management) to local models running on consumer hardware - Takes an 8B model from ~53% to ~99% on multi-step agentic workflows without changing the model - just the system around it - Ships with an eval harness and interactive dashboard so you can reproduce every number I wanted to run a handful of always-on agentic systems…
May 2026 · github.com
- 2

- 3

- 4

- 5

- 6
- 7

- 8WO
2021 · github.com
- 9

- 10HM
A developer's machine accumulates tools fast. A Rust CLI you compiled last year, a Python formatter installed via `uv`, a language server pulled from npm, a terminal emulator from a curl script, a Go binary built from source. Each came from a different package manager, each with its own install incantation you half-remember. I wanted a way to declare what I need without adopting a complex system like Nix or Ansible just for a single laptop. The result was a plain old Makefile. I wrote a short post on using Make (along with a tiny bash script and fzf) to create a searchable, single-command…
Mar 2026 · thottingal.in
- 11DC
I've been frustrated with dependency hell and clutter on my VPS from dev, so I built Devbox: a lightweight, open-source CLI tool that spins up isolated development environments using Docker. Each project runs in its own container, but your code stays in simple flat folders on the host machine—no messing with volumes or sync issues. Environments are disposable, so you can nuke and recreate them without losing your work. Key features: - Instant setup: `devbox init my-project` and you're in a fresh env with `devbox shell`. - Configurable via JSON: Define packages, services, and more in a…
Sep 2025 · devbox.ar0.eu
- 12

- 13

- 14BY
2017 · github.com
- 15

- 16

- 17KC
We kept hitting the same wall: you clone some arbitrary repo and just want it to run without any configuration work. So we built Keystone, an open source tool that spins up a Modal sandbox, runs Claude Code inside it, and produces a working .devcontainer/ config (Dockerfile, devcontainer.json, test runner) for any git repo. We build on the dev container standard, so the output works with VS Code and GitHub Codespaces out of the box. Main use cases: reproducible dev/CI environments, self-describing repos, and safely sandboxed coding agents. Our goal is to encourage all repos to…
Feb 2026 · github.com
- 18LO
2016 · github.com
- 19FS
2025 · github.com
- 20WM
Hey devs :) With 15+ years of UI kit building & design systems, my team is launching a platform that allows developers to build consistent & fully functional UI kits / web projects in days, instead of months. Giving you best practices with the most advanced system design/system design for reusing UI components, combined with access to 500+ open-source components that you can build anything with. Yes it’s open source tech with no vendor lock. Which means you can export any part of your UI kit / project at anytime. Our goal isn’t to enhance your tech stack, not to lock you in.…
2024 · symbolsapp.framer.website
- 21

- 22PR
I built a comprehensive environment setup tool that automatically configures a complete development environment on macOS. Features include AI tools (Ollama, LM Studio), modern terminals, complete dotfiles, and intelligent parallel processing. The tool has zero ShellCheck errors/warnings and is production-ready. It's particularly useful for new Mac setups, team onboarding, or anyone wanting a modern development environment without the manual configuration hassle. Key features: - 10 preset configurations (minimal to everything) - AI tools with local LLM support - Modern terminals (Warp,…
Sep 2025 · github.com
- 23MY
2023 · github.com
- 24SC
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
Ranked by how close each launch is in meaning, then by votes. Refine with a description →