@saviomartin7: new experiment: <LoginWithChatGPT /> > allow users to login to their personal ChatGPT account and use it inside your si…

X AI KOLs Following Tools

Summary

A new experimental component called <LoginWithChatGPT /> lets users log in with their personal ChatGPT account on any site, allowing prompts to run on the user's own plan and eliminating API costs for developers.

new experiment: &lt;LoginWithChatGPT /&gt; &gt; allow users to login to their personal ChatGPT account and use it inside your site &gt; never need to pay for API usage to OpenAI demo: https://t.co/Ak7ezdaGxA should I make this an open-source library? https://t.co/o7XOC2HQc0
Original Article
View Cached Full Text

Cached at: 06/27/26, 07:54 AM

new experiment: <LoginWithChatGPT />

> allow users to login to their personal ChatGPT account and use it inside your site > never need to pay for API usage to OpenAI

demo: https://t.co/Ak7ezdaGxA

should I make this an open-source library? https://t.co/o7XOC2HQc0


Source: https://login-with-chatgpt.vercel.app/ Add a Login with ChatGPT button to your site. Let users log in with their personal ChatGPT account and run prompts on it.

You never pay OpenAI for usage. Works on any plan: Free, Go, Plus, or Pro.

Follow on X

Enter this code in the opened browser tab

First time? Enabledevice code authorizationfor Codex in ChatGPT. OpenSettings → Security & Loginand scroll down to the toggle.

UChatGPT account

const codex = new Codex();

const res = await codex.responses.create({
  model: "gpt-5.5-codex-fast",
  input: "Write a haiku about the ocean.",
});

Press ⌘↵ to send

Output

Run the snippet to stream the model’s output here.

Similar Articles

Start using ChatGPT instantly

OpenAI Blog

OpenAI is rolling out the ability to use ChatGPT instantly without signing up, aiming to make AI more accessible to anyone curious about its capabilities. Additional content safeguards have been introduced for this no-account experience.

A new personal finance experience in ChatGPT

OpenAI Blog

OpenAI is previewing a personal finance experience in ChatGPT for Pro users in the U.S., allowing them to securely connect financial accounts, view a dashboard, and ask context-aware financial questions, powered by GPT-5.5.

Introducing ChatGPT Health

OpenAI Blog

OpenAI introduces ChatGPT Health, a dedicated experience with enhanced privacy and security features that allows users to securely connect medical records and wellness apps to receive more personalized health guidance. The feature addresses the common use case of health queries on ChatGPT (230+ million weekly users) while maintaining strict data isolation and declining to use health conversations for model training.

ChatGPT Wants Access to Your Bank Account

Reddit r/ArtificialInteligence

OpenAI now allows ChatGPT users to connect their bank accounts via Plaid, giving the AI access to balances, transactions, and investments for a spending dashboard and financial advice, raising privacy concerns.