{"id":49070196,"url":"https://github.com/builtwith/builtwith-tui","last_synced_at":"2026-04-20T07:04:51.559Z","repository":{"id":342192899,"uuid":"1158147193","full_name":"builtwith/builtwith-tui","owner":"builtwith","description":"Text User Interface to BuiltWith API Endpoints","archived":false,"fork":false,"pushed_at":"2026-04-03T09:07:23.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T15:08:59.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/builtwith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-14T21:47:46.000Z","updated_at":"2026-04-03T09:07:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/builtwith/builtwith-tui","commit_stats":null,"previous_names":["builtwith/builtwith-tui"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/builtwith/builtwith-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/builtwith","download_url":"https://codeload.github.com/builtwith/builtwith-tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32036803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-20T07:04:50.905Z","updated_at":"2026-04-20T07:04:51.551Z","avatar_url":"https://github.com/builtwith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🟢 BuiltWith TUI\n\nA terminal-based user interface for exploring the [BuiltWith API](https://api.builtwith.com). Runs in any terminal — Windows CMD, PowerShell, or Bash.\n\n![Node.js](https://img.shields.io/badge/Node.js-18%2B-green) ![License](https://img.shields.io/badge/License-ISC-blue)\n\n[▶ Watch Demo](https://github.com/user-attachments/assets/332c7bdc-4fb0-450f-87bc-beff993b296e)\n\n\n---\n\n![Screenshot](https://github.com/user-attachments/assets/23d5a8fc-0386-4ed6-a23a-23323e513d35)\n\n## ✨ Features\n\n- 🖥️ **Full TUI experience** — navigate endpoints, enter parameters, and view results without leaving the terminal\n- 🌐 **All 17 REST API endpoints** — Domain, Lists, Relationships, Free, Company to URL, Tags, Recommendations, Redirects, Keywords, Trends, Product, Trust, Vector Search, WhoAmI, Usage, and Agent Device-Code Authorization\n- 📡 **WebSocket Live Feed** — real-time technology detection stream with subscribe/unsubscribe commands\n- 🎨 **Color-formatted JSON** — syntax-highlighted API responses for easy reading\n- 🔑 **API key management** — save your key locally so you don't have to re-enter it\n- 📜 **Call history** — re-run previous API calls with a single keystroke\n\n## 📦 Installation\n\n```bash\nnpm install -g @builtwith/tui\nbuiltwith-tui\n```\n\nOr run without installing:\n\n```bash\nnpx @builtwith/tui\n```\n\nOr clone and run from source:\n\n```bash\ngit clone https://github.com/builtwith/builtwith-tui.git\ncd builtwith-tui\nnpm install\nnpm start\n```\n\n## 🚀 Quick Start\n\n1. Launch the app with `npm start`\n2. Press **F1** to enter your BuiltWith API key (get one at [builtwith.com](https://api.builtwith.com))\n3. Use **↑ ↓** to browse endpoints in the sidebar\n4. Press **Enter** to select an endpoint and fill in parameters\n5. View the formatted JSON response in the main panel\n\n## ⌨️ Keyboard Shortcuts\n\n| Key | Action |\n|-----|--------|\n| `↑` `↓` | Navigate endpoint list |\n| `Enter` | Select endpoint / confirm input |\n| `Tab` | Switch between sidebar and detail panel |\n| `F1` | Set API key |\n| `F5` | View call history |\n| `F9` | Open WebSocket Live Feed |\n| `q` / `Ctrl+C` | Quit |\n| `Escape` | Close overlays |\n\n## 🌐 Supported API Endpoints\n\n| # | Endpoint | Description |\n|---|----------|-------------|\n| 1 | 🔍 **Domain API** | Technology and metadata for any domain |\n| 2 | 📋 **Lists API** | Sites using a specific technology |\n| 3 | 🔗 **Relationships API** | Related sites via shared identifiers |\n| 4 | 🆓 **Free API** | Summary counts for technology groups |\n| 5 | 🏢 **Company to URL** | Discover domains from company names |\n| 6 | 🏷️ **Tags API** | Domains related to IPs and attributes |\n| 7 | 💡 **Recommendations** | Technology recommendations for a domain |\n| 8 | ↪️ **Redirects API** | Redirect history for a domain |\n| 9 | 🔑 **Keywords API** | Keywords associated with a domain |\n| 10 | 📈 **Trends API** | Technology adoption trends |\n| 11 | 🛒 **Product API** | Find websites selling specific products |\n| 12 | 🛡️ **Trust API** | Trust and fraud signals for a domain |\n| 13 | 🔎 **Vector Search** | Semantic search across technologies and categories |\n| 14 | 👤 **WhoAmI** | Check API key identity and plan details |\n| 15 | 📊 **Usage** | View API usage statistics |\n| 16 | 🔐 **Agent Auth Start** | Start Device-Code Authorization flow (no API key required) |\n| 17 | 🔐 **Agent Auth Token** | Poll for authorization result and access token (no API key required) |\n\n## 📡 WebSocket Live Feed\n\nPress **F9** to open the WebSocket panel. Available commands:\n\n- `subscribe \u003ctechnology\u003e` — start receiving live detections for a technology\n- `unsubscribe \u003ctechnology\u003e` — stop receiving detections\n- `list` — show current subscriptions\n- `clear` — clear the message log\n\n## 🔧 Requirements\n\n- **Node.js** 18 or later\n- A [BuiltWith API key](https://api.builtwith.com) (free tier available)\n\n## 📄 License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltwith%2Fbuiltwith-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuiltwith%2Fbuiltwith-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltwith%2Fbuiltwith-tui/lists"}