Ā· Luke Faragher Ā· ONSIM  Ā· 3 min read

ONSIM Website 4.0 Launch

ONSIM launch v4.0 Website using Astro.build

ONSIM launch v4.0 Website using Astro.build

Goodbye Wordpress!

Our last 6 websites have been built on Wordpress (and hosted in WP-Engine which has been excellent) and itā€™s largely served us well over the past 10+ years however we were starting to find that updating our website was becoming a bit of chore and something we never got round to doing. It also wasnā€™t fast, bloated with lots of un-necessary plugins and performed relatively poorly in terms of SEO and on mobile.

So time to change and go back to basics!

Hello Astro

Astro is a static site generator (SSG) framework that compiles and generates static HTML. Itā€™s lightening fast, easy to update and doesnā€™t require a database to store and serve content. Blog articles (like this one) are written in markdown which are dynamically turned into static HTML when the site is built/deployed. Because there is no database itā€™s also more secure and as an unexpected win we donā€™t seem to be getting spammed with fake comments and bogus enquiries as we were on Wordpress (hurray!).

Deploying to AWS Amplify

All of our infrastructure at ONSIM is (now finally) on AWS and Amplify is great option for Astro (or any JS/React) sites. As soon as a new commit is pushed to master branch in our private Github repo the site is rebuilt and deployed automatically without downtime - other branches can be used to easily stage and test revisions. Itā€™s all very slick!

Final Thoughts

Over the years Iā€™ve generally observed that websites for B2B services and SaaS apps fall into one of two categories:

  1. Public Roadmaps - where the features the service offers today and what they display on their website donā€™t necessarily align. Itā€™s ā€œwhat they want to beā€ not where they are right now.
  2. Contact forms - usually less appealing for users to want to interact with and even harder to find because of a distinct lack of content. Counter-intuitively the services these sites front are often better than the latter because they are usually so busy shipping new features they donā€™t have time to write about them on their website.

Our old site definitely falls into the second category. We often get asked by customers; ā€˜can you solve challenge X for usā€™ and we say yes, weā€™ve been able to do that for years. But itā€™s not on our website so how are they to know. Over the next couple of months we are going to fix this and give a better idea of ā€˜the art of the possibleā€™ when using ONSIM.

Thanks for reading!

Share:
Back to Blog

Related Posts

View All Posts Ā»