Any software to create offline desktop app from WordPress site?

seamate

Regular Member
Joined
Aug 25, 2011
Messages
439
Reaction score
154
Hello mates,
I have done a little search online for a software that could help me easily create an offline Windows desktop app from my WordPress site. Unfortunately, I didn't find anything useful.
I know of Electron, but the framework has no offline support yet.
I'd need bits of advice and suggestions from you guys please.

Thanks
 
Please do check this that I found ... I'm not sure if this meets your requirements as I did not go through it completely ....
https://www.exeoutput.com/tutorials/make-a-desktop-app-with-wordpress.pdf
 
Ohh...thank you. I'll check it out now.
 
Hello mates,
I have done a little search online for a software that could help me easily create an offline Windows desktop app from my WordPress site. Unfortunately, I didn't find anything useful.
I know of Electron, but the framework has no offline support yet.
I'd need bits of advice and suggestions from you guys please.

Thanks
You can use the WordPress Rest API: https://developer.wordpress.org/rest-api/,

In electron, you create whatever interface you need with html, css and Javascript, and then perfom HTTP requests to your site using the REST API when you need to perform an action on your site. If for whatever reason the official REST API is not enough for you, you can create your own endpoints by creating a custom Wordpress plugin.
 
You can use the WordPress Rest API: https://developer.wordpress.org/rest-api/,

In electron, you create whatever interface you need with html, css and Javascript, and then perfom HTTP requests to your site using the REST API when you need to perform an action on your site. If for whatever reason the official REST API is not enough for you, you can create your own endpoints by creating a custom Wordpress plugin.
This sounds promising. Seems to have a bit of learning curve though, because I'm not really a programmer, but I'm ready to put in some quality time learning. Thanks for the suggestion.
 
Why are you doing this ? Do you want a copy of the website that's brow sable offline ?

Wordpress + Electron.... woe is I :(
 
Why are you doing this ? Do you want a copy of the website that's brow sable offline ?

Wordpress + Electron.... woe is I :(
Basically, yes. But a few enhancements would not be out of place.
 
Back
Top