Skip to main content

Quick Overview

This video is a product demonstration presented by Nick Baumann from OpenAI's Developer Experience team. It demonstrates the website creation and hosting features available in ChatGPT Work, illustrating both personal and professional use cases. The video shows how users can generate interactive, hosted web tools through natural language without coding.

Key Points

  • 1.ChatGPT Work can build, host, and update interactive websites without requiring the user to write code or configure hosting.
  • 2.Sites can store data like votes and expenses in a database, accept file uploads such as receipts, and manage user access.
  • 3.Users can prompt ChatGPT by voice dictation or text across the desktop app, web browser, and mobile devices.
  • 4.Access controls allow websites to be kept private to invited individuals with ChatGPT accounts or published publicly on the internet.
  • 5.ChatGPT can automate ongoing maintenance by connecting to tools like Databricks, Slack, and Chrome to refresh site data and flag anomalies on a schedule.

Summary

Nick Baumann from Developer Experience at OpenAI introduces site building within ChatGPT Work, demonstrating how users can create and publish fully functional websites through natural language instructions without writing code or managing infrastructure. The feature is accessible across the desktop application, web browsers, and mobile devices.

Baumann first demonstrates the capability using a personal travel planning scenario. Using voice dictation, he asks ChatGPT to take existing group chat context and generate a mobile-friendly site that includes arrival schedules, lodging information, itineraries, activity voting, and a shared expense tracker. ChatGPT builds the site, configures a database for persistent voting and expenses, provisions file storage for receipts, and hosts the result on an openai.chatgpt.site subdomain.

Baumann then refines the site by requesting that the expense tracker split shared costs automatically, calculate balances owed by each person, and support image or PDF receipt uploads. When modifying functionality, the user provides plain instructions and ChatGPT applies the updates. Access permissions can be managed to keep the website private for invited participants using their ChatGPT logins or opened publicly to anyone on the internet.

Turning to professional applications, Baumann illustrates creating a product launch tracking dashboard. ChatGPT is instructed to run an automated weekday morning workflow that retrieves metric updates from Databricks, checks Slack for campaign announcements, searches Chrome for public feedback, updates the dashboard, and flags any metrics falling behind goals. All generated projects remain accessible and manageable within the Sites tab in ChatGPT.

Generating Interactive Sites with Voice Prompts

Nick Baumann demonstrates using ChatGPT Work to turn group trip details into a dedicated mobile-friendly website. By using voice dictation, the user specifies components such as arrival times, lodging details, day-by-day itineraries, interactive voting for activities, and a shared expenses tracker. ChatGPT automatically handles the coding, database setup, and hosting.

Managing Site Behavior and Access Permissions

Websites built with ChatGPT Work support interactive features, including automatic expense splitting, file uploads for receipts, and live calculation of owed balances. Access can be configured to keep the site private to specific email addresses verified via ChatGPT login, or the site can be published publicly to the web.

Automating Internal Dashboards for Professional Work

The tool can also build scheduled internal dashboards for monitoring product launches. By setting up scheduled tasks, ChatGPT queries tools like Databricks, Slack, and Chrome each morning to refresh dashboard metrics, summarize significant changes, and flag performance metrics falling behind target.

The Bottom Line

The demonstration establishes that ChatGPT Work can generate, host, and maintain interactive web applications and dashboards directly from natural language prompts. It shows that sites can incorporate dynamic features such as database storage, file uploads, automated multi-source updates, and granular access permissions. The presentation leaves unaddressed advanced technical details regarding custom domain routing, database limits, and backend configuration.

FAQ

What is ChatGPT Work and how does it build shareable sites?

ChatGPT Work is a feature that creates, hosts, and updates live websites from natural language instructions. It automatically handles the frontend design, backend logic, databases, and hosting.

How are privacy and user access managed for sites built with ChatGPT?

Sites start private by default and can be restricted to specific email addresses who sign in with ChatGPT, or they can be published publicly to the internet.

Can websites built with ChatGPT store dynamic user data and file uploads?

Yes, ChatGPT can configure a database to store data like votes and expenses, as well as accept uploaded files such as images and PDF receipts.

How can ChatGPT automate updates for professional dashboards and internal tools?

ChatGPT can be scheduled to periodically check connected data sources like Databricks, Slack, and Chrome, update metrics on the dashboard, summarize changes, and flag items that fall behind targets.

Where can users find and manage all the websites they have built?

All created websites are organized and accessible inside the Sites tab within the ChatGPT interface.

Worth watching for

Developers, team leads, and non-technical users who want to build, host, and automate interactive websites and dashboards using natural language.

  • chatgpt-work
  • openai
  • web-development
  • automation
  • dashboards