Tiny generators for quick output.
Pashi takes its name from the manga SFX pashi: a crisp smack or click of impact.
Go to https://pashi.app/ to see it in action. You can generate from a wide range of categories depending on your needs.
Pashi also features exports to various formats, including JSON, CSV, and TXT, making it easy to integrate generated data into your projects.
And if you'd like to use Pashi in your own projects, you can access the API at https://pashi.app/api to generate data programmatically. Go to https://pashi.app/api/info for more information on how to use the API.
Install dependencies:
pnpm installStart the development server with:
pnpm devYour application will be available at http://localhost:5173.
Build your project for production:
pnpm buildPreview your build locally:
pnpm previewDeploy your project to Cloudflare Workers:
pnpm build && pnpm deployMonitor your workers:
npx wrangler tail