aniketwattamwar/GremlinDesk — reverse-engineered prompt

Reverse engineered prompt

Build me a lightweight desktop app called GremlinDesk for querying JanusGraph and other Gremlin compatible graph databases. I want it to feel like a modern offline IDE where I can add and switch between multiple saved connections, including local setups and remote endpoints, then run Gremlin traversals and immediately see the results in a clear visual way.

The main experience should be a query editor plus an interactive graph view where nodes and edges are easy to inspect, move around, and understand. I also want a clean details view for vertex and edge properties, a raw JSON view for debugging the exact response, and a simple saved queries library so I can store useful traversals and rerun them quickly. Make the app fast, polished, and native feeling on Windows, Mac, and Linux, with connection info saved securely enough for normal desktop use.

If anything is unclear, look up current docs online and make sensible choices that fit this repo.

Want more depth? Deep Reverse