Postmark MCP Server
In his blog post, I introduces a lightweight MCP (Model Context Protocol) server that enables AI applications to send transactional emails via Postmark without direct API integration. Built with Node.js, the server uses the MCP SDK for standardized interfacing, Zod for input validation, and Postmark’s Node client to handle email delivery—all configured through simple environment variables. This solution provides developers with a clean, efficient way to extend AI tools with reliable email capabilities.
Comprehensive PHP CLI Commands
A curated list of useful PHP CLI commands for day-to-day development, debugging, and project management.
KrateCMS: A Developer-Friendly CMS with Laravel 11
Explore how KrateCMS uses Laravel 11 to build a modern, secure CMS. From streamlined setup to advanced role management, this post breaks down the tools and architecture behind the system.