RemAI turns a Sepolia ENS name into a Web3 relocation identity card.
RemAI is a focused ENS-powered identity app for people moving between cities, hacker houses, DAOs, meetups, or Web3 communities. A user enters their Sepolia ENS name and simple relocation details, and RemAI creates a shareable relocation passport. The goal is to make ENS useful as a public identity layer, not just a wallet label.
RemAI is built with a lightweight HTML/CSS/JavaScript frontend and a Node.js backend. The backend uses ENS-specific code with viem to resolve user-provided Sepolia ENS names, including support for the app.ens.dev ENS v2 dev registry. It reads owner, address, resolver, expiry, and text records, then generates the passport without hard-coded demo values.

