A lightweight, reusable tool built with Hono (a fast web framework), Bun (a blazing-fast runtime), Tailwind CSS for styling, and Zod for validation. It lets you create Jira tickets effortlessly using a simple form and a few environment variables.
To provide a minimal, fast, and reusable web interface for submitting Jira tickets using only environment variables. Ideal for internal tools, automation, or quick embeddable forms.
- Bun – Runtime and bundler.
- Hono – Lightweight web framework.
- Tailwind CSS – Modern utility-first styling.
- Zod – Schema-based validation for form data.
- Jira REST API – For ticket creation.
git clone https://github.com/areynosod/jira-support-ticket-service.git
cd jira-ticket-creator
bun install