Skip to content

Repository files navigation

PromptForge Showcase / 提示词锻造台展示版

English · 中文

中文

这是 PromptForge 的公开展示版:一个纯前端、可交互的产品概念页,用来呈现“初始想法 → 上下文澄清 → 结构化提示词”的体验流程与界面设计。

PromptForge 交互流程图

这不是完整版

  • 不含后端、模型服务、数据库、认证或部署配置。
  • 不含 API 密钥、环境变量、真实用户数据或生产业务逻辑。
  • 页面内的分数、问题和提示词均为静态演示数据;输入不会发送、保存或分析。

想体验包含真实模型接入、连续追问、历史记录、模板管理和部署能力的完整版,请在本项目的 GitHub Issues 联系项目作者。

本地运行

npm install
npm run dev

质量检查

npm run lint
npm run typecheck
npm run build

项目结构

prompt-forge-showcase/
├── src/
│   ├── App.tsx       # 静态演示内容与局部交互
│   ├── index.css     # 响应式视觉系统
│   └── main.tsx      # React 入口
├── index.html
└── package.json

English

This is the public PromptForge Showcase: a standalone interactive frontend concept that demonstrates the journey from a rough idea to clarified context and a structured prompt.

PromptForge interaction flow

Not the full product

  • No backend, model provider, database, authentication, or deployment configuration is included.
  • No API keys, environment variables, real user data, or production business logic are included.
  • Scores, questions, and prompts are static demo content. Text entered on the page is never sent, persisted, or analyzed.

For the full experience—including live model integration, follow-up questions, history, template management, and deployment—please contact the project author through this repository's GitHub Issues.

Run locally

npm install
npm run dev

Checks

npm run lint
npm run typecheck
npm run build

License

Add a license that matches how you want others to reuse the design and code before publishing.

About

Turns a rough idea into a structured, high-quality prompt — asks targeted follow-up questions, scores prompt quality, and compares A/B rewrites, with a pluggable LLM backend.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages