Squire is a technical support triage assistant that leverages Claude AI. Paste a support ticket, error message, or GitHub issue URL to get guidance, documentation, and assign a severity level.
Enter a GitHub Issue URL in the format https://github.com/owner/repo/issues/123, or the content of a support ticket, and click Triage.
- Accepts text or a GitHub issue URL
- Fetches GitHub issue content including title, body, labels, and state
- Returns troubleshooting guidance and a severity rating (Low / Normal / High)
- Supports private GitHub repositories
- Login function to manage requests
- React + Vite
- Vercel
- Claude API
- GitHub REST API
git clone https://github.com/yourusername/squire.git
cd squire
npm installCreate a .env file:
ANTHROPIC_API_KEY=your_anthropic_key
GITHUB_TOKEN=your_github_token
APP_PASSWORD=your_password
vercel devvercel env add ANTHROPIC_API_KEY production
vercel env add GITHUB_TOKEN production
vercel --prod