AI SummaryA Windsurf-integrated prompt for managing and developing an audio-to-subtitle video conversion application using Next.js and FastAPI with OpenAI Whisper. Developers building Korean audio processing tools benefit from structured server management and development workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "audio-to-voice — Windsurf Rules" prompt rules to my project. Repository: https://github.com/hdh3296/audio-to-voice Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
🎵 Web-based audio to subtitle video converter using OpenAI Whisper. Convert audio files to videos with automated subtitles. Built with Next.js & FastAPI. | 오디오 파일을 자막 비디오로 변환하는 웹 애플리케이션
📋 **프로젝트 기본 정보**
• 프로젝트명: Audio-to-Voice (한국어 음성 → 자막 비디오 변환) • 현재 Phase: Phase 3.2 (템플릿 기반 동적 비디오 배경 시스템) • 메인 서버: Phase 2 서버 (포트: 8002) • 프론트엔드: Next.js (포트: 3000) ---
1단계: 서버 프로세스 확인
ps aux | grep "main_phase2.py" | grep -v grep
2단계: 서버 응답 확인 (더 정확함)
curl -s "http://localhost:8002/health" | python3 -c "import sys, json; data=json.load(sys.stdin); print('✅ 서버 정상 작동' if data.get('status')=='healthy' else '❌ 서버 문제 있음')" 2>/dev/null || echo "❌ 서버 응답 없음" `
서버가 실행되지 않은 경우에만 시작
cd "/Users/hdh/Desktop/WORKSPACE/BATGAN/MY_PROJECTS/audio-to-voice/backend" && source venv/bin/activate && nohup python main_phase2.py > ../server_phase2.log 2>&1 &
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts