Can ChatGPT with o1 write a web app in seconds?

Today's prompts shows how you can use OpenAI's o1 model to write the code for a web app nearly instaneously.

ChatGPT’s new o1 model is interesting. It apparently ranks in the 89th percentile on competitive programming questions, so today we built prompt to test it’s skills. Today’s prompt writes the entire codebase for an app with a single prompt.

Today’s Prompt: Write the codebase for a calendar web app.

I want to build a web app that uploads my google calendar automatically and gives advice on how to be productive by putting calendar events with reminders on my calendar.

The app will offer example events and then have a button to accept or button to reject.

Make a plan for the structure of this app, then write all the code, then return each code file in full.

Do not offer long explanations of why decisions are being made, just make them and write it.

The final response should be the code files with simple instructions on how to deploy the app.

Why we like this prompt:

  1. It clearly defines the objective in the first sentence — build a web app to upload a Google Calendar and provide productivity advice by adding events with reminders.

  2. It details features that it should have directly following the objective.

  3. It tasks the model to think through the structure, write the code files, and provide instructions for deploying the app. This gives a great starting point to go from a prompt to seeing the app.

  4. It explicitly requests not to include long explanations ensuring a concise response.

  5. It informs the model that the response should be code files and simple instructions.

Try it yourself!

Prompt Meme of the Day

Over 100 Prompts to Cook With

Check out the new Prompt Perfect Cookbook!

100+ prompts that you can customize with your own flavor. Available for free.

About The Daily Prompt

The Daily Prompt sends you great prompts and explains why they're effective every Monday through Friday.

It's created by the team behind Prompt Perfect GPT, a tool that enhances ChatGPT's usability by refining your prompts automatically for clarity.