https://github.com/GeiserX/LynxPrompt
Self-hosted & federated platform for AI IDE/Tools Rules and Commands via WebUI & CLI - Generate, browse, store, share AGENTS.md, CLAUDE.md, and more
https://github.com/GeiserX/LynxPrompt
agents-md ai-ide ai-tools claude-code configuration-management copilot cursor cursorrules developer-tools docker generative-ai llmops lynxprompt nextjs open-source prompt-engineering prompt-management self-hosted vibe-coding windsurf
Last synced: about 20 hours ago
JSON representation
Self-hosted & federated platform for AI IDE/Tools Rules and Commands via WebUI & CLI - Generate, browse, store, share AGENTS.md, CLAUDE.md, and more
- Host: GitHub
- URL: https://github.com/GeiserX/LynxPrompt
- Owner: GeiserX
- License: gpl-3.0
- Created: 2025-12-20T20:23:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-08T20:25:55.000Z (5 days ago)
- Last Synced: 2026-03-09T00:48:33.860Z (5 days ago)
- Topics: agents-md, ai-ide, ai-tools, claude-code, configuration-management, copilot, cursor, cursorrules, developer-tools, docker, generative-ai, llmops, lynxprompt, nextjs, open-source, prompt-engineering, prompt-management, self-hosted, vibe-coding, windsurf
- Language: TypeScript
- Homepage: https://lynxprompt.com
- Size: 54.9 MB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Roadmap: docs/ROADMAP.md
- Agents: AGENTS.md
Awesome Lists containing this project
- Awesome-Prompt-Engineering - GitHub
- awesome-ai-devtools - LynxPrompt - hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. (Assistants / Command-line)
README
LynxPrompt
Self-hostable AI config management for teams and individuals
---
## What is LynxPrompt?
LynxPrompt is a **self-hostable platform** for managing AI IDE configuration files — `AGENTS.md`, `.cursor/rules/`, `CLAUDE.md`, slash commands, and 30+ other formats. Deploy it on your own infrastructure and give your team a central hub to create, share, and standardize AI coding assistant configurations across every project.
Instead of manually writing configuration files for every project and every AI tool, use LynxPrompt to:
- **Generate** configs through an interactive wizard (web or CLI)
- **Share** blueprints through a private or federated marketplace
- **Standardize** AI behavior across projects with reusable templates
- **Export** to any supported format with one click
LynxPrompt is **free and open-source**. Self-host it for personal use, or deploy it within your organization to enforce coding standards, share institutional knowledge, and ensure consistent AI assistant behavior across your engineering teams. A hosted instance is also available at [lynxprompt.com](https://lynxprompt.com) for those who prefer not to self-host.
---
## Key Features
### Universal AI Config Hub
Supports **30+ AI coding assistants** — Cursor, Claude Code, GitHub Copilot, Windsurf, Zed, Aider, Gemini CLI, Cline, Roo Code, Amazon Q, JetBrains Junie, and many more. Write once, export to any format.
### Blueprint Marketplace
Internal or federated marketplace for sharing AI configurations and slash commands within your organization. Browse, search, favorite, and reuse blueprints across teams.
### Interactive Wizard
Step-by-step config generator available on both web and CLI. Auto-detects your tech stack, frameworks, and repo structure from GitHub/GitLab URLs. Supports template variables, monorepo hierarchies, and draft auto-saving.
### Configurable Authentication
Flexible auth to fit your environment:
- **OAuth** — GitHub, Google
- **Email** — Passwordless magic link login
- **Passkeys** — WebAuthn biometric/hardware key authentication
- **SSO** — SAML, OIDC, and LDAP for enterprise identity providers
### Optional AI-Powered Editing
Enable AI-assisted blueprint creation and editing with your own Anthropic API key. Entirely optional — works fully without it.
### Full REST API + CLI Tool
Programmatic access for automation and CI/CD integration. Generate API tokens, fetch blueprints, search, and download via REST. The CLI (`lynxp`) mirrors the full web platform feature set.
### Self-Hostable with Docker Compose
Single `docker compose up` to run the entire stack. PostgreSQL included. Auto-runs database migrations on startup. Toggle every feature via environment variables.
---
## Quick Start (Self-Hosting)
```bash
# 1. Create a .env file
cat > .env <