Generate AI IDE configuration files in clicks, not keystrokes.
LynxPrompt is a web platform and CLI for generating and sharing AI IDE configuration files. Instead of manually writing AGENTS.md, CLAUDE.md, or .github/copilot-instructions.md for every project, use our wizard or browse community blueprints.
π Live at: lynxprompt.com
LynxPrompt supports 25+ AI coding assistants across all major platforms:
| Platform | Config File | Status |
|---|---|---|
| Cursor | .cursor/rules/ |
β |
| Claude Code | CLAUDE.md / AGENTS.md |
β |
| GitHub Copilot | .github/copilot-instructions.md |
β |
| Windsurf | .windsurfrules |
β |
| Zed | .zed/instructions.md |
β |
| Aider | AIDER.md / .aider.conf.yml |
β |
| Platform | Config File | Status |
|---|---|---|
| Amazon Q | .amazonq/rules/ |
β |
| Kiro (AWS) | .kiro/steering/ |
β |
| Cline | .clinerules |
β |
| Cody | .sourcegraph/cody.json |
β |
| Continue.dev | .continue/config.json |
β |
| Antigravity (Google) | GEMINI.md |
β |
| Goose | .goosehints |
β |
| JetBrains Junie | .junie/guidelines.md |
β |
| OpenHands | .openhands/microagents/repo.md |
β |
| Trae AI (ByteDance) | .trae/rules/ |
β |
| Augment Code | .augment/rules/ |
β |
| Roo Code | .roo/rules/ |
β |
| Firebase Studio | .idx/ |
β |
| Warp AI | WARP.md |
β |
| VS Code MCP | .vscode/mcp.json |
β |
Use AGENTS.md as a universal format that works with:
- Claude Code, Aider, Devin, SWE-agent, and most AI coding tools
- Readable by humans and AI alike
- Future-proof and editor-agnostic
- Configuration Wizard β Step-by-step generator with smart defaults
- Blueprint Marketplace β Browse, share, and sell AI configurations
- Blueprint Versioning β Track changes with changelogs
- Teams β Share blueprints privately within your organization
- Template Variables β Dynamic
[[VARIABLE]]placeholders - API Access β Programmatic access for all users
Install the CLI for local workflow integration:
# npm (cross-platform)
npm install -g lynxprompt
# Homebrew (macOS)
brew install GeiserX/lynxprompt/lynxprompt
# Chocolatey (Windows)
choco install lynxprompt
# Or use with npx
npx lynxpromptQuick commands:
# Generate an AI config file (recommended)
lynxp wizard
# Quick generation with defaults (creates AGENTS.md)
lynxp wizard -y
# Generate for specific format
lynxp wizard -f cursor
# Download a blueprint from marketplace
lynxp pull bp_abc123
# Check your config status
lynxp status
# Login to sync with cloud
lynxp loginSee CLI Documentation for all commands.
- Visit lynxprompt.com
- Sign in with GitHub, Google, or email
- Use the wizard or browse blueprints
- Download your configuration files
# Install
npm install -g lynxprompt
# Generate config interactively
lynxp wizard
# Or quick mode with defaults
lynxp wizard -y# List public blueprints
curl https://lynxprompt.com/api/v1/blueprints
# Get a specific blueprint (with auth for private)
curl -H "Authorization: Bearer lp_xxxxx" \
https://lynxprompt.com/api/v1/blueprints/bp_abc123Generate API tokens at lynxprompt.com/settings?tab=api-tokens
- Node.js 20+
- PostgreSQL 15+
git clone https://github.com/GeiserX/LynxPrompt.git
cd LynxPrompt
npm install
cp env.example .env
npm run db:generate
npm run db:push
npm run db:seed
npm run devdocker-compose up -d| Layer | Technology |
|---|---|
| Framework | Next.js 15, React 19 |
| Language | TypeScript |
| Database | PostgreSQL (Prisma ORM) |
| Auth | NextAuth.js (GitHub, Google, Magic Link, Passkeys) |
| Payments | Stripe |
| Analytics | ClickHouse, Umami (self-hosted, cookieless) |
| Styling | Tailwind CSS, shadcn/ui |
| Tier | Price | Features |
|---|---|---|
| Free | β¬0 | Wizard, browse & download blueprints, share free blueprints |
| Pro | β¬5/mo | Sell blueprints, advanced wizard options, API access |
| Max | β¬20/mo | All paid blueprints included, priority support, 10% seller discount |
| Teams | β¬30/seat/mo | Team blueprints, SSO, centralized billing |
Contributions welcome! See CONTRIBUTING.md.
Source Available with commercial restrictions. See LICENSE.
- β Personal and non-commercial use
- β Contributions welcome
- β Commercial use requires license
Author: Sergio FernΓ‘ndez Rubio (GeiserCloud)
- π Website
- π Documentation
- π» CLI Docs
- π’ Status Page
- π Security