Welcome to the MassCare Digital blog. This is a sample post — replace it with your own content by editing data/blog.json and rebuilding.
We build elite web applications, e-commerce systems, and digital infrastructure for ambitious businesses across Nairobi, Mombasa, and Kenya.
How to manage your blog
Since this site is fully static, blog posts are managed by editing the data/blog.json file directly. After making changes, run npm run build to regenerate the static HTML.
Each post has the following fields:
- id — unique identifier
- title — post title
- slug — URL-friendly version of the title
- excerpt — short description shown on the blog listing
- content — HTML content of the post
- tags — array of tag strings
- coverImage — URL to a cover image
- published — set to true to make it visible
- createdAt — ISO date string
- updatedAt — ISO date string