AI Features
LynxPrompt includes AI-powered features that help you customize and enhance your configurations with natural language.
Configuration: AI features are controlled by the ENABLE_AI environment variable and require an ANTHROPIC_API_KEY. The default model is claude-3-5-haiku-latest, configurable via AI_MODEL. See the Self-Hosting Guide for setup details.
In this section
What Can AI Do?
Edit Blueprints
Found a great blueprint but need tweaks? Describe what you want to change in plain English, like "change GitHub to GitLab" or "add a testing section for Jest".
Format Requirements
In the wizard's "Anything Else" section, describe your requirements in natural language. AI will structure them properly for your config file.
How It Works
Describe Your Changes
Write what you want in natural language. No special syntax required.
AI Processes Your Request
The AI understands your intent and generates the appropriate changes.
Review and Apply
Preview the changes before applying them. You're always in control.
Example Prompts
"Change all references from npm to pnpm""Add a section about using Tailwind CSS with our design system""Remove the Docker deployment section""Make the code style rules stricter for TypeScript""Translate the guidelines to be more beginner-friendly"