GitHunt
RA

raaaas/DeepFindMe

Deepfind.me is an educational OSINT platform offering tools and resources to help users understand and manage their digital footprint.

DeepFind.Me

DeepFind.Me is an educational open-source OSINT (Open Source Intelligence) platform designed to help individuals and investigators analyze digital footprints, uncover online information, and protect their privacy.

Project Structure

The project is organized into the following directories:

  • api/ → Backend (NestJS, Node.js)
  • web/ → Frontend (Next.js)

Branching Strategy

  • release → Stable production-ready code
  • develop → Active development, latest features being tested

For contributions, create a branch from develop and submit pull requests accordingly.

Backend (API)

The backend is built using Node.js and NestJS with a structured service → model → controller pattern.

Running the Backend

  1. Navigate to the backend directory:

    cd api
  2. Install dependencies:

    npm install
  3. Start the server:

    npm run start

The backend server will start on the default NestJS port (usually 5000).

Frontend (Web)

The frontend is built with Next.js for a smooth user experience.

Running the Frontend

  1. Navigate to the web folder:

    cd web
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

The frontend development server will start on the default port (usually 3000).

Usage

Once both the backend and frontend servers are running, you can access the web application in your browser by visiting localhost:3000 to explore DeepFind.Me’s OSINT tools.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes and push the branch to your fork.
  4. Submit a pull request to develop.
  • TOOLSTATUS.md → Tracks tool development status.
  • LICENSE → Licensing information.

License

DeepFind.Me is licensed under the Apache 2.0 License. See the LICENSE file for details.

Contact

For questions, collaborations, or tool requests:

Languages

TypeScript97.7%CSS1.1%MDX0.9%JavaScript0.3%

Contributors

Other
Created July 24, 2025
Updated July 24, 2025
raaaas/DeepFindMe | GitHunt