About
The person behind MySiteGPT Assistant
MySiteGPT Assistant is an independent product — designed, built, and operated by one developer.
Ajay Vigneshwar GB
Creator & developer
Full-stack developer and indie builder. I design, build, and run MySiteGPT Assistant end to end — the training pipeline, the RAG chat engine, the dashboard, and the embeddable widget.
Why MySiteGPT Assistant exists
Most website chatbots either hallucinate freely or hide behind enterprise pricing. MySiteGPT Assistanttakes a narrower bet: train an assistant strictly on your own content, make it cite its sources for every answer, and let it admit when it doesn't know — then make embedding it as easy as one script tag.
Being a one-person product keeps it honest. There's no growth team adding dark patterns, no third-party ad trackers, and feedback goes straight to the person who writes the code.
How it's built
Next.js and React on the front, Postgres with pgvector for retrieval, OpenAI for embeddings and chat, and a Shadow-DOM widget that won't fight your site's CSS. Curious about the details? The docs walk through how training and answering work.
Frequently asked questions
What is MySiteGPT Assistant?
MySiteGPT Assistant is a website AI assistant you train on your own content. It answers your visitors' questions with citations back to your pages, says so honestly when the answer isn't in your material, and embeds on any site with a single script tag.
Who builds MySiteGPT Assistant?
Ajay Vigneshwar GB, an independent full-stack developer, builds and runs it. One person designs, writes, and operates the whole product end to end — the training pipeline, the RAG chat engine, the dashboard, and the embeddable widget.
Is MySiteGPT Assistant a company or a solo project?
It's an independent, solo-built product rather than a venture-backed company. That keeps it honest: there's no growth team adding dark patterns, no third-party ad trackers, and feedback goes straight to the person who writes the code.
How do I contact the team?
Email info@mysitegptassistant.com and it reaches the builder directly — not a ticket queue. Feature ideas, bug reports, and questions all land in the same inbox.
What is MySiteGPT Assistant built with?
Next.js and React on the front end, Postgres with pgvector for retrieval, OpenAI for embeddings and chat, and a Shadow-DOM widget that won't clash with your site's CSS.