Haha thank you! Not to brag but I think we have much better implementation then Claude for these reasons: 1. We added an "Apps" button where you can organize the apps you built. On Claude they live inside chats, which means they are not easy to refer back to. 2. We are allowing people to run multi-step flows to build apps. This means you can ask ChatGPT to first plan out your app, write down features and only then start coding it up. This can be a very powerful thing and they don't have that with Claude. 3. On Claude if the app goes haywire on say version 7, you can't roll back to version 6 and start from there again. They have no rollback feature. I literally had to start a new chat in Claude and put in the version 6 code to try to trick them into rolling back. With our implementation in ChatGPT you can press a button to make any version the current base version and essentially roll back to that point.
Blackbox AI is 100% free and has GPT 4o, Gemini Pro, Claude Sonnet models and it's is good in logical functions. The only drawback is the generator has limited output but you can always click continue. The App Builder is more than enough to scaffold the page layout.
YOU made an absolutely great app but i am little concern that CHATGPT will bring these features in their next update , one suggestion monetize as much as you can and as early as possible.
With the military being infiltrated into the company, I highly doubt the public's greatest interest is first; high technology will be released years from now. The millitary will milk all the good stuff for destruction uses and evil. 🤷♂️🤷♂️🤷♂️
Thanks for the consistent feature upgrades mate. I had noticed the Apps and Forms just yesterday and wasnt sure how they worked 😅. Pls do a video for Forms too. Thanks
I'm happy with what I see. I am just buying the subscription in a few minutes. Thanks. Also, please add as many features as you can because I will pay even more. The thing that impressed me was building apps. Thanks.
Great video! Can you explain how you are using chatGPT to brainstorm with itself in detail please! I have tried this before but did not have your success, so I am curious your process and details of how it works. Thank you!
You use the multi-step flow option and then ask ChatGPT in the initial steps to come up with feature ideas, to plan out the design, etc. This way when it comes time to write the code: the requirements are all nicely organized and created for ChatGPT in previous responses.
Hi, I find I have good success here by commanding an agent or agency. Create an agency to brainstorm and come up with the best solution based on my exact prompts. It'll create a virtual agency with managers to break down tasks. Hope this helps. Cheers
This is a very nice upgrade to chatGPT. Do you pretend to upgrade this preview feature to support another codes language? Such as python or typescript to preview a game front-end developed in another language than HTML/JS for example?
why so? people generate lots of mini apps. yeah that might amaze for a moment or two, but in the end, most of the time you don't want a in-browser app with poor interface and very limited, isolated piece of functionality - you need something that looks good, behaves familiarly, integrates with other apps you use, reliable, secure, error-free, something that often updates with new features, etc... we all know how far ChatGPT or Claude or whatever other AI is from that - anything of even medium complexity generated by AI is just a pos. so we as developers, designers etc are prolly in even better position - people will play with that for some time, and will start valuing quality work even more. AI is incredibly far from anything really competitive - yes, it helps with lots of different tasks, including software development, but that's to our benefit ;)
@@jaxxedbytes man I'm working on several programming projects and I only write like 5% of the code all other is written by ai. And that five percent probably will be zero in few months. This is sad for me because I loved programming so much and spent so much time learning it, right now I have to use ai so I can come with things faster because everyone expecting you know everything these days
@@jaxxedbytes not saying ai is useless I use it all the time and I have to. Problem is I'm not enjoying this anymore I don't know why I was happier coding before I got ai
@@blazi_0 ah yeah, with that I agree. though I'd say after you explore, that any medium complexity changes just ruin your code sooner or later, you also explore that it actually can still help with some small but boring stuff, from regexes to some intricate loop + it's wonderful with extracting some knowledge from the documentation or just learning something. like when you need not the exact code, but more a better idea how something works, or want to find some small feature you're not aware of. or when you need to do something just fairly simple and don't have enough time - today I added some email logging to existing solution in like 15 minutes, and I'm sure I could write that myself too, but it'd prolly took me like 5-6x more time. and it freed time for more interesting stuff.
Thank you! We have no plans to officially support the Edge browser. However, I believe it might work on Edge, as they support and allow chrome extensions I think. I have heard from some customers that Ultra works on Edge (Unless I didn't understand them correctly).
Very good work Vlad, is it there an option to use it in chatGPT app? coz i don't use chrome at all, i just use the windows app for chatGPT and Brave/Firefox ( yes i know )
We are officially only supporting Chrome at this time. However like another person commented: many browser such as Brave support chrome extensions and Ultra seems to work fine on most of those browsers. We just don't officially support it.
Thank you. We have big upgrades coming to Canvas btw: 1. Prompt library inside Canvas to automate document processing 2. Multi-step inside Canvas (If you need to do multiple things to a single document) 3. Apply all and clear all buttons for all the cards It's in the works now.
@@VladHoltzconsidering the app feature, how can I make the code use variables in my language (Portuguese)? Just have to write it in the prompt (use Portuguese words when creating variables and comments)? Also, can I specify things like, use flexbox or use css grid?
I purchased and installed without issue. I did the same steps as you, same prompt, etc. and got wildly different results aka it didn't build anything. How can I coordinate with your tech support team?
Hey please press the gear button in the Ultra sidebar on the top right and then click contact support. Or go on our website and press "Contact" at the very bottom.
Nice work, looks really cool. : ) What if my app needs to have an architecture and I want to have reusable components? Would be amazing if it would get additional tab view somewhere close to "Preview" tab and the would have project's structure with generated files. That would be insane : )
To bookmark something you can either highlight some text in a response or press the bookmark button (it's an icon) when you mouseover a response. Here is our knowledge base: harvest-turquoise-dd4.notion.site/Ultra-Knowledge-Base-73046afa0bfc4013ae30dd9f6575a033
@@VladHoltz Thanks! Great stuff so far! So is there way to bookmark the entire thread and not just the selected text? Also, I am not seeing any documentation on the Form section or am I missing it somehow.
Right now this only works for web apps. We wanted to allow people to run it inline right inside ChatGPT. Here are some things in our pipeline to improve apps: 1. Add a database feature so that the apps built can have their own databases that runs locally in your browser. ChatGPT can easily setup this database and write queries for it, etc. This opens up a lot more interesting use cases. 2. Add open source frameworks that can turn your data into beautiful dashboards. So you upload a CSV of data and ChatGPT codes up a beautiful dashboard to visual that data using a framework. 3. Build a mobile app (iOS and Android) that can allow you to run mobile apps that you built on your ChatGPT (on desktop) with Ultra. This way you can build little mobile apps for yourself. Let me know if you guys have any other ideas that you would like built.
Claude is using next.js and tailwind obviously everything will be in one file, secondly chatgpt apps is just actually useless?? i would prefer someone making extension which can write on page.tsx placed inside some project folder and use localhost url to show live preview
Thank you for the feedback. I actually thought exactly the same thing before we built it. I didn't see the point of apps at first. But now that I have it inside my ChatGPT: I find myself making little apps to automate some of my work tasks. What we are thinking of adding next to apps: 1. Adding a bunch of frameworks to allow the creation of beautiful dashboards and charts from data files 2. Ability to build website automation bots for quick scraping jobs or for completing repetitive tasks.
If you don’t have a solid knowledge about programming, chatGPT or Claude can always generate code for you but when it comes time to adjust the code for own need it will become an headache for you😂, or when the code have a bug how you will be able to fix it, there is some bug that can only fix by a human ! Strangely AI will always be perfect for programmers !
My collection of specialty IDEs and programming editors is huge, and, because each editor / environment has it's own particular set of strengths and weaknesses, maintaining a large set of them is necessary because they complement each other and this is how you fill the gaps. What Vlad has created here is fantastic! From my perspective, it's like a new IDE wrapped in a workspace or dashboard and it just happens to come with a "coding buddy" and the ability to 'tinker' and save libraries of ideas. I think it's always nice to have a second set of eyes, and you can always move your project into a standard environment to troubleshoot, refine and improve it.
At this time Ultra only works with google docs and google sheets. We might revisit MS office at some point but there are so many versions of MS office out there that we were concerned about compatibility issues.
Quick question - is there a free trial to see if this fits our needs? For instance, I would want to see if I could chat with the downloadable pdfs on a website as part of the site
Hey you should of got an confirmation email. Please check your spam folder. You can also see the invoices by press the gear icon on the top right in the Ultra extension sidebar and then pressing on Account.
Cool plugin. I tried it but am disappointed that it tried to add a bunch of features I didn't ask for, making the whole thing unusable and not what I asked for.
You can use the other modes in there: Simple one step buildout OR Custom multi-step With those 2 modes you have 100% full control over everything. The AI powered option tries to come up with additional features and functions to make your app better. But sometimes I agree with you that it makes sense to go with the simple manual option.
Every new feature they introduce works for like a week and it just 💩 s the bed. Crappy responses galore. I never was interested in claude but chatgpt has been so bad lately i switch from claude and metaai which is free and most of the time enough to code a component or two in react/vuejs. I’ll try it out. it watch in a week it start working all crappy and don’t get me started on vercels V0 😂wow that ai is super error messages everywhere prone. Feels like coding in nextjs
I had this exact worry a year ago when I started this project. To my surprise in the last year of the 30 or so features we built: only 1 (Canvas) they added. I don't think they want to make ChatGPT too useful for real work because they won't be able to handle the demand. ChatGPT for them is more of a showpiece of what their model can do. It's almost like they built a little toy (ChatGPT) to show off the power of the AI model. They aren't putting much effort to have it integrated into how people get work done. They always show demos of fun littles games and random personal use cases. They are never showing content creators, lawyers, accountants, etc using ChatGPT.
@@VladHoltz You make a good point. I think as money gets really tight for those 2, they will have to turn into functional software that people will be willing to pay for. Maybe their API services will become profitable. I think your app is incredible. But it is becoming a crowded world with so many options. I am not a developer but I am waiting for an app that is so good that I won't have to know any code. So far, Claude 3.5 has been that app. But I am using it for Apps Script automation which is much simpler than the problem you are solving with your app.
@@VladHoltz they wouldnt create folders or things because they would want to sell their api imo if they just pack everything in chatgpt nobody gonna use api likely due to the reason they wouldnt copy likely
Anything that uses AI tokens an APIs cannot be free Because those tokens and APIs are subscription based= cost money. So, no one will be paying for your tokens but you. Even if it uses free AI models, which are limited, he still deserves to get paid fir his work.
Bro you basically built the Claude feature for openai, they should hire you.
Haha thank you!
Not to brag but I think we have much better implementation then Claude for these reasons:
1. We added an "Apps" button where you can organize the apps you built. On Claude they live inside chats, which means they are not easy to refer back to.
2. We are allowing people to run multi-step flows to build apps. This means you can ask ChatGPT to first plan out your app, write down features and only then start coding it up. This can be a very powerful thing and they don't have that with Claude.
3. On Claude if the app goes haywire on say version 7, you can't roll back to version 6 and start from there again. They have no rollback feature. I literally had to start a new chat in Claude and put in the version 6 code to try to trick them into rolling back. With our implementation in ChatGPT you can press a button to make any version the current base version and essentially roll back to that point.
Under rated marketing strategy to grab our attention. Good shit man, I peep.
Absolutely brilliant idea. You use chatgpt to make an chrome extension to boost it. Adding more features. 👍🏻
MAKE HIM FAMOUS BRO BETTER THAN THE ACTUAL EMPLOYEES AT OPEN AI.
Well claude makes more stunning UI faster compared to Chatgpt
Bolt has much better UI and faster
Blackbox AI is 100% free and has GPT 4o, Gemini Pro, Claude Sonnet models and it's is good in logical functions. The only drawback is the generator has limited output but you can always click continue. The App Builder is more than enough to scaffold the page layout.
@@HikaruAkitsuki Never heard of that before but I just checked it out and it looks pretty good
There's also the ShadCN thing for Web
You're missing the point
YOU made an absolutely great app but i am little concern that CHATGPT will bring these features in their next update , one suggestion monetize as much as you can and as early as possible.
With the military being infiltrated into the company, I highly doubt the public's greatest interest is first; high technology will be released years from now. The millitary will milk all the good stuff for destruction uses and evil. 🤷♂️🤷♂️🤷♂️
Thanks for the consistent feature upgrades mate.
I had noticed the Apps and Forms just yesterday and wasnt sure how they worked 😅.
Pls do a video for Forms too. Thanks
AI developers are already starting to destroy us - with light mode.
😁
Absolutely brilliant! :) Thank you!
I'm happy with what I see. I am just buying the subscription in a few minutes.
Thanks.
Also, please add as many features as you can because I will pay even more.
The thing that impressed me was building apps.
Thanks.
Great video! Can you explain how you are using chatGPT to brainstorm with itself in detail please! I have tried this before but did not have your success, so I am curious your process and details of how it works. Thank you!
You use the multi-step flow option and then ask ChatGPT in the initial steps to come up with feature ideas, to plan out the design, etc. This way when it comes time to write the code: the requirements are all nicely organized and created for ChatGPT in previous responses.
Hi, I find I have good success here by commanding an agent or agency. Create an agency to brainstorm and come up with the best solution based on my exact prompts. It'll create a virtual agency with managers to break down tasks.
Hope this helps.
Cheers
Nice! Will you also integrate claude api and openrouter api? (To use my own api keys for example for google docs/google sheets)
This is a very nice upgrade to chatGPT. Do you pretend to upgrade this preview feature to support another codes language? Such as python or typescript to preview a game front-end developed in another language than HTML/JS for example?
Yes we have other languages and frameworks planned in the future.
This is incredible!!
Great work Bro!
Such a great video and great content. may i know what recording software you use to achieve this with the face recording?
Thank you. I am using Screen Studio.
World is getting sader and sader for me as developer and human
why so? people generate lots of mini apps. yeah that might amaze for a moment or two, but in the end, most of the time you don't want a in-browser app with poor interface and very limited, isolated piece of functionality - you need something that looks good, behaves familiarly, integrates with other apps you use, reliable, secure, error-free, something that often updates with new features, etc... we all know how far ChatGPT or Claude or whatever other AI is from that - anything of even medium complexity generated by AI is just a pos. so we as developers, designers etc are prolly in even better position - people will play with that for some time, and will start valuing quality work even more. AI is incredibly far from anything really competitive - yes, it helps with lots of different tasks, including software development, but that's to our benefit ;)
@@jaxxedbytes man I'm working on several programming projects and I only write like 5% of the code all other is written by ai. And that five percent probably will be zero in few months. This is sad for me because I loved programming so much and spent so much time learning it, right now I have to use ai so I can come with things faster because everyone expecting you know everything these days
@@jaxxedbytes 💯💯
@@jaxxedbytes not saying ai is useless I use it all the time and I have to. Problem is I'm not enjoying this anymore I don't know why I was happier coding before I got ai
@@blazi_0 ah yeah, with that I agree. though I'd say after you explore, that any medium complexity changes just ruin your code sooner or later, you also explore that it actually can still help with some small but boring stuff, from regexes to some intricate loop + it's wonderful with extracting some knowledge from the documentation or just learning something. like when you need not the exact code, but more a better idea how something works, or want to find some small feature you're not aware of. or when you need to do something just fairly simple and don't have enough time - today I added some email logging to existing solution in like 15 minutes, and I'm sure I could write that myself too, but it'd prolly took me like 5-6x more time. and it freed time for more interesting stuff.
I bought it! Will there also be a Microsoft Edge Extension in the future?
Thank you!
We have no plans to officially support the Edge browser.
However, I believe it might work on Edge, as they support and allow chrome extensions I think. I have heard from some customers that Ultra works on Edge (Unless I didn't understand them correctly).
@@VladHoltz Edge is a Chromium-based Browser, you can install any Chrome extensions.
Very good work Vlad, is it there an option to use it in chatGPT app? coz i don't use chrome at all, i just use the windows app for chatGPT and Brave/Firefox ( yes i know )
Brave is a chrome based, so i guess the extension is compatible
We are officially only supporting Chrome at this time. However like another person commented: many browser such as Brave support chrome extensions and Ultra seems to work fine on most of those browsers. We just don't officially support it.
@@VladHoltz brave might support it but I like using the ChatGPT Windows app, is there an option for that?
Multistep is very cool but we already have rewriting with Canvas. Prompt libraries are not new, but i like your approach a lot.
Thank you. We have big upgrades coming to Canvas btw:
1. Prompt library inside Canvas to automate document processing
2. Multi-step inside Canvas (If you need to do multiple things to a single document)
3. Apply all and clear all buttons for all the cards
It's in the works now.
@@VladHoltzconsidering the app feature, how can I make the code use variables in my language (Portuguese)? Just have to write it in the prompt (use Portuguese words when creating variables and comments)? Also, can I specify things like, use flexbox or use css grid?
Yes I think all that should work
do you plan on adding fflutter on other frameworks?
Should start by emphasising what the free version do.
He thought about saying “free” for a minute there.
Can you give time stamp of where
For a second I thought it was official featured added by OpenAI
I purchased and installed without issue. I did the same steps as you, same prompt, etc. and got wildly different results aka it didn't build anything. How can I coordinate with your tech support team?
Hey please press the gear button in the Ultra sidebar on the top right and then click contact support. Or go on our website and press "Contact" at the very bottom.
@VladHoltz OK will do, thanks
@@VladHoltz Wanted to let you know they were able to help get my back on track and the plug in is working well now. Thank you!
Nice work, looks really cool. : ) What if my app needs to have an architecture and I want to have reusable components? Would be amazing if it would get additional tab view somewhere close to "Preview" tab and the would have project's structure with generated files. That would be insane : )
Thank you! I am going to talk to my team to see if we can add those feature and ideas. I really appreciate the feedback and ideas.
This is awesome! Do you happen to have a trial version before you buy?
Thank you! There is no trial but we have a 30 day no questioned asked, money back refund policy.
@@VladHoltz Is there documentation you can point me to? How do you add bookmarks for instance?
To bookmark something you can either highlight some text in a response or press the bookmark button (it's an icon) when you mouseover a response.
Here is our knowledge base: harvest-turquoise-dd4.notion.site/Ultra-Knowledge-Base-73046afa0bfc4013ae30dd9f6575a033
@@VladHoltz Thanks! Great stuff so far! So is there way to bookmark the entire thread and not just the selected text? Also, I am not seeing any documentation on the Form section or am I missing it somehow.
Is this only for web apps or could it make desktop apps too? Say C# with WPF using .NET 8?
Right now this only works for web apps. We wanted to allow people to run it inline right inside ChatGPT.
Here are some things in our pipeline to improve apps:
1. Add a database feature so that the apps built can have their own databases that runs locally in your browser. ChatGPT can easily setup this database and write queries for it, etc. This opens up a lot more interesting use cases.
2. Add open source frameworks that can turn your data into beautiful dashboards. So you upload a CSV of data and ChatGPT codes up a beautiful dashboard to visual that data using a framework.
3. Build a mobile app (iOS and Android) that can allow you to run mobile apps that you built on your ChatGPT (on desktop) with Ultra. This way you can build little mobile apps for yourself.
Let me know if you guys have any other ideas that you would like built.
@@VladHoltz hope we can build react front-end applications and java backend applications soon
Nr 3. Wow
Nice addon, but what to do if I use firefox instead of chrome?
This is epic
you should open your llm made "apps" to the general public and host a pwnage party
Very interesting tool. Can it work with creating React js apps?
Not yet but that is in the pipeline.
@@VladHoltz Cool, just subscribed to it now, hopefully it comes out in the future. For now, I'll enjoy what you've got. Good job man
Can we push this to Wordpress?
I dont have the app option
It's not a native feature in ChatGPT, it's a chrome extension called "Ultra". He already said it in the video!
Could you make it a firefox extension as well?
Interesting extension, bought it to try it out, however I couldn't get it to run in Edge, which is what I'm used to working in.
Edge is same as Chrome. Both browsers uses the same thing and extensions can work on edge as well. Try again
@investfoxy, you're right, I didn't notice the browser update and the need to restart it. Everything is functioning normally now.🖖
How can we use the free version? I assume you're showcasing the Pro version of Ultra here
Claude is using next.js and tailwind obviously everything will be in one file, secondly chatgpt apps is just actually useless?? i would prefer someone making extension which can write on page.tsx placed inside some project folder and use localhost url to show live preview
Thank you for the feedback. I actually thought exactly the same thing before we built it. I didn't see the point of apps at first. But now that I have it inside my ChatGPT: I find myself making little apps to automate some of my work tasks.
What we are thinking of adding next to apps:
1. Adding a bunch of frameworks to allow the creation of beautiful dashboards and charts from data files
2. Ability to build website automation bots for quick scraping jobs or for completing repetitive tasks.
@@VladHoltz Sounds good. Will check this out..
can this work with other code/languages like LSL, im interested in the part where it communicates with itself back to back
Hi we are adding more languages and frameworks in the future.
Thank you
If you don’t have a solid knowledge about programming, chatGPT or Claude can always generate code for you but when it comes time to adjust the code for own need it will become an headache for you😂, or when the code have a bug how you will be able to fix it, there is some bug that can only fix by a human ! Strangely AI will always be perfect for programmers !
Try Replit AI, it taclkes exactly that
My collection of specialty IDEs and programming editors is huge, and, because each editor / environment has it's own particular set of strengths and weaknesses, maintaining a large set of them is necessary because they complement each other and this is how you fill the gaps. What Vlad has created here is fantastic! From my perspective, it's like a new IDE wrapped in a workspace or dashboard and it just happens to come with a "coding buddy" and the ability to 'tinker' and save libraries of ideas. I think it's always nice to have a second set of eyes, and you can always move your project into a standard environment to troubleshoot, refine and improve it.
It is possible to export these apps apk or for google play?
Can I build apps or features for other apps?
Claude used to do that, and a lot smoother.
I see you can use Ultra inside google docs. Can I be used the same way inside MS Word?
At this time Ultra only works with google docs and google sheets. We might revisit MS office at some point but there are so many versions of MS office out there that we were concerned about compatibility issues.
Quick question - is there a free trial to see if this fits our needs? For instance, I would want to see if I could chat with the downloadable pdfs on a website as part of the site
There is no trial but we have a 30 day money back refund policy (no questions asked)
I purchased it this morning, attached extension, but i don't see any Create App button. I also sent email to support, but no reply yet.
Support just replied. They will have it resolved for you :)
@@VladHoltzYou are support bro, don’t worry, we hustlers get it.
Before I watch can anyone confirm if the AI builds out both back and front end? If its only front end im not wasting my time
What if you want to write a script for something like InDesign and not a standalone app.
You can still do that with the regular chat, I use it all the time for Photoshop. This tool is for building web apps
Hey Vlad, I need a receipt for my purchase. How do i get it from you?
Hey you should of got an confirmation email. Please check your spam folder. You can also see the invoices by press the gear icon on the top right in the Ultra extension sidebar and then pressing on Account.
Does it only work with html css and javascript?
For now yes, but we will be adding other frameworks and capabilities.
Can the app also produce server side code like php etc, I know it wont run in chatgpt but i was thinking for exporting use cases? Thanks :)
Yes sure
@@stevenstevenmcsteven3117 great thanks Steven
how do i know your system not collecting my programming data between chatgpt and the apps i built?
this is cool way to use chatgpt IMHO
Hey, the apps and the extension runs locally on your browser and not in the cloud.
@VladHoltz i see cool, does it send user data to any server?
No we don't send any user data to any servers.
@@VladHoltz that's cool, thanks.
who write HTML and CSS now...
everyone using framework, just an existing feature with rendering window...
Why its don't want to send code?
Plz fix this problem for me
i will waiting
you need to pay before you can use it clip on sign in then get ultra youll see you have to pay
@lightningSava1010
I Did and i get the message on my gmail account but wen i try to login
i didn’t receive any code
@@lightningSava1010
I did
the fact there's no trial or monthly version id the only concern
We have a 30 day refund policy (no questions asked)
Make it work for gemini api
can it make me crm system? My frend asked me but i do not have time. He does not want much functionalite. Just basic one
CRM is not really possible but we want to add databases in the future and then it will become possible.
It’s 169 - if one time okay - but yearly. Give me a lifetime deal - let me put in my own api. And done.
If you need a video editor please do let me know. Thanks. Great video though ❤
Thank you. Can anyone explain me, is it possible to create the community building platform/app like Circle.so ?
Cool plugin. I tried it but am disappointed that it tried to add a bunch of features I didn't ask for, making the whole thing unusable and not what I asked for.
You can use the other modes in there: Simple one step buildout OR Custom multi-step
With those 2 modes you have 100% full control over everything. The AI powered option tries to come up with additional features and functions to make your app better. But sometimes I agree with you that it makes sense to go with the simple manual option.
I have a dream to make a app for disabled persons can you help me
does it works with python?
Where is that "Apps" option, not available for me?
tf this is so expensive i expected a one time purchase :(
how you got that ChatGPT Apps option?
The last part of the video shows it. It's a third party paid extension that adds the Apps option into Chatgpt.
@@kislany123 it just generates multistep prompts and not the Apps functionality
is this only available on paid chatgpt accounts?
Ultra works on both free and paid ChatGPT accounts.
129 USD? That’s too expensive, especially without a free trial!
There is a discount link in the description for $47 a year
I need that for make android app
You should offer a week of free trial, asking fo 120$ without testing it is not a good customer acquisition.
Built apps, but doesn't use a pivot table 😅
Every new feature they introduce works for like a week and it just 💩 s the bed. Crappy responses galore. I never was interested in claude but chatgpt has been so bad lately i switch from claude and metaai which is free and most of the time enough to code a component or two in react/vuejs. I’ll try it out. it watch in a week it start working all crappy and don’t get me started on vercels V0 😂wow that ai is super error messages everywhere prone. Feels like coding in nextjs
I need to pay for chat gpt now
This even works with the free version of ChatGPT
Make it free and spread it everywhere and make people used to it
i really have to pay 120 bucks bro
I see OpenAI and Anthropic copying this and providing this to their subscribers. Thet need money!
I had this exact worry a year ago when I started this project. To my surprise in the last year of the 30 or so features we built: only 1 (Canvas) they added. I don't think they want to make ChatGPT too useful for real work because they won't be able to handle the demand.
ChatGPT for them is more of a showpiece of what their model can do. It's almost like they built a little toy (ChatGPT) to show off the power of the AI model. They aren't putting much effort to have it integrated into how people get work done.
They always show demos of fun littles games and random personal use cases. They are never showing content creators, lawyers, accountants, etc using ChatGPT.
@@VladHoltz You make a good point. I think as money gets really tight for those 2, they will have to turn into functional software that people will be willing to pay for. Maybe their API services will become profitable. I think your app is incredible. But it is becoming a crowded world with so many options. I am not a developer but I am waiting for an app that is so good that I won't have to know any code.
So far, Claude 3.5 has been that app. But I am using it for Apps Script automation which is much simpler than the problem you are solving with your app.
@@VladHoltz they wouldnt create folders or things because they would want to sell their api imo if they just pack everything in chatgpt nobody gonna use api likely due to the reason they wouldnt copy likely
Okay let's do something with react😅 okay it can't
Coming soon :)
@VladHoltz already is here but, with "bolt new"
130usd per year, yeah no
WHY IS THIS NOT FREE😭
capitalism
cockpitalism
This is worth paying for.
Anything that uses AI tokens an APIs cannot be free
Because those tokens and APIs are subscription based= cost money.
So, no one will be paying for your tokens but you.
Even if it uses free AI models, which are limited, he still deserves to get paid fir his work.
He invested a year in development and has a right to sell licenses if he wishes. And who knows, maybe he'll open source it at some point?
so you let people pay to use free features? wow... That's so scammy lol
Subscription is $129.00per year
Nah, i'm good. will wait till chatgpt build this feature themselves.
there is no future for programmers 😒😒😒😒😒😒😒😒
Clickbait junk
isn't it like bolt.new?
bolt.new better