Cook for the
local appetite.
01 / GENERATOR
Find the strongest local recipes.
Paste the restaurant chunk ID. Everything runs locally in your browser—no account, server, or game login.
Where do I find the chunk ID?Desktop browser · about 2 minutes
- 01Open the restaurant
Select the restaurant or shop you want to optimize in Capital Rift.
- 02Open DevTools → Network
Use your browser developer tools, choose Network, then open the building again or refresh the view.
- 03Select
building-infoLook for a request beginning
building-info?ref=player%2F…and open its Response tab. - 04Copy only
chunkIdCopy the complete value in
zoom/tileX/tileYformat, including both slashes.
{
"ref": "player/03d34d26-…",
"chunkId": "15/18179/10741",
"label": "Shops",
"archetype": "commercial",
"subtype": "shop_block"
}Sanity check: the same response should describe the building you selected. If you see another building or a neighboring map request, return to the game and reopen the restaurant.
Only have longitude and latitude?
The raw restaurant chunk ID is safer. Coordinates derive the zoom-12 Web Mercator tile that controls local trends.
Ready for a restaurant location ID.
VERIFY, THEN SERVE
Exact mechanics.
Careful claims.
The taste vectors, scoring formulas, and trend generator were recovered from client-side game code and checked against known in-game results.
Recommendations optimize taste match only. They do not predict ingredient cost, supply, preparation time, station compatibility, or profit.
Read how it works