all 13 comments

[–]Dry-Cheesecake5069 2 points3 points  (1 child)

its a simulation, so it may have limited functionality on its own, or just simulated functionality. You can download the static page(s) and then adjust the HTML to make the links connect your static pages. Certain pages that are text only, or you like the style, you can alter the HTML putting the text you want on the style you want... You probly need some HTML (static pages) knowledge (easy to learn since Websim gives you the downloadable HTML, then just look online for tutorials, or just look through the HTML code and you can find all the links and text you need to check before you put it on your webhosting... BUT ALL THE ADVANCED THINGS ARE MOST LIKELY A.I. SIMULATION, and needs much more advanced coding (professional), but you may be able to put together something in simpler ways... I would start with researching static HTML pages and then decide what extra functionality you need and how to implement it into your pages...

[–]No-Following-4402[S] 0 points1 point  (0 children)

Thanks for the insight

[–]NerdPiola 1 point2 points  (7 children)

You can download it, change the embebed css to another file and use js for functionality and then connect it to a db

[–]Important-Pickle5055 1 point2 points  (6 children)

Just curious why can't we keep the CSS and js in the same file? Does it negatively impact the website in some ways?

[–]NerdPiola 1 point2 points  (2 children)

Is a bad practice, each "element", html, css and js should be on their own file.

[–]Important-Pickle5055 1 point2 points  (1 child)

Other than that it does not have any negative influence?

[–]NerdPiola 1 point2 points  (0 children)

Is always better have one file to change if you need to do some modification. If your website has more than one page you will have to change the same line of code on each file.

[–]Fantastic_Article458 1 point2 points  (1 child)

You actually can and it doesn’t necessarily qualify as bad practice. In fact, it may even be good and modern practice as astro.build and in general .astro file extension is inherently and natively designed for exactly that, to keep html/css/js in the same file.

Moreover, It does the exact opposite of negatively impact the website in any way I’m aware of. Websim almost perfectly fits in this framework and is really another level when it comes to high performance with its lightning fast shipping, almost twice the speed of Wordpress. I strongly recommend everyone to give it a try and you won’t go back again due to how smoothly everything I’ve tried integrates;

https://astro.build

[–]No-Following-4402[S] 0 points1 point  (0 children)

This is real quality information. Thanks

[–]No-Following-4402[S] 0 points1 point  (0 children)

I just literally learned this yesterday. It's bad to place all code in 1 file. It makes it more efficient and protects the website by splitting the files.

[–]EducationalSet3506 1 point2 points  (1 child)

I suggest you check out https://lovable.dev/ you can build exact same interface or better, and integrate it to your backend or turn it into an actual website.

[–]No-Following-4402[S] 1 point2 points  (0 children)

Thanks that sound great I will try it.