paddler: Scale LLMs
You can self-host Large Language Models (LLMs) with paddler to create highly customized applications.
"A solo developer is creating a chatbot for their startup's customer support. They use paddler to host their LLM, set up load balancing, and serve queries from their users. They configure paddler to pull product data from Amazon to answer customers' product-related questions. With paddler, their chatbot can now provide more accurate and helpful responses."
- •When you need to deploy and manage multiple LLMs or VLMs in a self-hosted environment
- •When you require a simple and lightweight load balancer for your AI models
- •When you want to use a ggml ecosystem-based solution for deploying and serving AI models
curl -X POST 'http://localhost:8080/infer' -H 'Content-Type: application/json' -d '{"model": "my_llm", "prompt": "Write a story about a character who learns a new skill"}'Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/paddler && curl -fsSL https://workflowstacks.com/api/skills/paddler/claude-skill -o ~/.claude/skills/paddler/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Paddler: Scale LLMs is a large Rust project (~46k lines across 731 code files, plus 258 test files). Setup is light: runs with Docker. Last commit 2 months ago, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2CLAUDE.mdThe instructions the AI actually follows
- 3Cargo.tomlDependencies and the commands it exposes
- 4example/README.mdA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/paddler && curl -fsSL https://workflowstacks.com/api/skills/paddler/claude-skill -o ~/.claude/skills/paddler/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.