Snoop is a modern, full-featured platform for property search, management, and analytics.
Inspired by Fredy, it takes real estate automation to the next level β powered by a cutting-edge tech stack, refined UI, and extended functionality.
Snoop scrapes multiple property services (Immonet, Immowelt, etc.) and sends new listings as soon as they appear.
The list of providers is easily extendable, and a clean web UI allows you to configure and manage your search jobs effortlessly.
When matching listings are found, Snoop sends them via Slack, Email, or Telegram (more adapters can be added).
All listings are tracked to prevent duplicates β even across platforms β while enabling analytics and insights.
- Revamped User Interface: Built with React, TypeScript, and TailwindCSS for a clean, responsive, and modern experience.
- Improved Database Layer: Enhanced data management using MongoDB and Mongoose for scalability and reliability.
- Modular Provider System: Add or customize real estate providers with structured integration and automated testing.
- Full-Stack Architecture: RESTful API powered by Node.js and Express for smooth frontend-backend communication.
- Analytics Dashboard: Real-time visualizations and insights built with Recharts.
Whether you're searching for properties or managing listings as an admin β Snoop delivers a secure, performant, and user-friendly platform for modern real estate workflows.
- Property Search: Advanced filters and map integration
- Dashboard: Real-time analytics and insights
- User Management: Secure authentication & role-based access
- API Integration: RESTful backend for all operations
- Responsive Design: Works seamlessly across devices
- Frontend: React, TypeScript, TailwindCSS
- Backend: Node.js, Express
- Database: MongoDB + Mongoose ODM
- Authentication: JWT-based security
- Testing: Mocha + Chai
- React 18
- TypeScript
- TailwindCSS
- Vite
- React Router
- Axios
- Recharts
- Node.js
- Express
- Mongoose
- JWT
- Winston
- Puppeteer
- ESLint
- Prettier
- Nodemon
- Mocha
- Chai
If you want to get Snoop running instantly, the easiest way is via Docker Compose.
- Docker β₯ 24
- Docker Compose β₯ 2.20
-
Clone the repository:
git clone https://github.com/code-by-fh/snoop.git cd snoop -
Copy the environment configuration:
cp .env.example .env
Adjust your credentials and environment variables as needed (e.g., API keys, ports, notification adapters).
-
Start the full stack with Docker Compose:
docker-compose up -d
-
Access the application:
- π Frontend: http://localhost:3000
- βοΈ Backend: http://localhost:5000
- ποΈ MongoDB: mongodb://localhost:27017
-
(Optional) View logs:
docker-compose logs -f
Thatβs it β your local Snoop instance is live π
If you prefer a manual setup for development or debugging:
- Node.js β₯ 18
- npm β₯ 9
- MongoDB β₯ 6
-
Clone the repository:
git clone https://github.com/code-by-fh/snoop.git cd snoop -
Install dependencies:
npm install cd client npm install cd .. cd server npm install cd ..
-
Copy and configure environment variables:
cp .env.example .env
-
Run the application:
npm run dev
Access:
- Frontend: http://localhost:3000
- Backend: http://localhost:5000
When Snoop starts for the first time, it automatically creates a default administrator account for initial access:
- Username: admin
- Password: Password123!
- You must log in with these credentials after the first start.
- Immediately change the password in the user settings for security reasons.
- Once changed, this default password cannot be restored automatically β please make sure to note the new one safely.
- The default credentials are created only if no admin user exists in the database.
Run the full test suite:
cd server
npm testDistributed under the MIT License.
See LICENSE for details.
Project Maintainer: Doublelayer
Project Repository: https://github.com/code-by-fh/snoop







