Skip to content

GeiserX/LynxPrompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LynxPrompt

LynxPrompt

Generate AI IDE configuration files in clicks, not keystrokes.

Website npm Status License GitHub Stars


What is LynxPrompt?

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


Supported AI IDEs & Tools

LynxPrompt supports 25+ AI coding assistants across all major platforms:

Popular Editors

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 βœ…

More AI Tools

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 βœ…

Universal Format

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

Features

Web Platform

  • 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

CLI (Command Line Interface)

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 lynxprompt

Quick 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 login

See CLI Documentation for all commands.


Quick Start

Option 1: Use the Web App

  1. Visit lynxprompt.com
  2. Sign in with GitHub, Google, or email
  3. Use the wizard or browse blueprints
  4. Download your configuration files

Option 2: Use the CLI

# Install
npm install -g lynxprompt

# Generate config interactively
lynxp wizard

# Or quick mode with defaults
lynxp wizard -y

Option 3: Use the API

# 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_abc123

Generate API tokens at lynxprompt.com/settings?tab=api-tokens


Self-Hosting

Prerequisites

  • Node.js 20+
  • PostgreSQL 15+

Installation

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 dev

Docker

docker-compose up -d

Tech Stack

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

Pricing

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

Contributing

Contributions welcome! See CONTRIBUTING.md.


License

Source Available with commercial restrictions. See LICENSE.

  • βœ… Personal and non-commercial use
  • βœ… Contributions welcome
  • ❌ Commercial use requires license

Author: Sergio FernΓ‘ndez Rubio (GeiserCloud)


Links