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.
The project is organized into the following directories:
api/
→ Backend (NestJS, Node.js)web/
→ Frontend (Next.js)
release
→ Stable production-ready codedevelop
→ Active development, latest features being tested
For contributions, create a branch from develop
and submit pull requests accordingly.
The backend is built using Node.js and NestJS with a structured service → model → controller pattern.
-
Navigate to the backend directory:
cd api
-
Install dependencies:
npm install
-
Start the server:
npm run start
The backend server will start on the default NestJS port (usually 5000).
The frontend is built with Next.js for a smooth user experience.
-
Navigate to the
web
folder:cd web
-
Install dependencies:
npm install
-
Start the development server:
npm start
The frontend development server will start on the default port (usually 3000).
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.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push the branch to your fork.
- Submit a pull request to
develop
.
- TOOLSTATUS.md → Tracks tool development status.
- LICENSE → Licensing information.
DeepFind.Me is licensed under the Apache 2.0 License. See the LICENSE
file for details.
For questions, collaborations, or tool requests:
- Twitter: Buddhsen Tripathi
- Website: DeepFind.Me