NITH Digital Ecosystem
A high-scale EdTech monorepo serving 740+ users with role-based access control, academic result analysis, and real-time campus utility tools.
Nexo MDX is a React-based Markdown editor built to solve the styling fragmentation in rich text editors. Unlike traditional editors that force their own styles, Nexo adopts a "Headless UI" philosophy, allowing developers to control the look and feel completely using their own utility classes.
textarea elements to ensure full screen-reader compatibility and correct form submission behavior without hydration mismatches..nexo-mdx-editor .toolbar).import React, { useState } from 'react';
import MdxEditor from 'nexo-mdx';
export function Editor() {
const [mdValue, setMdValue] = useState('');
return (
<MdxEditor
value={mdValue}
onChange={(value, _) => setMdValue(value)}
className="border-zinc-800"
/>
);
}
A high-scale EdTech monorepo serving 740+ users with role-based access control, academic result analysis, and real-time campus utility tools.
A SaaS marketplace connecting frontend developers with curated assets, featuring Stripe Connect payouts and automated portfolio generation.
A high-throughput web crawler optimized for extracting and normalizing data for LLM fine-tuning and Vector DB ingestion.
An event-driven mailing architecture using Next.js Server Actions and Cron jobs for cost-effective, scalable communication.
A high-scale EdTech monorepo serving 740+ users with role-based access control, academic result analysis, and real-time campus utility tools.
A SaaS marketplace connecting frontend developers with curated assets, featuring Stripe Connect payouts and automated portfolio generation.
A high-throughput web crawler optimized for extracting and normalizing data for LLM fine-tuning and Vector DB ingestion.
An event-driven mailing architecture using Next.js Server Actions and Cron jobs for cost-effective, scalable communication.
A high-scale EdTech monorepo serving 740+ users with role-based access control, academic result analysis, and real-time campus utility tools.
A SaaS marketplace connecting frontend developers with curated assets, featuring Stripe Connect payouts and automated portfolio generation.
A high-throughput web crawler optimized for extracting and normalizing data for LLM fine-tuning and Vector DB ingestion.
An event-driven mailing architecture using Next.js Server Actions and Cron jobs for cost-effective, scalable communication.
A high-scale EdTech monorepo serving 740+ users with role-based access control, academic result analysis, and real-time campus utility tools.
A SaaS marketplace connecting frontend developers with curated assets, featuring Stripe Connect payouts and automated portfolio generation.
A high-throughput web crawler optimized for extracting and normalizing data for LLM fine-tuning and Vector DB ingestion.
An event-driven mailing architecture using Next.js Server Actions and Cron jobs for cost-effective, scalable communication.
I help startups ship engineering-grade web applications. From complex backend architecture to pixel-perfect UI.