这是 PromptForge 的公开展示版:一个纯前端、可交互的产品概念页,用来呈现“初始想法 → 上下文澄清 → 结构化提示词”的体验流程与界面设计。
- 不含后端、模型服务、数据库、认证或部署配置。
- 不含 API 密钥、环境变量、真实用户数据或生产业务逻辑。
- 页面内的分数、问题和提示词均为静态演示数据;输入不会发送、保存或分析。
想体验包含真实模型接入、连续追问、历史记录、模板管理和部署能力的完整版,请在本项目的 GitHub Issues 联系项目作者。
npm install
npm run devnpm run lint
npm run typecheck
npm run buildprompt-forge-showcase/
├── src/
│ ├── App.tsx # 静态演示内容与局部交互
│ ├── index.css # 响应式视觉系统
│ └── main.tsx # React 入口
├── index.html
└── package.json
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.
- 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.
npm install
npm run devnpm run lint
npm run typecheck
npm run buildAdd a license that matches how you want others to reuse the design and code before publishing.