Back to Projects

Blog Articles

Explore insights and thoughts on modern web development

8 articles

From Spreadsheets to a Full SaaS CRM – Building Motherland CRM Solutions
Next.js
April 27, 2026
16 min read

From Spreadsheets to a Full SaaS CRM – Building Motherland CRM Solutions

Motherland CRM Solutions is a multi-tenant SaaS CRM for sales teams leaving Excel: chunked CSV/Excel import with a leased resume-safe worker, ADMIN / SUBADMIN / AGENT roles, Ably realtime, board charts, dialer call logs, and host branding. Latest measured suite: 237 Vitest passing, Playwright lifecycle/smoke, Mongo load through 100k, midflight kill→resume, 50k HTTP soak (~134–217 leads/s after tuning), and 5×50k concurrent tenants — live at motherlandcrmsolutions.com.

nextjstypescript+6
Read Article
Kyiv Electricity Availability Survey – Multi-Step Form with Telegram Integration
Next.js
February 8, 2026
6 min read

Kyiv Electricity Availability Survey – Multi-Step Form with Telegram Integration

A civic-focused, full-stack Next.js application that collects real-time electricity availability data across Kyiv and delivers submissions instantly to organizers via Telegram Bot API. Built with Next.js 16, TypeScript, Zod validation, and a multi-step carousel interface, the project demonstrates modern architecture, client-side validation strategy, secure API handling, and production deployment.

nextjsreact+4
Read Article