# InterviewForge > Generate tailored interview questions in seconds. InterviewForge takes a job description and forges a complete, role-specific interview question set β€” technical, behavioral (STAR), and follow-up questions β€” in under a second. No AI API, no cloud, no data leaves your machine. ## Features - 🎯 **Tailored to the role** β€” detects skills in the job description (Python, AWS, Docker, SQL, React, sales, PM, leadership…) and serves matching technical questions - 🧠 **STAR behavioral set** β€” 8 proven behavioral questions, 3 sampled per run - πŸ” **Follow-up/clarifying questions** β€” interview the interviewer with precise follow-ups - β‚Ώ **Pay with Bitcoin** β€” one-time $9 premium via BTCPay Server - πŸ•΅οΈ **Zero backend** β€” pure Python stdlib + Flask, no external APIs ## Endpoints | Route | Auth | Description | |-------|------|-------------| | `/` | β€” | Landing page | | `/health` | β€” | Health check (JSON) | | `/pricing` | β€” | Free vs Premium | | `/register` | β€” | Create account | | `/login` | β€” | Login | | `/dashboard` | βœ… | Core tool: paste JD, forge questions | | `/process` | βœ… | POST `input_data` β†’ question set | | `/checkout` β†’ `/checkout/create` | βœ… | BTCPay invoice (one-time $9) | | `/webhook/btcpay` | β€” | BTCPay webhook (settles payments) | | `/payment/success`, `/payment/cancel` | βœ… | Checkout transitions | | `/about`, `/sitemap.xml` | β€” | SEO | ## Tech Stack Flask Β· SQLite (WAL) Β· BTCPay Server (Greenfield API) Β· nginx reverse proxy Β· systemd `interviewforge.service` Β· Python 3.9-compatible (stdlib only) ## Deployment - **Host**: Proxmox LXC container (Debian 12, host: `proxmox` on 10.30.20.85) - **App dir**: `/opt/interviewforge` - **Service**: `systemctl restart interviewforge` - **nginx**: port 80 β†’ `127.0.0.1:5000` ## Paying Premium is a **one-time** $9 payment via Bitcoin. The BTCPay webhook (`InvoiceSettled`) flips the user to premium β€” no recurring charges. ## License MIT β€” see [LICENSE](LICENSE). β˜• **Enjoy InterviewForge?** Support it on [Buy Me a Coffee](https://buymeacoffee.com/r26xrthzttg). *Built by the Daily App Factory β€” one new app every day.*