From c1499e76d295ed3e3d77d1e28f115ecddf62fd04 Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 30 Dec 2025 00:55:43 -0400 Subject: [PATCH] Add 'Try It Now' quick demo section to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 60-second demo using Docker container: - Pull container, install OpenCode, run eli5 on README - Uses free Big Pickle model by default, no sign-up required - Demonstrates the tool while explaining itself Keep native install as 'Quick Start (Native Install)' for regular use. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ab6a6..3da5175 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,30 @@ echo "Price $49.99, SKU ABC-123" | json-extract --fields "price, sku" - **Multi-step Pipelines** - Chain AI prompts with Python code for validation - **12+ Providers Profiled** - We tested them so you don't have to -## Quick Start +## Try It Now (60 seconds) + +See SmartTools in action without installing anything on your system: + +```bash +# Pull the container +docker pull gitea.brrd.tech/rob/smarttools:latest + +# Run it +docker run -it --rm gitea.brrd.tech/rob/smarttools bash + +# Inside the container - install OpenCode (includes free AI models) +smarttools providers install # Select option 4, then 'y' +source ~/.bashrc + +# Try it! This explains the README using the free Big Pickle model +cat README.md | eli5 +``` + +That's it - you just used AI to explain itself. The `eli5` tool uses a free model by default, no sign-up required. + +## Quick Start (Native Install) + +For regular use, install natively: ```bash # Clone and install