进度生成器

Help

The minimum steps for generating, exporting, and embedding progress.

Generate text

  1. Enter the current and total progress on the home page
  2. Choose a text template
  3. Click "Copy text" and paste it anywhere

Generate image

  1. Switch to "Image progress"
  2. Choose an image template
  3. Click "Download image" to export a PNG

Embed on a website (Pro)

View pricing

Pro users can click "Generate embed link" on the right side of the home page to get a public URL.

IFRAME example
<iframe
  src="https://shareprogress.cc/embed/<id>"
  style="border:0;width:100%;max-width:520px;height:220px"
  loading="lazy"
></iframe>

If you need more control over the UI, request /api/progress/<id> for JSON and render it yourself.