Show HN: Vizit – AI 에이전트를 사용하여 Jira에서 시각화 생성 및 구성
hackernews
|
|
💼 비즈니스
#ai
#github copilot
#jira
#tip
#대시보드
#데이터 시각화
요약
Vizit은 아틀라시안 데이터와 깃허브 코파일릿 CLI를 연동하여, 사용자가 프롬프트를 입력함으로써 몇 분 만에 맞춤형 대시보드를 생성하고 버전을 관리할 수 있는 셀프 호스팅 시각화 워크벤치입니다. 이 도구는 Jira 클라우드 프로젝트와 직접 연동되며 모든 프롬프트와 렌더링 이미지의 히스토리를 저장해 언제든지 이전 버전과 비교하거나 롤백할 수 있는 기능을 제공합니다. 또한 생성된 시각화 자료를 폴더나 페이지로 자유롭게 정리하고 렌더링 결과물을 클립보드에 복사해 공유 및 재사용이 가능합니다.
왜 중요한가
개발자 관점
검토중입니다
연구자 관점
검토중입니다
비즈니스 관점
검토중입니다
본문
Vizit is a self-hosted visualization workbench that pairs your Atlassian data with agentic GitHub Copilot CLI workflows so you can prompt, iterate, and version bespoke dashboards in minutes. - Generate any visualization by prompting Copilot; use follow-up prompts to iterate until the output matches your intent. - Keep a full history of prompts, scripts, and rendered images so you can roll back or compare versions at any time. - Organize insights into pages, folders, and freely positioned "spaces" that can be duplicated or moved across the canvas. - Copy rendered artifacts (images or underlying scripts) to the clipboard for downstream sharing or reuse. - Connect directly to Jira Cloud projects while staying in control of your API tokens and Copilot usage. - Python 3.10+ and pip - GitHub Copilot CLI installed and authenticated on the same machine - A Jira Cloud project plus an Atlassian API token (required for Jira-backed spaces) - A modern Chromium, Firefox, or Safari browser python -m venv .venv source .venv/bin/activate pip install -r requirements.txt On Windows, run .venv\Scripts\activate instead ofsource ... . flask --app app run --debug Open http://127.0.0.1:5000 and begin adding pages/spaces from the sidebar. Give your prompt, what do you want to show The AI agent will start to generate the vizualization You can create multiple spaces, each space is a visualization You can organise your spaces how you want, free transform and move When you evolve your visualization, you can go back and forward in versions This project is distributed under the terms of the GNU Affero General Public License v3.0.