Nitin Goswami
AI · Web · Design · Content
0%
Available for collaborations · Noida, IN

Hi, I'm Nitin — I build intelligent digital experiences.

AI Developer · Web Developer · UI Designer · Content Strategist. I combine technology, design and communication to build products that solve real problems — not just demo technical skills.

AI Development Web Engineering UI Design Content Strategy
NG
🤖
🎨
💻
✍️
0
Years Writing
0
Projects
0
Commits
0
Hackathon Wins
0
Articles
0
Hours Learning

Everything a recruiter wants to know
in 90 seconds.

No fluff. Just the answers to the questions you'd ask in the first round.

01 · WHO
Who is Nitin?
A multi-disciplinary builder working at the intersection of AI, web, design and content. Currently pursuing a Bachelor of Computer Applications (2024–2027) at Asian School of Business, Noida, while interning at Indian Printer & Publisher as a Production Intern. Over the past 5+ years I've shipped content, design, and code across industries.
BCA · ASB NoidaProduction Intern · IPP5+ yrs content
02 · WHY
Why should I care?
Because most developers can code, most designers can design, and most writers can write — but very few can do all three and stitch them into a single product. I reduce the friction between teams, ship faster, and care about how a product feels, not just how it works.
Cross-functionalShip-readyEnd-to-end
03 · WHAT
What problems does he solve?
I build AI-powered web applications, design intuitive user experiences, and create technical + marketing content. Recent work includes MindShift (AI productivity), GramSetu (government scheme discovery with eligibility detection + multilingual support), SmartReport (rural healthcare records), and IPP Event Management (exhibition platform).
AI ProductsGovTechHealthTechWeb Apps
04 · DIFFERENT
What makes him different?
A rare combination of content strategy intuition (5+ years of SEO, copy, scripts) and engineering execution (Three.js, Firebase, Gemini API, AI agents). I think like a marketer, design like a product person, and ship like a developer. Every project ships with a story — and the story is part of the product.
Story-drivenProduct-thinkingAI-native
05 · BUILT
What has he built?
Five flagship projects and dozens of smaller experiments — from an AI productivity platform to a healthcare system used in rural medical centers that reduced manual data entry and improved patient tracking. Each one is in the Projects world — click any hologram to enter the case study.
MindShiftGramSetuSmartReportKnowMeIPP Events
06 · HIRE
Should I hire him?
If you need someone who can take a vague idea, design it, build it, write about it, and ship it — yes. I'm currently open to internships, freelance product work, and AI-focused collaborations. The Resume world has a downloadable CV, ATS version, and live timeline. The Feedback world has what previous collaborators said.
Open to internshipsFreelance-readyAI collabs

Kolkata → Delhi → Noida

The three cities that shaped the work. Click a pin to see what happened there.

Projects, but as holograms.

Each tile is a doorway. Click to enter an interactive case study — device mockups, architecture, timeline, voice narration, lessons learned. Recruiters spend five minutes, not thirty seconds.

A galaxy of tools.

Explore the stack as an interactive constellation. Hover nodes to inspect depth, click a category to isolate it.

Hover a node

Skill Galaxy

Each glowing star is a tool I’ve used in real projects.

Level: — Category: —

The Blog.

Technical blogs, SEO articles, build logs, AI experiments. Posts are stored in Firestore (with a LocalStorage fallback for visitors). Admin login unlocks the rich-text editor, drafts, and publishing.

Send a message in a bottle.

Rate me on six dimensions, drop a note, and watch your bottle drift into the collection. Everything is visualized — recruiters love analytics.

A digital CV.

Not a PDF download button. A timeline, interactive skills, achievements, certificates — plus a print mode and an ATS-friendly toggle for recruiters who need plain text.

MAY 2026 — PRESENT
Production Intern
Indian Printer & Publisher
Website development, WordPress, EDM design, magazine design, social media creatives.
2021 — PRESENT
Freelance Content Strategist & Writer
Self-employed · Multi-industry
Technical blogs, SEO articles, website content, landing pages, LinkedIn, Instagram, Reels & YouTube scripts, product descriptions, marketing copy, news articles, transcription, content strategy.
2024 — 2027
Bachelor of Computer Applications
Asian School of Business, Noida
Formal CS education alongside ongoing industry work.

Hover to reveal proficiency

Wins & participations

🥈
2nd Rank
Delhi University Hackathon
🏅
Top 10
Technofusion 1.0
💡
Participant
Ideathon 7.0
🎯
Participant
ASBIC 2024
⚖️
Participant
CaseCraft 1.0
📊
Participant
Budget Conclave
🎭
Participant
Nukkad Natak

Currently exploring

AI Agents60
Three.js55
System Design45
Full Stack65
Modern UI60

Ask Nitin's AI twin.

A lightweight rule-based assistant trained on my projects, skills, and journey. Ask about my work, what tech I use, or which project solves what problem. (No external API — runs fully in your browser.)

👋 Hey! I'm Nitin's AI twin. Ask me anything about his work, skills, or projects. Try a suggestion below to start.
What projects has Nitin built?
What's his tech stack?
How can I contact him?
What makes him different?
Is he available for work?

Experiments, fails & research.

Not everything ships. This is the behind-the-scenes work — half-finished ideas, abandoned prototypes, research threads. Growth mindset, made visible.

EXPERIMENT
Procedural 3D portfolio scenes
Exploring how a single Three.js renderer can swap scenes per route without jank. Result: the page you're on right now.
Three.jsGSAPWebGL
LEARNING
AI Agents with tool-use
Building agents that can call functions, browse, and remember. Currently prototyping a research assistant for content briefs.
Gemini APIPrompt EngineeringJSON
RESEARCH
Multilingual eligibility engines
How do you map 1000+ government schemes to user profiles across 22 Indian languages? Researching ontology + LLM hybrid.
NLPKnowledge GraphsGemini
FAILED
Custom shader aurora
Tried writing a custom GLSL aurora shader. Got 12 FPS on mid-tier laptops. Replaced with CSS blur — same vibe, 60 FPS.
GLSLShaders
EXPERIMENT
Voice-narrated case studies
Using the Web Speech API to narrate project stories instead of pre-recording audio. No storage, no bandwidth, fully accessible.
Web Speech APIJS
LEARNING
System design for solo devs
Most system design content is for 100-engineer teams. Adapting patterns for one-person products that still need to scale.
ArchitecturePatterns

How this site was built.

Wireframes, git commits, architecture decisions, and statistics. The stuff recruiters say they care about — and actually do.

📐 Architecture

Single HTML file, no build step. Three.js (importmap), GSAP, Firebase compat SDK, marked + highlight.js. Custom page router with camera-state transitions.

a3f1d2 feat: shared renderer with per-page scene states
b8e4c9 perf: lazy-init heavy scenes on first route visit
c1d7a3 feat: LocalStorage fallback when Firebase unset

🎨 Design System

Tokens for color, radius, shadow, easing. Glassmorphism with backdrop-filter. Custom cursor with magnetic hover. Aurora + stars + 3D canvas layered at z-0/1/2.

d9f2b1 design: tokens + glass + cursor system
e5a8c4 ui: section-label pill + animated dot

⚡ Performance

Target: 60 FPS. GPU-accelerated transforms. LOD for particle counts. Lazy-loaded 3D scenes. Reduced-motion support. Mobile cursor disabled.

f2b7e9 perf: cap particle counts on mobile
a9c3d5 perf: pause off-screen canvases

🧪 Process

Started with the home hero — got the camera moves right, then duplicated the pattern to other worlds. Each section treated as its own product launch.

b4e8f1 feat: home hero with neural network
c7d2a6 feat: project case study w/ voice
d1f9b3 feat: blog + admin editor

By the numbers

📖
0
Years Writing
🚀
0
Projects Shipped
⌨️
0
Git Commits
0
Cups of Coffee
👥
0
Happy Clients
🏆
0
Hackathon Wins
📝
0
Articles Published
⏱️
0
Hours Learning

What people actually said.

Real recommendations from collaborators, mentors, and clients. Want to add yours? Drop it in the Feedback world.

"
Nitin has a rare ability to translate vague product ideas into working prototypes in days, not weeks. He thinks like a designer and ships like an engineer — exactly the combo we needed.
A
Anonymous Collaborator
PRODUCT LEAD
"
His content background shows in everything he builds — the UX copy, the onboarding, even commit messages. Most devs ignore that stuff. Nitin doesn't.
M
Mentor
ASBIC 2024
"
We hired Nitin for SEO articles. He delivered — and quietly redesigned our landing page in the process. Conversions went up 18% that month.
R
Past Client
SAAS STARTUP

Let's build something useful.

Open to internships, freelance product work, and AI collaborations. The orbiting logos are interactive — spin them, click them, or use the direct links below.

Nitin Goswami

AI · Web · Design · Content

Noida, India · UTC+5:30

Or send a quick message

New Post
Preview appears here...
🏆
AchievementUnlocked