Skip to content

rmashate/blog

 
 

Repository files navigation

Ron Mashate's Blog

Deploy with Vercel Deployment Status Last Updated

Personal blog built with Next.js 14, MDX, and Tailwind CSS. Featuring product management insights, AI systems development, and lessons from building digital products.

🔗 Live at: https://blog-rmashate.vercel.app

Features

  • ✨ Next.js 14 with App Router
  • 📝 MDX for rich content authoring
  • 🎨 Tailwind CSS for styling
  • 📊 Vercel Analytics integration
  • 🚀 Optimized for performance
  • 🔍 SEO optimized
  • 📱 Fully responsive design
  • 🎯 View tracking ready (Vercel KV compatible)

Blog Posts

  1. From $2M to $11M: The Cineplex Store Growth Playbook - How we transformed a struggling digital platform into a $11M revenue powerhouse
  2. Why AI Keeps Forgetting: Building Better Memory Systems - Current AI systems have a memory problem. Here's what I learned building a memory system for Claude
  3. The $2M Lesson: Why Customer Research Beats Assumptions Every Time - How switching from assumption-based to research-driven product development saved Assurance IQ $2M

Local Development

# Install dependencies
npm install
# or
pnpm install

# Start development server
npm run dev
# or
pnpm dev

# Build for production
npm run build

# Start production server
npm run start

Adding New Posts

  1. Create a new folder in app/(post)/[year]/your-post-slug/
  2. Add a page.mdx file with your content
  3. Update app/posts.json with post metadata

Deployment

This blog is deployed on Vercel. Any push to the main branch will trigger a new deployment.

Deployment Status

  • Project ID: prj_RBudWJDvDGrfqm2xiWpGut2ys4Ti
  • Auto-deploy: Enabled for main branch
  • Build time: ~60 seconds

Tech Stack

  • Framework: Next.js 14.1.0
  • Content: MDX 3.0
  • Styling: Tailwind CSS 3.4
  • Analytics: Vercel Analytics
  • Font: Inter (Google Fonts)
  • Deployment: Vercel

Connect

License

MIT License - feel free to use this as a template for your own blog!


Built with ❤️ by Ron Mashate | Last updated: November 8, 2025

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 53.9%
  • JavaScript 29.7%
  • TypeScript 15.5%
  • Other 0.9%