Xin Wang 6ad57c869a Simplify README and remove template branding.
Replace the default template content with concise local setup instructions and project scripts for easier onboarding.

Made-with: Cursor
2026-04-20 11:07:27 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:29:39 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00

Dify Batch Tester

A simple web app for batch testing prompts/workflows.

Requirements

  • Node.js 18+

Local Development

  1. Install dependencies: npm install
  2. Create local env file: cp .env.example .env.local
  3. Update .env.local with your keys/values:
    • GEMINI_API_KEY
    • APP_URL
  4. Start the dev server: npm run dev
  5. Open: http://localhost:3000

Scripts

  • npm run dev - start development server
  • npm run build - build for production
  • npm run preview - preview production build
  • npm run lint - run TypeScript checks
Description
No description provided
Readme 173 MiB
Languages
TypeScript 95.1%
CSS 4.1%
HTML 0.5%
Rust 0.3%