Skip to content

Santu Patra

@santu_dev

Full-stack & AI developer skilled in React, Next.js, and Node.js. Experienced in Model Context Protocol (MCP), RAG, and Google Vision. Passionate about building smart, scalable solutions.

Full-stack & AI developer skilled in React, Next.js, and Node.js. Experienced in Model Context Protocol (MCP), RAG, and Google Vision. Passionate about building smart, scalable solutions.

Skill iconPython
Skill iconSolidity
Node.js
Skill iconTypeScript
Skill iconNext.js

Kolkata, India

Devfolio stats

Devfolio stats

8

projects

8

0

prizes

0

30

hackathons

30

0

Hackathons org.

0

GitHub

GitHub

362

contributions in the last year

Nov

S

M

T

W

T

F

S

0 contributions on 2024-11-17
0 contributions on 2024-11-18
0 contributions on 2024-11-19
0 contributions on 2024-11-20
0 contributions on 2024-11-21
0 contributions on 2024-11-22
0 contributions on 2024-11-23
0 contributions on 2024-11-24
0 contributions on 2024-11-25
0 contributions on 2024-11-26
0 contributions on 2024-11-27
0 contributions on 2024-11-28
0 contributions on 2024-11-29
0 contributions on 2024-11-30
3 contributions on 2025-11-01
7 contributions on 2025-11-02
2 contributions on 2025-11-03
2 contributions on 2025-11-04
2 contributions on 2025-11-05
0 contributions on 2025-11-06
0 contributions on 2025-11-07
0 contributions on 2025-11-08
0 contributions on 2025-11-09
0 contributions on 2025-11-10
5 contributions on 2025-11-11
0 contributions on 2025-11-12
0 contributions on 2025-11-13
0 contributions on 2025-11-14
0 contributions on 2025-11-15
0 contributions on 2025-11-16
0 contributions on 2025-11-17

Oct

0 contributions on 2025-10-01
0 contributions on 2025-10-02
0 contributions on 2025-10-03
0 contributions on 2025-10-04
0 contributions on 2025-10-05
0 contributions on 2025-10-06
0 contributions on 2025-10-07
0 contributions on 2025-10-08
0 contributions on 2025-10-09
0 contributions on 2025-10-10
0 contributions on 2025-10-11
0 contributions on 2025-10-12
0 contributions on 2025-10-13
0 contributions on 2025-10-14
0 contributions on 2025-10-15
0 contributions on 2025-10-16
0 contributions on 2025-10-17
0 contributions on 2025-10-18
0 contributions on 2025-10-19
0 contributions on 2025-10-20
0 contributions on 2025-10-21
0 contributions on 2025-10-22
0 contributions on 2025-10-23
0 contributions on 2025-10-24
0 contributions on 2025-10-25
0 contributions on 2025-10-26
0 contributions on 2025-10-27
0 contributions on 2025-10-28
0 contributions on 2025-10-29
0 contributions on 2025-10-30
0 contributions on 2025-10-31

Top Projects

Top Projects

Project Image
Phoenix Builder

Redefining AI Agents

The problem Phoenix AI solves Phoenix redefines AI agents by merging usability, extensibility, and real-world functionality in a browser-first, blockchain-powered platform. πŸ”§ 1. From Chat to Action Problem: Most AI UIs are passive. Phoenix: Empowers agents to take real actions using dynamic tools like shell commands, web search, and email. βš™οΈ 2. Runtime Tool Selection Problem: Toolsets are usually static. Phoenix: Lets users plug in tools per session, no redeploys or backend changes needed. 🧱 3. No-Code Agent Builder Problem: Building agents is backend-heavy. Phoenix: Offers a Prompt Playground and browser-based UI to craft and test agents β€” zero backend required. πŸ”— 4. Blockchain Agent Ownership Problem: No on-chain identity or ownership. Phoenix: Agents are minted as NFTs, stored on IPFS β€” enabling decentralized deployment, access control, and ownership. πŸ›’ 5. On-Chain Agent Marketplace Problem: No trusted way to sell/share agents. Phoenix: A blockchain-powered marketplace where: Creators list agents with on-chain pricing Buyers unlock access via token/NFT Ownership and access are verifiable and trustless Phoenix: Not just smarter agents β€” ownable, functional, and ready for the real world. Challenges we ran into Notable Obstacles & How We Overcame Them **πŸ”— 1. Publishing Agents to the Blockchain Obstacle:** We wanted users to mint and trade AI agents as on-chain assets (e.g., NFTs), which raised challenges around metadata storage, immutability, and dynamic tool inclusion. How We Solved It: Used NFTs to represent each agent, storing agent metadata (e.g. prompt, tools, config) on IPFS via Pinata for decentralized, tamper-proof storage. Designed a clean agent export format (ai_config) to serialize agent logic and selected tools. Integrated smart contracts (EVM-compatible) to mint agents and attach encrypted IPFS metadata URIs. **πŸ›‘οΈ 2. Securely Accessing Agents from the Blockchain Obstacle:** Once published, we needed a secure method to allow only authorized users (e.g., NFT owners or subscribers) to load and interact with private agents and their toolchains. How We Solved It: Leveraged Lit Protocol to encrypt and gate access to private agent files and configurations. On-chain access control is enforced by verifying NFT ownership or active subscriptions before decrypting agent config files. Client-side logic (Next.js + Wagmi) interacts with Lit SDK and smart contracts to unlock tools and configs only for eligible users. **πŸ” 3. Connecting OAuth-Based Tools Securely Obstacle:** Some tools (like Gmail, YouTube, Calendar) require OAuth 2.0, which complicates integration due to token management, user-specific scopes, and potential misuse. How We Solved It: Integrated NextAuth.js with Google OAuth to handle login, token refresh, and session security. Used server-side API routes to proxy OAuth-based tool requests (e.g., send/read email), preventing direct client access to tokens. Scoped each tool to the authenticated user’s session and ensured tools could not be invoked unless a valid token was present.

Phoenix Builder - Picture 1
Phoenix Builder - Picture 2