Nishan

Roy

Hi, I'm

Nishan

I'm a full-stack developer and AI engineer based in Kolkata. I build production backends and AI-powered products end-to-end — from Next.js interfaces to FastAPI services and Gemini integrations. I built ShipIntern, an internship-finding tool for fellow students that reached 250+ users.

Build / Ship / Iterate / Repeat

Nishan Roy Portrait
Nishan Roy's Portrait

Your Idea. Engineered End-to-End.

Full-stack engineering

& AI integration

Frontend Development

export default function Hero() {
  const [open, setOpen] = useState(false);
  return <Nav open={open} />;
}

Backend Engineering

@app.post("/classify")
async def classify(t: Ticket):
    return await ai.predict(t)

AI / ML Engineer

# real-time classification
model = genai.GenerativeModel("gemini-2.0")
res = model.generate_content(prompt)
return res.text

Cloud & DevOps

FROM node:20-alpine
COPY . .
RUN npm ci && npm run build
CMD ["npm", "start"]

Let's build something solid together

Get in touch