Skip to content
railsengines.com

Ruby LLM Prompts

Database-backed prompt management for RubyLLM

No ratings yet
Gem
ruby_llm-prompts
Repository
bborn/ruby_llm-prompts
Stars
30
Added
August 12, 2026

About

Database-backed prompt management for RubyLLM

Database-backed prompt management for RubyLLM. Store, version, and edit prompts without redeploying. Works transparently with RubyLLM agents and direct chat usage.

What you get

  • Browse all prompts with their variables
  • Create and edit prompts (body + system message)
  • View version history with diffs between versions
  • Roll back to previous versions

Mounting it

ruby
# Gemfile
gem "ruby_llm-prompts"

# config/routes.rb
mount RubyLLM::Prompts::Engine, at: "/prompts"

Details

30 stars on GitHub · maintained by bborn. Source: https://github.com/bborn/ruby_llm-prompts

Discussion (0)

Sign in to join the discussion.

No comments yet.