ServerWitch
As part of a personal project, I contributed to the design of a tool published on OpenAI’s GPT Store, offering a server configuration solution through the ChatGPT chatbot interface.
I participated in the design of the communication protocol, the development of the server in Python, and streamlined its deployment.
I also worked on log retrieval to aggregate user data and extensively tested the client, developed in Rust by my project partner. This project will serve as a basis for more advanced uses in the context of a thesis at Polytechnique Montréal.
The demo is available at https://serverwitch.dev and requires a ChatGPT Plus subscription. Alternative solutions are being considered.
The source code for the client to be launched on the machines is available at: https://github.com/g33kex/ServerWitch, and the API/server at: https://github.com/g33kex/ServerWitch-API.