DEV Community

Cover image for Building your own ChatGPT Graphical Client with NextJS and Wing 🤯

Building your own ChatGPT Graphical Client with NextJS and Wing 🤯

Nathan Tarbert on May 16, 2024

TL;DR By the end of this article, you will build and deploy a ChatGPT Client using Wing and Next.js. This application can run locally ...
Collapse
 
daedtech profile image
Erik Dietrich

What a cool use case!

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

Thanks, Erik, I'm glad you think it's interesting :)

Collapse
 
tyaga001 profile image
Ankur Tyagi

@nathan_tarbert very solid guide and tbh Wing is super interesting.

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

Thanks, Ankur, I'm glad you're taking an interest in Wing :)

Collapse
 
nevodavid profile image
Nevo David

Super interesting!
I like how Wing simplified the cloud.

Collapse
 
nathan_tarbert profile image
Nathan Tarbert • Edited

Thanks, Nevo, agreed!

Collapse
 
johncook1122 profile image
John Cook

Wow nice detail, great article!

Collapse
 
benjamin00112 profile image
Benjamin

This is really cool!

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

Thanks, Benjamin!

Collapse
 
morgan-123 profile image
Morgan

How does Wing stack up to Pulumi?

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

There are some differences between Pulumi and Wing.

Probably the most important thing to point out is that Pulumi is an Infrastructure as Code tool (IaC) and they do it well. Wing takes care of the whole application, both the infrastructure and the application code all in one so it's not an even comparison.

This short FAQ page sums it up pretty well.

I'm happy to chat more about it if you have any other questions.