amit.
Available
Amit Chakraborty
Available · Remote

Engineer who builds systems that remember.

React Native · AI/ML pipelines · Web3. 8+ years shipping production systems. Applying for Senior Frontend Engineer at mem0.

amit@devamit.co.in
journey
2017
BCA · Heritage Academy
Where it all started. Kolkata.
2021
NonceBlox · Web3 Lead
13+ apps shipped. FinTech, gaming, DeFi.
2025
Synapsis · Founding Eng
0→21 engineers. HIPAA AI. 5 apps in 13 months.
Now
Targeting mem0
AI-native. Memory infra. Senior Frontend.
// mem0.search()
query"senior_frontend_engineer"
0.97confidence
01Ships AI-native products using Claude Code as daily driver
02Built 18+ production apps to App Store & Play Store
03Scaled 0→21 engineers as Founding Engineer at Synapsis
04HIPAA-compliant RAG pipelines · 99.9% uptime production
0550K+ peak DAU · React Native · C++ native modules 60fps
06Applying: Senior Frontend Engineer · mem0 · India remote
user_id: amit_chakrabortyapi_mode: real
mem0.graph("amit") → 11 nodes
Amit Chakraborty
01 / portfolio
Live
Available · Remote · IST
Amit Chakraborty
Principal Architect · 8+ yrs · 18+ apps shipped
React NativeAI/MLWeb3TypeScript
mem0.search("amit_projects", limit: 6)

Shipped systems.

mem_0010.98
AI Infrastructure

Aura Studio

Visual AI Orchestration Platform

React 19React FlowNext.js+3
2025–2026Details →
mem_0020.96
GovTech · GIS

KSHEM / ProLandly

Government Land Intelligence Platform

Next.js 16React 19Claude API+2
2025–2026Details →
mem_0030.94
Consumer AI · TMA

HarmonyBloom

Encrypted AI Wellness — Telegram Mini App

React 18ViteSupabase+3
2024–2026Details →
mem_0040.93
Computer Vision · Gaming

Aura Arena

Real-time Computer Vision Gaming PWA

MediaPipeTensorFlow.jsWebGPU+2
2024–2025Details →
mem_0050.95
React Native · Mobile

Vulcan Eleven

Fantasy Sports · 50K+ Daily Active Users

React NativeReanimated 3C+++2
2023–2025Details →
mem_0060.91
Web3 · Solidity

DeFi11

Fully On-Chain Decentralized Fantasy Sports

SolidityReact NativeWagmi+2
2022–2024Details →
Technical Proficiency

Depth across the full stack.

Every number earned in production. Not tutorials.

React Native

Mobile · Primary

Bridgeless, JSI, TurboModules. 60fps on $150 Android. 18+ apps to App Store and Play Store.

Reanimated 3Expo RouterC++ / Swift / KotlinCodePushFastlane
98

AI / ML Systems

RAG · Agents

HIPAA-compliant RAG pipelines at Synapsis. MediaPipe CV on-device. LLM orchestration in production.

Claude · GeminiRAG ArchitectureMediaPipeTensorFlow.jsPinecone
88

Frontend Web

React · Next.js

React 19 concurrent, Server Components, streaming. Physics-based motion. Apple-level UI craft.

Next.js 16React 19Framer MotionTailwind v4TypeScript
94

Backend Systems

APIs · Scale

NestJS, GraphQL, event-driven architecture. PostgreSQL mastery. 50K+ DAU without incidents.

NestJSGraphQLPostgreSQLRedisDocker · K8s
90

Web3

Blockchain

Solidity contracts, Ethereum, Solana, DeFi protocols. On-chain gaming and NFT marketplaces shipped.

SolidityWagmi · ViemHardhatSmart ContractsIPFS
85

Engineering Lead

0→1 Builder

5 complete systems from zero at Synapsis. 0→21 engineers scaled. 3 promoted to senior.

Hiring · SDLCMentorshipArchitectureCI / CDTeam Culture
98
18+
Production apps
50K+
Peak daily users
21
Engineers scaled
8+
Years production
// source · from this portfolio
memory.functions.ts
TS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { createServerFn } from "@tanstack/react-start";
import Mem0 from "mem0ai";

// Real mem0 API — falls back to MockMem0Client when key absent
const mem0 = new Mem0({ apiKey: process.env.MEM0_API_KEY });

export const searchMemories = createServerFn({ method: "POST" })
  .validator((d: { query: string; userId: string }) => d)
  .handler(async ({ data }) => {
    const results = await mem0.search(data.query, {
      user_id: data.userId,
      limit: 10,
    });
    return { success: true, data: results, apiMode: "real" as const };
  });
mem0.similarity("amit_experience", "mem0_mission") → 0.97

Why mem0. Not just any AI company.

Every system I've built has a memory problem at its core. mem0 is building the infrastructure that would have solved all of them.

mem0 principleHow Amit lives it
01
mem0

"mem0 adds persistent memories to AI"

Amit

I retain architectural context across every team and tool

No context lost as engineers rotate or join. Decisions stay traceable years later.

02
mem0

"mem0 retrieves relevant context at runtime"

Amit

I retrieve proven patterns under pressure — not guesses

Production-tested across 18+ apps. Institutional memory that travels with me.

03
mem0

"mem0 makes AI feel personalized"

Amit

I make systems shaped to the team's actual reality

Architecture built for the engineer who maintains it six months from now.

AI-native workflow
Claude Code daily
Role target
Senior Frontend Engineer
Location
India · Remote
Availability
Immediate

Built this portfolio end-to-end with Claude Code.

Let's connect
mem0.add("amit is available now")

Let’s build something
that remembers.

I'm actively looking for a Staff / Principal Frontend role at a company doing serious work with AI. mem0 is at the top of that list.

Available immediatelystatus: open
LocationKolkata, India
TimezoneIST (UTC+5:30)
FormatRemote exclusively
Target roleStaff / Principal Engineer
AvailabilityImmediate

This portfolio was built end-to-end with Claude Code, using the real mem0 API to manage visitor memory.