Please sign in to access this page
WhatsYour.Info is a free and open digital identity platform where users can create a personalized public profile — accessible via both a unique subdomain (yourname.whatsyour.info) and path (whatsyour.info/yourname). Inspired by platforms like Gravatar and About.me, it goes further by combining:
🔐 In-house authentication system with SSO capabilities for use across other DishIs products like DITMail and FreeCustom.Email
🔧 Developer-friendly APIs for integrating login/auth features into 3rd-party platforms
🧠 AI-powered profile generator (using Google Gemini 1.5 Flash) for bios, tags, and link summaries
🎯 Professional landing pages with options to capture leads, book appointments, embed galleries, and remove branding for Pro users
🛡️ Privacy-first and cost-free core service — no ads, no trackers, no reselling of data
It’s more than a profile page — it's a decentralized identity system for developers, creators, and everyday users alike.
🚀 Tech Stack:
Frontend: Next.js 15 (App Router), TailwindCSS
Backend: MongoDB, Redis, custom REST API with secure authentication
AI Integration: Google Gemini 1.5 Flash API
Deployment: Vercel or self-hosted VM with wildcard DNS for subdomain support
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added proper sanitization to all inputs from client to API backend with proper schema check too.
Added proper subscription handling with multiple payment gateways based on user's country. WhatsYour.Info is ready to handle all of DIT's platforms plans and billings.
Added support for webhooks with the current OAuth setup for instant data updates to your apps.
Added proper contact us page with its api endpoint to save the message and email our support team immediately
Added proper caching for user's profiles, smart redirects and their avatars for faster experience. Also added official, business, and personal categories with profile vissiblity option for more user privacy. Improved the badges according to the profile type and plan.
Deployed the full robust webapp on Vercel with all required MongoDB, Redis and other connections.
Made changes to the whole project to make it ready for production.
Up Next:
- Fixing the payment issues
- Fixing email sending issues
Added support for developers to use our OAuth 2.0 with our generated client id and secret with very robust design.
Added proper validation for username, which will be checked before assigning for already existance of that username or its a reserved page on our website
Added a feature to upload custom header and background image for both free(limited to just headers image) and pro users.
Added option for creating and downloading business card based on whatsyour.info's profile with premium features.
Improved the UI for the profile of user at: username.whatsyour.info or whatsyour.info/username
Improved the UI by a lot and added more features on the profile of user. Also added advanced customization for pro users.
Added proper SDKs in four most popular languages i.e. JS, Python, GO, and PHP. and added proper avatars uploading and fetching using our public API.