Wowfunhappy / electron-template

A minimal container app which uses electron 3.1.13 to target OS X 10.9 Mavericks
0 stars 0 forks source link

Clarify in readme that this is meant for static local sites? #2

Closed krackers closed 5 days ago

krackers commented 6 days ago

Not 100% sure if I understood the purpose correctly, but this seems intended for purely-static sites right? (since it seems you place the entire directory under /sites, old-school ftp serving style).

Wowfunhappy commented 5 days ago

Correct, at least for the moment.

In truth, this was made for one particular site, an AI Chatbot / ChatGPT-esque client. That is basically working and I should release it.

For over a year, I'd been meaning to make an actual native Cocoa for the OpenAI API—it's a chat interface that makes a REST call, how hard could it be—but I never had the time/motivation to start from scratch. Every preexisting client for this is web based, so that's what I was stuck with.

I pulled out the Electron wrapper into a separate template because I figured webapps are so common nowadays (even if I'm limited to static ones) I'm likely to run into this again in the future.