A web tool for creating custom Escape from Tarkov hideout craft recipes.
✨ Key capabilities:
- 🎮 Game-ready JSON output
- 🔍 Real-time item search via Tarkov API
- 💾 Local search caching
- 📱 Responsive Bootstrap interface
- 📤 Streamlined recipe export
- Modern browser (Chrome, Firefox, Edge)
- Visit the Live Demo
- In the Create a Craft recipe section:
- Fill all required fields
- Use the integrated search to select items
- Click
Addto save locally - Repeat for multiple recipes
- Click
Generate JSONto get:
[
{"craft1": "details"},
{"craft2": "details"}
]- Copy the JSON to your clipboard
- If you have my server mod, paste the JSON into
crafts.jsonin thecraftsfolder.
- Fork the repository
- Create your branch
git checkout -b feature/new-feature - Commit your changes
git commit -m 'Add new feature - Push to the branch
git push origin feature/new-feature - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for details.