@saviomartin7: new experiment: <LoginWithChatGPT /> > allow users to login to their personal ChatGPT account and use it inside your si…
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.
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.
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 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 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.
@markokraemer: I hope sub sharing across services becomes the de facto standard! But we see with Anthropic blocking things like this t…
A tweet discusses an experiment called LoginWithChatGPT that lets users use their personal ChatGPT account on other sites to avoid API costs, and advocates for subscription sharing across services.
Introducing ChatGPT Health
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
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.