Back to Tags

Next.js

Next.js architecture and implementation decisions from production projects.

Projects

LaunchThatBot

LaunchThatBot

active

AI agent deployment platform with infrastructure provisioning

AI AgentsDevOpsSecurityInfrastructureLLM Evaluation
Next.jsConvexWebSockets+6
View details

AtlasOps

active

Multi-tenant SaaS control center with RBAC, billing, and audit trails

SaaSMulti-tenantRBACBilling
ASP.NET CoreEF CorePostgreSQL+5
View details
Portal

Portal

active

Multi-tenant SaaS platform with plugin architecture

SaaSMulti-tenantB2B
Next.js 16React 19Convex+4
View details
TraderLaunchpad

TraderLaunchpad

active

Professional trading platform with real-time analytics

FintechTradingReal-time
Next.jsConvexClickHouse+5
View details

RelayFlow

active

Integration orchestration platform with reliable webhook routing and replay

IntegrationsWebhooksEvent-DrivenReliability
FastAPIPythonPostgreSQL+5
View details

SignalBoard

active

Data pipeline and analytics platform with ClickHouse OLAP, AI evaluation storage, and ETL quality controls

Data EngineeringAnalyticsETLDashboardOLAP
PythonFastAPISQLAlchemy+7
View details
LaunchMail

LaunchMail

active

Email platform for AI agents with MCP/API inbox creation

EmailAIAutomationMCP
Next.jsAWS SES / SNSConvex+2
View details

AdaScout

active

WCAG 2.2 AA compliance scanning with multi-engine analysis, AI evaluation harness, and RAG-grounded remediation

AccessibilityAIComplianceBrowser AutomationLLM Evaluation
Next.js 16React 19Playwright + axe-core+8
View details
MyLaddr

MyLaddr

active

Career ladder platform with resume builder and job search automation

CareerAIAutomationBrowser Automation
Next.js 16React 19Tailwind CSS+5
View details

vibe-kanban

active

AI-powered Kanban board for software teams

Open SourceAIProject Management
Next.js 16React 19TypeScript+3
View details

Statewide Workforce Development

active

Large-scale workforce platform and data integration system for Florida public stakeholders

Public SectorWorkforceData IntegrationPlatform Strategy
Next.jsReactTypeScript+4
View details

Articles

Jul 7, 2026

When Is the Right Time to Use Microfrontends?

Microfrontends are not a default architecture. Here is how I decided to migrate from a frontend monolith to domain-based frontend apps, what changed in deployment speed and cost, and when this approach is worth it.

Jun 18, 2026

27 Apps, One Monorepo, Zero Regrets

We kept creating new repos for every project. Shared code drifted, configs diverged, and a single bug fix became a multi-day coordination exercise. Here is how a Turborepo monorepo fixed all of it.