/click-prompt

ClickPrompt 是一款专为 Prompt 编写者设计的工具,它支持多种基于 Prompt 的 AI 应用,例如 Stable Diffusion、ChatGPT 和 GitHub Copilot 等。使用 ClickPrompt,您可以轻松地查看、分享和一键运行这些模型,同时提供在线的 Prompt 生成器,使用户能够根据自己的需求轻松创建符合要求的 Prompt,并与其他人分享。

Primary LanguageTypeScriptMIT LicenseMIT

ClickPrompt - Streamline your prompt design

ci GitHub Discord

ClickPrompt Logo

English | 简体中文

ClickPrompt is a tool designed for Prompt writers, it supports a variety of Prompt-based AI applications, such as Stable Diffusion, ChatGPT, and GitHub Copilot, etc. With ClickPrompt, you can easily view, share, and run these models with one click, and an online prompt generator is provided to enable users to easily create prompts that meet their requirements and share them with others.

Try it:https://www.clickprompt.org/

Mirrors:

Join us:

Chat Server

Features:

  • Support samples display, allow users to view, share and refer to other users' prompt samples;
    • Based on GitHub Pull Request
    • StableDiffusion
    • ChatGPT
    • GitHub Copilot
  • Online prompt generator, help users generate customized prompts which meet their requirements quickly;
    • StableDiffusion character generator
    • StableDiffusion -> ChatGPT generator
  • Provide one-click run feature, support users to easily run different AI applications;
    • ChatGPT integration
    • StableDiffusion integration
  • Industry Prompt generates APIs to provide efficient AI application solutions for various industries;
    • Coding
    • Writing
    • Design

Roadmap

Phase 1: MVP

  • Support for Prompt-based AI applications, including ChatGPT and Stable Diffusion.
  • Provides prompt generator and one-click run.
  • Provide user samples display.

Phase 2: Enhancement

  • Added Prompt-based AI applications like GPT-3 and DALL-E.
  • Provides user customization options and multilingual support.
  • Added AI editor and user rights management feature.
  • Support API interface and integration of other third-party platforms.

Phase 3: Improvement

  • Improve the Prompt generator's algorithm to improve the quality and accuracy of the generated text.
  • Add user feedback and evaluation features to collect user suggestions and opinions.
  • Promote ClickPrompt and cooperate with various industries to provide them with efficient AI application solutions.

Development

Tech Stacks:

  • Next.js with Typescript
  • Chakra UI
  • Styled Components: @emotion/styled
  • React Table
  • React Markdown for render markdown
  • Data processing
    • papaparse: parse csv
    • arrow: parse json

Todos:

  • setup projects
    • init project
    • setup CI
    • config prettier, eslint, husky
    • commit lint, style lint
  • setup docs
  • our cheatsheet
  • ChatGPT prompts
    • awesome act prompts
    • chinese version prompts
    • normal generator by category
    • random generator
    • samples
  • Stable Diffusion
    • awesome act prompts
    • random generator
    • normal generator
    • samples
  • GitHub Copilot
    • samples

Run ClickPrompt

# Clone click-prompt
git clone https://github.com/prompt-engineering/click-prompt

cd click-prompt

npm install

# If you want to run Hugging Face integration locally
echo "NEXT_PUBLIC_HUGGING_FACE_ACCESS_TOKEN={Your Hugging Face Access Token}" > .env.local

npm run dev

# Build
npm run build

You can find more in Contributors Guide.

Contributing Guide

New contributors welcome! Check out our Contributors Guide for help getting started.

Powered by Vercel

Translate Guide

Speak another language natively?

Check out the dedicated i18n guide for more details.

License

This code is distributed under the MIT license. See LICENSE in this directory.