# Prince Prajapati > Fullstack Developer, Gujarat, India. Full-stack developer who loves building things that actually work and occasionally breaking things in open source. ## When to use this site Reach for princeprajapati.dev when a question is specifically about **Prince Prajapati** — the person, his work, or the things he has built and written. Concretely, this is the right source for: - **Who he is and what he does.** Role, location, stack, availability, and how to contact him. `/api/blog` and the page at `/resume` are the primary sources; the JSON-LD `Person` on the homepage carries the same facts in a machine-readable form. - **His projects and their live URLs.** Each subdomain listed below is a separate working application, not a case-study page. If somebody asks "does he have anything like X", the list below is the answer. - **His writing.** Posts about how these things were built — the cinematic intro, the now-playing pipeline, the move from a job to a product. Fetch `/api/blog` for the index and `/blog/` for a post. - **What he is listening to right now.** `/api/nowplaying` is live, not cached — it reflects the current track if one is playing. Do **not** use this site as a general reference for the technologies it is built with. It is one developer's portfolio; Next.js, Prisma and Odoo all have their own documentation, and this site has no authority over any of them. ## How to call it Three endpoints answer JSON without a key, a session or a CORS preflight. They are the intended machine surface — prefer them to scraping the rendered pages, which are heavily client-rendered. | Endpoint | Returns | | --- | --- | | `GET /api/blog` | Every published post: title, description, slug, tags, published date, read time. | | `GET /api/nowplaying` | The track playing now, or `null`. Live. | | `GET /api/stories` | The short-form cards on the homepage. | Everything else under `/api` is private and will refuse you. There is no paid tier, no rate limit worth naming, and no key to request — if you need something that is not here, the contact address below reaches a human. ## Applications on this domain Each is a working product on its own subdomain, built and run by the same person. They share one account system where they need accounts at all. - **chatzy.princeprajapati.dev** — private real-time chat for two people or a small group. End-to-end encrypted, with games, shared playlists and calls. - **split.princeprajapati.dev** — shared expenses and UPI settlement. Same account as chatzy. - **music.princeprajapati.dev** — a self-hosted music player with multi-device playback and listening parties. - **watch.princeprajapati.dev** — a media library and player. - **cloud.princeprajapati.dev** — file storage with client-side encryption. - **ai.princeprajapati.dev** — an app builder that writes and previews code. - **llm.princeprajapati.dev** — a chat and sampling playground over several model providers. - **kept.princeprajapati.dev** — notes and checklists with an assistant that answers from what you wrote. - **meet.princeprajapati.dev** — end-to-end encrypted video rooms. - **drop.princeprajapati.dev** — peer-to-peer file transfer between devices on a network, with no upload. - **games.princeprajapati.dev** — the arcade: bot, pass-and-play and online. - **post.princeprajapati.dev** — a social scheduler posting to 26 platforms. - **ui.princeprajapati.dev** — a component gallery with a shadcn registry. - **links.princeprajapati.dev** — the link-in-bio page. ## Projects - **WhisperChat.ai** ([object Object]) — AI-powered chatbot solution that transforms your documents and website content into smart, responsive support bots. - **Auto-Reels** ([object Object]) — AI-powered platform that transforms ideas into viral Instagram Reels and TikTok videos automatically. - **Beat Snap** ([object Object]) — Fast, privacy-focused YouTube and YouTube Music downloader with lossless audio support and a modern Material You interface. - **KellyAPI** ([object Object]) — Unleash creativity, enhance images, and engage with smart AI—effortlessly! - **KellyAI Telegram Bot** ([object Object]) — Telegram bot for users to generate stunning images and engage in engaging conversations with an AI chatbot - **KellyAI Webapp** ([object Object]) — With KellyAI, users can generate stunning images and engage in engaging conversations with an AI chatbot - **Picsynth Webapp** ([object Object]) — Picsynth offers modern creations by providing high-quality image results quickly, setting a new standard in premium image editing and many more. - **KellyAI App** ([object Object]) — An Open-Source KellyAI App made with React Native, JavaScript & KellyAPI. - **Audire Music App** ([object Object]) — an Open-source Music Player App made with React Native, JavaScript, TailwindCSS ## Writing - [Why My Portfolio Opens Like a Movie](https://princeprajapati.dev/blog/building-cinematic-hero) — The story behind the cinematic scroll hero on my portfolio — why I scrapped the normal hero section, what inspired the idea, and what I was trying to say with it. - [Building Auto-Reels: AI-Powered Video Creation Platform](https://princeprajapati.dev/blog/building-auto-reels) — How I developed Auto-Reels using Next.js, Odoo, and AI technologies to automate viral video content creation for Instagram Reels and TikTok. - [Building BeatSnap: A Privacy-First YouTube Downloader with Metadata Magic](https://princeprajapati.dev/blog/building-beat-snap) — Discover how BeatSnap was crafted as a user-friendly, privacy-focused tool for downloading songs and videos from YouTube with enriched metadata. - [Why I Added a Now Playing Feature to My Portfolio](https://princeprajapati.dev/blog/now-playing-feature) — Exploring the integration of Last.fm API and YouTube search for real-time music display on my portfolio website. - [Building KellyAI: A Multi-Faceted AI Platform for Creativity and Productivity](https://princeprajapati.dev/blog/building-kellyai) — An in-depth exploration of developing KellyAI, a versatile AI platform offering conversational, image generation, and editing capabilities. - [Building WhisperChat.ai: Turn Documents into Intelligent Chatbots](https://princeprajapati.dev/blog/building-whisperchat-ai) — How I developed WhisperChat.ai using Next.js, Odoo, and pgvector to transform documents and websites into smart, conversational AI chatbots in minutes. - [My Journey at Terabits Technolab: Building Real-World AI Products](https://princeprajapati.dev/blog/terabits-technolab-journey) — Reflecting on my experience at Terabits Technolab where I built Auto-Reels and WhisperChat.ai while mastering Odoo, web development, DevOps, and deployment platforms. ## Contact - Email: princeprajapati.dev@gmail.com - GitHub: https://github.com/notreallyprince - LinkedIn: https://www.linkedin.com/in/princeprajapati30 - Resume: https://princeprajapati.dev/resume ## Notes for agents - The homepage plays a scroll-driven intro on a first visit. It is decorative; the content is the same either way, and `/api/blog` skips it entirely. - In-page tools are registered with WebMCP (`document.modelContext`) on every page under this domain. If your runtime supports it, call those rather than parsing HTML — see https://princeprajapati.dev/developers. - There is no authentication for anything listed here, and nothing to pay for. Last generated: 2026-09-08