like software will open directly with out user login or signup
this is project for our school and we have production camp which will promote the our school camp on various website of ads display like google word youtube facebook etc...
please provide something or document of making exe and tell me how to remove the login pages like it will directly open the project creating site and any modern theme available ??
What are you trying to accomplish here? App Inventor has two modes that it supports out of the box, local auth and Google auth. You must have at least one enabled unless you implement your own auth system, in which case you'll need to modify the login in LoginServlet to handle that.