A modern clone of "Let me Google that for you" but for AI chat interfaces! Create shareable links that demonstrate different AI providers (ChatGPT, Gemini, Claude) with custom questions.
Clone the repository and install dependencies:
git clone <repository-url>
cd let-me-gpt-that-for-you
yarn install
Start the development server:
yarn dev
Open http://localhost:5173 to view it in the browser.
To create a production version:
yarn build
Preview the production build:
yarn preview
This project is configured for Vercel deployment. Simply connect your repository to Vercel and it will automatically deploy.
Alternatively, you can deploy using the Vercel CLI:
npx vercel
MIT