Simon Bennett @simon.bennett.im · Dec 1

Got to build the marketing site now. Hate this part. I have the design done, no copy. I am debating what the quickest way for me to get this out would be, Just throw it behind a laravel app?

5 likes 3 replies

?

Replies

Matthias Bohlen · Dec 1

Why not deploy it as static pages on a normal web server?

balch · Dec 1

+1 for use whatever tools you already know. Although a static site is good for seo. I'm using 11ty to put out my marketing page right now

Jason Law · Dec 1

Yeah, whatever you are already familiar with is usually the answer. UNLESS you are going to be supporting other non-technical contributors. If it's just static pages, blade or vue with inertia (using ssr) is fine, hardly worth having a database at all if that's the case. Use what you already know.