Skip to content

Repository files navigation

Stack Detector

Stack Detector is a fast Next.js utility that inspects a public website and reports likely technologies in use (frameworks, CMS, hosting, analytics, and more).

Built by Reality Shifting Tech.

Run locally

npm install
npm run dev

Open http://localhost:3000.

Production build

npm run build
npm run start

API

POST /api/analyze

Request:

{
  "url": "https://example.com"
}

Response:

{
  "status": "success",
  "data": {
    "domain": "example.com",
    "url": "https://example.com/",
    "technologies": [
      { "name": "Next.js", "category": "Framework", "icon": "nextdotjs" }
    ],
    "scannedAt": "2026-02-07T00:00:00.000Z"
  }
}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages