ABDUL MUHSIN A.
00%

UNITED BY CODE

VENTURES & ENGINE

WARESYN CLOUD ERP

FEMTO 3D FABRICATION

PAIRDIARY PLATFORM

ESP32 SENSOR AUTOMATION

THANJAVUR, TAMIL NADU, INDIA

CAPABILITIES

FULL STACK SaaS ENGINEERING

MULTI-TENANT RLS DATABASE

REAL-TIME POS & INVENTORY

3D CAD MESH PROTOTYPING

EMBEDDED HARDWARE CONTROL

Abdul Muhsin A. Logo

ABDULKinetic Image ZoomMUHSIN A

RecentElectronicsandCommunicationEngineeringgraduatewithapassionforFullStackDevelopmentandbuildingscalablewebapplications.ExperiencedindevelopingSaaSproductsusingNext.js,TypeScript,Supabase,PostgreSQL,andTailwindCSS.FounderofWareSynandCo-FounderofFemto3Dwithhands-onexperienceinsoftwaredevelopment,productdesign,andproblemsolving.

Sound OffEverything Works Out In The End

JavaScript

Language

TypeScript

Language

Python

Language

C

Language

Next.js

Framework

React

Frontend

Tailwind CSS

Styling

Node.js

Backend

REST APIs

Backend

Supabase

Database

PostgreSQL

Database

Firebase

Database

Git

Tools

GitHub

Tools

Fusion 360

Creative/CAD

Photoshop

Creative

JavaScript

Language

TypeScript

Language

Python

Language

C

Language

Next.js

Framework

React

Frontend

Tailwind CSS

Styling

Node.js

Backend

REST APIs

Backend

Supabase

Database

PostgreSQL

Database

Firebase

Database

Git

Tools

GitHub

Tools

Fusion 360

Creative/CAD

Photoshop

Creative

01
02
03
04
05
06
07
08
09

EXPERIENCE

THE

PULSE

OF

SOFTWARE

import { createClient } from '@supabase/supabase-js';
import { NextResponse } from 'next/server';

export async function POST(req: Request) {
  const supabase = createClient(
    process.env.NEXT_PUBLIC_SUPABASE_URL!,
    process.env.SUPABASE_SERVICE_ROLE_KEY!
  );
  
  const { data: user, error } = await supabase.auth.getUser();
  if (error || !user) {
    return NextResponse.json({ error: 'Unauthorized' }, { status: 401 });
  }

  const { title, branchId, inventoryItems } = await req.json();
  
  const { data: transaction, error: txError } = await supabase
    .from('inventory_transactions')
    .insert({
      branch_id: branchId,
      created_by: user.user.id,
      items: inventoryItems,
      timestamp: new Date().toISOString()
    })
    .select();

  return NextResponse.json({ success: true, transaction });
}
// WareSyn Multi-Branch Multi-Tenant RLS Policy
CREATE POLICY "Branch Isolation Access"
ON public.inventory_transactions
FOR ALL
TO authenticated
USING (
  tenant_id = (
    SELECT tenant_id FROM public.users
    WHERE id = auth.uid()
  )
);

-- Fast Real-Time Stock Analytics View
CREATE OR REPLACE VIEW public.branch_stock_summary AS
SELECT 
  b.id AS branch_id,
  b.name AS branch_name,
  COUNT(p.id) AS total_products,
  SUM(p.stock_quantity * p.unit_price) AS total_valuation
FROM public.branches b
JOIN public.products p ON p.branch_id = b.id
GROUP BY b.id, b.name;
import { createClient } from '@supabase/supabase-js';
import { NextResponse } from 'next/server';

export async function POST(req: Request) {
  const supabase = createClient(
    process.env.NEXT_PUBLIC_SUPABASE_URL!,
    process.env.SUPABASE_SERVICE_ROLE_KEY!
  );
  
  const { data: user, error } = await supabase.auth.getUser();
  if (error || !user) {
    return NextResponse.json({ error: 'Unauthorized' }, { status: 401 });
  }

  const { title, branchId, inventoryItems } = await req.json();
  
  const { data: transaction, error: txError } = await supabase
    .from('inventory_transactions')
    .insert({
      branch_id: branchId,
      created_by: user.user.id,
      items: inventoryItems,
      timestamp: new Date().toISOString()
    })
    .select();

  return NextResponse.json({ success: true, transaction });
}
CODE-DRIVEN ARCHITECTURE & STORY

CODE-DRIVEN

SOFTWARE

& HARDWARE.

Founder of WareSyn and Co-Founder of Femto 3D. Combining Electronics Engineering fundamentals with modern Full Stack SaaS development, multi-branch ERP architecture, and embedded sensor control.

ACADEMIC SCORE
0.0

0.00 / 10

B.E. Degree CGPA

SRM TRP COLLEGEPASSED OUT
STARTUPS CO-FOUNDED
WareSyn ERP
FOUNDER
Femto 3D
CO-FOUNDER
2Active Ventures
PLATFORMS BUILT
Next.js 14SupabasePairDiaryIoT Sensors
4+Live SaaS Products
NATIONAL WIN

1st Prize

National Hackathon Win

INNOVATIONCHAMPION

Engineering Track & Ventures

Founder & Full Stack Developer — WareSyn

Jan 2025 – Present

Founded WareSyn SaaS platform in Thanjavur, India. Engineered cloud ERP for multi-branch inventory, real-time POS billing, purchase management, and analytics using Next.js App Router, TypeScript, Supabase RLS, and PostgreSQL.

PIPELINE:Next.js App RouterSupabase RLSPOS Billing
Next.js 14TypeScriptSupabase RLSPostgreSQL

Co-Founder & Prototyping Engineer — Femto 3D

Apr 2022 – Present

Co-founded Femto 3D prototyping startup. Designed precision 3D CAD models using Autodesk Fusion 360, managing digital fabrication, client consultation, and technical design delivery.

FABRICATION:Autodesk Fusion 360Precision 3D Mesh
Fusion 3603D CAD ModelingRapid Prototyping

B.E. in Electronics & Communication Engineering

2022 – 2026 (Passed Out)

Graduated from SRM TRP Engineering College (Tiruchirappalli, India) with CGPA 8.10 / 10. Specialized in signal processing, microcontrollers, embedded logic, and web application architecture.

MAJOR:MicrocontrollersEmbedded LogicFull-Stack Web
Signal ProcessingESP32 C++Web Architecture

Core Technical Strengths

Full Stack & Hardware Competencies

Next.js & Supabase SaaS Engine

App Router, SSR, Server Actions, Row-Level Security, multi-tenant databases.

Collaborative & Productivity Apps

Real-time messaging, habit tracking, task matrix, and Firebase Firestore listeners.

Embedded IoT & CAD Modeling

ESP32 sensor relays automation and Autodesk Fusion 360 3D CAD fabrication.

LOCATION:Thanjavur, Tamil Nadu, India

SKILLECOSYSTEM&TECHSTACK.

Production-proventools,frameworks,andhardwareengineeredtobuildscalablebusinesssoftware.

Next.js 14
WareSyn SaaS Platform
TypeScript
Supabase RLS
React 18
PostgreSQL
Row-Level Security
Full Stack ERP
ESP32 IoT
Autodesk Fusion 360
Femto 3D Startup
Tailwind CSS
Python
PairDiary App
Node.js & Express
3D Fabrication

FEATURED PLATFORMS

Explore live production releases and SaaS platforms built with Next.js, Supabase, and PostgreSQL.

01.SaaS Startup

WareSyn

WareSyn

Built a cloud-based ERP platform for multi-branch businesses. Developed using Next.js, TypeScript, Tailwind CSS, Supabase, and PostgreSQL. Implemented inventory, purchase, POS, reporting, and analytics modules.

Next.jsTypeScriptTailwind CSSSupabasePostgreSQL
↳ Launch Product
02.Productivity SaaS

FounderOS

03.Web & Mobile App

PairDiary

04.Hardware & IoT

Smart Staffroom Automation System

ABDUL MUHSIN A — Founder & Full Stack Developer
IST | Thanjavur, India

Build what
the world
will remember.

Abdul Muhsin A

Abdul Muhsin A

Founder & Full Stack Developer

Services

  • Full-Stack Web Engineering
  • SaaS Platform Architecture
  • Software & AI Consulting
  • UI/UX & High-End Design

Core Stack

  • Next.js 14 / React 18
  • PostgreSQL & Supabase
  • Node.js & Python
  • TailwindCSS & Framer Motion

Location & Status

  • Thanjavur, Tamil Nadu
  • India, 613001

Connect & Social

© 2026 ABDUL MUHSIN A. All rights reserved.

Designed & Engineered by Abdul Muhsin A