Alternatives
Products that do what Promptcellar – capture every Claude Code prompt as JSONL in your repo does
- 1

- 2

- 3PR
2017 · github.com
- 4

- 5CR
2015 · github.com
- 6

- 7CR
I got tired of sharing AI demos with terminal screenshots or screen recordings. Claude Code already stores full session transcripts locally as JSONL files. Those logs contain everything: prompts, tool calls, thinking blocks, and timestamps. I built a small CLI tool that converts those logs into an interactive HTML replay. You can step through the session, jump through the timeline, expand tool calls, and inspect the full conversation. The output is a single self-contained HTML file — no dependencies. You can email it, host it anywhere, embed it in a blog post, and it works on mobile. Repo:…
Mar 2026 · github.com
- 8RC
Hey HN, I wanted to share a simple command line tool I made that has sped up and simplified my LLM assisted coding workflow. Whenever possible, I’ve been trying to use Claude as a first pass when implementing new features / changes. But I found that depending on the type of change I was making, I was spending a lot of thought finding and deciding which source files should be included in the prompt. The need to copy/paste each file individually also becomes a mild annoyance. First, I implemented `repogather --all` , which unintelligently copies all sources files in your repository…
2024 · github.com
- 9CL
2018 · github.com
- 10PG
Jun 2026 · github.com
- 11

- 12

- 13MA
2024 · repo-distillery.vercel.app
- 14

- 15PT
Prompt-tower simplifies and speeds-up how prompts with multiple code blocks are written. It's often a pain jumping between files, classes, functions, etc and copying/pasting everything, wrapping and annotating the blocks, and finally sending the prompt off for generation. After seeing filekitty [1], I felt inspired to build a version of the idea I’ve had for awhile now... which is a vscode extension that fits better in a developer's context. check it out: https://marketplace.visualstudio.com/items?itemName=backnotp... demo gif:…
2024
- 16PN
2018 · github.com
- 17PA
Hey HN! We just launched PromptL: a templating language built to simplify writing complex prompts for LLMs like GPT-4 and Claude. Why PromptL? Creating dynamic prompts for LLMs can get tricky, even with standardized APIs that use lists of messages and settings. While these formats are consistent, building complex interactions with custom logic or branching paths can quickly become repetitive and hard to manage as prompts grow. PromptL steps in to make this simple. It allows you to define and manage LLM conversations in a readable, single-file format, with support for control flow and…
2024 · promptl.ai
- 18

- 19AD
Mar 2026 · github.com
- 20LP
2025 · codehooks.io
- 21CC
2025 · github.com
- 22

- 23LF
2017 · github.com
- 24RR
Built this to manage the full Claude Code workflow autonomously, from initial plan creation to reviewed PR. Tested it on a 25-task plan (5-7 items each) - ran overnight, woke up to a surprisingly solid PR-ready branch. Just run `ralphex` (single binary) in your project directory. Without a plan file, it starts interactive mode. Asks what to build, explores the codebase, writes the plan, then executes. The loop: plan creation (asks questions, writes markdown) → task execution (fresh session each, no context bloat) → multi-phase reviews (Claude + optional Codex) → branch ready for PR. Prompts…
Jan 2026 · ralphex.umputun.dev
Ranked by how close each launch is in meaning, then by votes. Refine with a description →