linshenkx/prompt-optimizer

An AI prompt optimizer for writing better prompts and getting better AI results.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 37 minutes ago
Added to GitGenius on February 13th, 2026
Created on February 12th, 2025
Open Issues & Pull Requests: 9 (+0)
Number of forks: 3,901
Total Stargazers: 33,270 (-1)
Total Subscribers: 110 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.3 hours
Mean response time: 15.9 days
90th percentile: 30.1 days
Tracked items: 222

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 19% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 97 days
Stale 30+ days: 5
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • enhancement (15)
  • bug (2)
  • invalid (1)

Most active issues this week

Detailed Description

The Prompt Optimizer repository is a TypeScript-based AI tool designed to help users write better prompts and achieve improved results from AI models. Hosted at https://prompt.always200.com, it provides a comprehensive platform for prompt optimization, testing, and evaluation across multiple deployment formats including web applications, desktop applications, Chrome extensions, and Docker containers.

The core functionality centers on intelligent prompt optimization through one-click processing with multi-round iterative improvements. The tool supports dual-mode optimization, allowing users to optimize both system prompts and user prompts depending on their specific use case. A key differentiator is the analysis and comparison evaluation system, which enables users to assess whether optimizations have genuinely improved prompt performance through single-result evaluation and multi-result comparative analysis.

The repository demonstrates broad model integration capabilities, supporting mainstream AI providers including OpenAI, Gemini, DeepSeek, Grok, Zhipu AI, SiliconFlow, and MiniMax. Beyond text-based optimization, the tool includes sophisticated image generation features supporting Text-to-Image, Image-to-Image, and Multi-Image generation modes with models like Gemini, Seedream, and Grok, complete with model-specific parameter configuration and style transfer capabilities.

Prompt sourcing flexibility is built into the design, allowing users to begin with manual writing, templates, local file imports, or integration with Prompt Garden. The Smart Favorites system enables users to save optimized prompts as reusable assets with version history, reproducible examples, media support, and source binding to track prompt origins. Advanced testing capabilities include context variable management, multi-turn conversation simulation, and Function Calling support for both OpenAI and Gemini.

Security and privacy are prioritized through pure client-side processing architecture where data interactions occur directly between the user and AI service providers, bypassing intermediate servers. The platform includes password protection features for secure deployment scenarios. The tool also supports the Model Context Protocol, enabling integration with MCP-compatible applications like Claude Desktop.

The project supports multiple deployment pathways including one-click Vercel deployment, Cloudflare Pages deployment with Workers Builds, and manual Docker deployment. Desktop applications are available as both installers with automatic update capability and archives, with the desktop version offering advantages including elimination of CORS limitations for direct API connections to services like locally deployed Ollama and improved performance through native operation without browser dependency.