ABDUL
MUHSIN A
RecentElectronicsandCommunicationEngineeringgraduatewithapassionforFullStackDevelopmentandbuildingscalablewebapplications.ExperiencedindevelopingSaaSproductsusingNext.js,TypeScript,Supabase,PostgreSQL,andTailwindCSS.FounderofWareSynandCo-FounderofFemto3Dwithhands-onexperienceinsoftwaredevelopment,productdesign,andproblemsolving.
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
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
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.
0.00 / 10
B.E. Degree CGPA
1st Prize
National Hackathon Win
Engineering Track & Ventures
Founder & Full Stack Developer — WareSyn
Jan 2025 – PresentFounded 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.
Co-Founder & Prototyping Engineer — Femto 3D
Apr 2022 – PresentCo-founded Femto 3D prototyping startup. Designed precision 3D CAD models using Autodesk Fusion 360, managing digital fabrication, client consultation, and technical design delivery.
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.
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.
SKILLECOSYSTEM&TECHSTACK.
Production-proventools,frameworks,andhardwareengineeredtobuildscalablebusinesssoftware.
FEATURED PLATFORMS
Explore live production releases and SaaS platforms built with Next.js, Supabase, and PostgreSQL.
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.
FounderOS
PairDiary
Smart Staffroom Automation System
CAREER TRACK & MILESTONES
Explore active startup ventures, engineering degrees, and competitive hackathon achievements.
Founder & Full Stack Developer
WareSyn (SaaS Startup)
Co-Founder & Prototyping Engineer
Femto 3D Startup
B.E. Electronics & Communication Engineering
SRM TRP Engineering College (CGPA 8.10/10)
First Prize Winner (₹10,000)
Technology Enablement Meet (Neural AMP Project)
GALLERY / ARCHIVE
Curated archive of product user interfaces, CAD models, hardware setups, and software deployment snapshots.
WareSyn Multi-Branch Dashboard
FounderOS Productivity Matrix
PairDiary Relationship App
ESP32 IoT Energy Automation
Build what
the world
will remember.

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