Тёмный

Fully Free Bolt.New! - bolt.myaibuilt.app - Online, Zero Setup Zero Cost AI-Powered Full-Stack Apps 

Eduards Ruzga
Подписаться 1,6 тыс.
Просмотров 7 тыс.
50% 1

Наука

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 68   
@EduardsRuzga
@EduardsRuzga День назад
🔗 Try Here For Free: bolt.myaibuilt.app 🔗 If the above is down you can try this too: 9356f8c3.bolt-2xk.pages.dev/ 🔗 GitHub Repo: github.com/wonderwhy-er/bolt.new-with-download-project-as-zip Chapters: 00:00 - Intro 00:17 - Bolt.New from StackBlitz 00:28 - Few other options? 01:28 - It's fully open-source and extendable! 02:03 - I was so excited that I made a fully free version of it! 02:58 - You can add your own key to use premium models! 04:08 - But it works fine with Gemini 1.5 Flash which is FREE! 06:25 - Project download, Other feature I added to open source veri 07:22 - Growing community around Bolt.New 09:18.- What are we doing next time? You Decide!
@ChrisMateo-q6s
@ChrisMateo-q6s 16 часов назад
the link to yours isnt working would love to work on this with you further keep up the great work
@EduardsRuzga
@EduardsRuzga 11 часов назад
@@ChrisMateo-q6s there is other popular repo, i am thinking weather its worth merging efforts or not considering there are interests of running it it locally and in self hosted variant.
@EduardsRuzga
@EduardsRuzga 10 часов назад
While I am figuring out how to deploy it on my own server in stable way I deployed to cloudflare You can try there as alternative 9356f8c3.bolt-2xk.pages.dev/
@Coschatty_SL
@Coschatty_SL День назад
Man ! you deserve a Noble Prize for this.....
@EduardsRuzga
@EduardsRuzga День назад
Lol, that's too much praise :D So many before me in StackBlitz, OpenRouter, Google and on and on Thanks! Still things to do for this to be more useful.
@AryaYT-h6j
@AryaYT-h6j День назад
I am really interested in the content you create and are planning to create. Good job and keep up the good work!
@MrDan135791
@MrDan135791 День назад
Thank you for this. Yes I want to learn how to use it locally
@EduardsRuzga
@EduardsRuzga День назад
Do you want to use it with local models too? There are some forks that already support that May be I will do a short video later on that
@theoilybeard3287
@theoilybeard3287 19 часов назад
And thanks! I subscribed, looking forward to seeing how you get on
@EduardsRuzga
@EduardsRuzga 11 часов назад
Thanks for the sub!
@HenkHeidstra
@HenkHeidstra 18 часов назад
Would've liked to try it before diving into the GH repo! Are you aware it's offline currently? And great job!
@EduardsRuzga
@EduardsRuzga 11 часов назад
Sadly code is written to run on CloudFlare workers... And I am trying to run it on my digital ocean instance. Which proceed to be hard and I spent too much time on it so far. Can't decide between refactoring it to run on Node or figuring out how to run it with github.com/cloudflare/workerd I restarted the server and will make a video of how to run it locally tomorrow.
@EduardsRuzga
@EduardsRuzga 10 часов назад
While I am figuring out how to deploy it on my own server in stable way I deployed to cloudflare You can try there as alternative 9356f8c3.bolt-2xk.pages.dev/
@aligapaulaliga3663
@aligapaulaliga3663 День назад
Thank you so much for this video❤
@adnilsonmedina
@adnilsonmedina 6 часов назад
Excellent video, this is amazing. Thank you for sharing that... I downloaded the git repo but now I don't know the steps to open it in my browser. Can you help me? I subscribed to your channel.
@EduardsRuzga
@EduardsRuzga 6 часов назад
If you run npm run build and then npm run start it will show you hints PRess b for browser and it will open in browser
@chomu7285
@chomu7285 День назад
Great work done. Thank you. Please consider adding LLM like Ollama.
@EduardsRuzga
@EduardsRuzga День назад
You mean local llms running on your machine? My focus is on hosted solutions that do not require local setup. I wonder if one can use a hosted solution that connects to localhost as a provider. I use LM Studio myself never found local models good enough
@theoilybeard3287
@theoilybeard3287 19 часов назад
Would love to know how to run it locally. I could probably work it out, but it would take me a week at least :(
@EduardsRuzga
@EduardsRuzga 11 часов назад
Will try to make a short video tomorrow
@satishsrinivasan6174
@satishsrinivasan6174 День назад
When deploying on ec2 instance and using it we are getting core issue due to which sometimes container , code and preview don’t work . When we use small models also we get the same error. If you have a solution for the same it will be nice to have. Also have you tried integrating with AWS bedrock Anthropic models.
@EduardsRuzga
@EduardsRuzga День назад
Preview seems not to work due to problems with running terminal commands, it's on my list of things to fix next As for AWS bedrock models, no, I saw some others forks adding that, check forks if you need it in timely manner I hope we can organize in to community that adds such things together, plug and play style. Need AWS models, just flip a switch
@francycharuto
@francycharuto 22 часа назад
Is that supporting python frameworks as backend? Like fastapi?
@EduardsRuzga
@EduardsRuzga 12 часов назад
No, Bolt uses Web Containers that can do backend javascript. In theory python can be added too, there are web interpreters for it. There is another product called e2b.dev/ They have python in similar setup, but there it runs in containers on server side which is way more challenging thing to self host. Still, if you are interested in python on server side + open source, then take a look in that direction. It just works slower as its server side containers. And more expensive to run.
@toddschavey6736
@toddschavey6736 22 часа назад
Yes. Pool resources. Yes. I want contribute to yours or Cole Medin But..for theife of me I could not get this rmrhing running on my windows box or docker container. ...frigging cloudflare wrangler Yes, a video of how to get it running locally...i can tthen lush a PR to add docker container stuff
@EduardsRuzga
@EduardsRuzga 11 часов назад
Yeah... I am suffering from that wrangler/cloudflare thing too... Spent most of my time around that so far and will need to spend more. I am running it in dev mode currently and it crashes 2-3 times a day. There is a way to run it in development mode locally And there is a way that was not added to run it in production mode too using github.com/cloudflare/workerd I can't yet decide if I want to refactor it to node.js or to try and use workerd Both have their pros and cons...
@EduardsRuzga
@EduardsRuzga 11 часов назад
About running locally, will try to make a short video tomorrow
@limon2796
@limon2796 День назад
Appreciate you man
@EduardsRuzga
@EduardsRuzga День назад
Thanks!
@HonorHasCome
@HonorHasCome День назад
Great job. Is there a possibility to work with attachments?
@EduardsRuzga
@EduardsRuzga День назад
What do you mean by attachments? Images?
@HonorHasCome
@HonorHasCome День назад
@@EduardsRuzga yes, images. In Bolt chat i do not see the option to upload an image.
@EduardsRuzga
@EduardsRuzga День назад
@@HonorHasCome it is possible to add, not on top of my list yet, with multiple model selection part of the problem is that not all models support it But noted, will see bit later
@HonorHasCome
@HonorHasCome День назад
@@EduardsRuzga tnx
@m.f.mfazrin8720
@m.f.mfazrin8720 День назад
It is really good; I also like the way bolt.new-any-llm method of implementation
@EduardsRuzga
@EduardsRuzga День назад
What do you like about bolt.new-any-llm? I would love for the community to sync on 1-2 forks, currently, there are a dozen forks where some work is being done. Am exploring whether it makes sense to merge with bolt.new-any-llm Not sure yet as there are two "directions" with this that are bit hard to synchronize currently. One is using it with local things like docker, ollama, lm studio. Which is not a good thing for total nondevelopers. Another one I am interested in is a hosted solution on websites that require setup to run. And I am not yet sure how to allow a single project to serve both directions.
@fezola8230
@fezola8230 День назад
Is there a limit to the number of prompts we can do? I keep keeping this error after the first prompts “there was an error processing your request”. What is the solution to this?
@EduardsRuzga
@EduardsRuzga День назад
There should not be, but I just had a crash of my server, will need later to investigated what happened
@fezola8230
@fezola8230 День назад
@@EduardsRuzga thank you very much, please do update us when the investigation is complete
@EduardsRuzga
@EduardsRuzga 10 часов назад
While I am figuring out how to deploy it on my own server in stable way I deployed to cloudflare You can try there as alternative 9356f8c3.bolt-2xk.pages.dev/
@Ed-xv4sy
@Ed-xv4sy День назад
"there was an error processing your request" when i put anything on that box. So if i say create a landing page... and press enter, i get that message. It won't work.
@EduardsRuzga
@EduardsRuzga День назад
which mode is selected for you? gemini?
@nocapnobs7845
@nocapnobs7845 22 часа назад
@@EduardsRuzga yes. Gemini 1.5
@EduardsRuzga
@EduardsRuzga 22 часа назад
@@nocapnobs7845 yeah, getting it too, will be investigating this week
@EduardsRuzga
@EduardsRuzga 10 часов назад
While I am figuring out how to deploy it on my own server in stable way I deployed to cloudflare You can try there as alternative 9356f8c3.bolt-2xk.pages.dev/
@boosting_Sqad
@boosting_Sqad 21 час назад
Realy nice fr
@EduardsRuzga
@EduardsRuzga 11 часов назад
Thanks 💯
@leonpilayev441
@leonpilayev441 День назад
Спасибо!
@EduardsRuzga
@EduardsRuzga День назад
Спасибо!
@maddoxthorne2297
@maddoxthorne2297 День назад
Not heroes where capes. Thanks.👍
@znpz
@znpz 22 часа назад
Not fully. 250k-300 chars daily, 10mln month, 70% errors - still not worthy to pay.
@EduardsRuzga
@EduardsRuzga 12 часов назад
There is rate limit, it is still free though. I just rechecked and Open Router for free models gives 20 requests per minute and 200 per day, but this is per API key, you can add your own API key to get more and still use free models About 70%, you reference some kind of comparison for Gemini 1.5 Flash?
@WayneAtkinsonEntrepreneur
@WayneAtkinsonEntrepreneur День назад
link doesnt work
@EduardsRuzga
@EduardsRuzga День назад
seems I have some issues, second crash of the day, give me a sec
@EduardsRuzga
@EduardsRuzga День назад
Restarted, will try to investigate bit later of why it crashes
@gxxxnzaa48
@gxxxnzaa48 18 часов назад
@@EduardsRuzga Fix it please broooo
@StinerDevHub
@StinerDevHub День назад
🎉🎉🎉🎉🎉
@legion404
@legion404 10 часов назад
Cole Medin (a youtuber) is doing the same thing, contact him and colaborate
@EduardsRuzga
@EduardsRuzga 9 часов назад
I did, contact, connected, looked into his repo, and considering to merge efforts There is also StackBlitz office hours tomorrow that I plan to visit and ask them about their views on open source part of Bolt
Далее
Шоколад приходит на Землю.
00:23
Просмотров 185 тыс.
Have You Picked the Wrong AI Agent Framework?
13:10
Просмотров 73 тыс.
I Forked Bolt.new and Made it WAY Better
19:28
Просмотров 36 тыс.
10 Ways To Use NotebookLM, in Less Than 10 Minutes
10:00
Вот что будет, если купить WINRAR
0:23
Bu telefonda oyun oynamak ister misiniz?
0:15
Просмотров 6 млн
low battery 🪫 smart bro
0:12
Просмотров 471 тыс.