How to use Cursor AI build & deploy production app in 20 mins

  Рет қаралды 141,835

AI Jason

AI Jason

Күн бұрын

Пікірлер: 177
@AIJasonZ
@AIJasonZ 3 ай бұрын
Join my community club for more cursor tips!: 2ly.link/1z94G :)
@75M
@75M 3 ай бұрын
@@AIJasonZ Cool! Do we need any paid plan to follow this project step by step?
@scrapycholo2659
@scrapycholo2659 3 ай бұрын
So where's ya million dollar funding 😂😂😂
@amandamate9117
@amandamate9117 2 ай бұрын
now its time to utilize the new o1-mini or o1-preview and make some crazy projects.
@Akira71
@Akira71 2 ай бұрын
Hmm, the link seems to be down for me. Any chance to check this out? Love to see what the community is about.
@seregamozetmnoga1700
@seregamozetmnoga1700 2 ай бұрын
“Without any programming knowledge” - that’s the only phrase in the entire video I understood.
@isko4173
@isko4173 Ай бұрын
😂😂
@chusanchusi7518
@chusanchusi7518 18 сағат бұрын
😆
@szihai
@szihai 3 ай бұрын
I started to use Cursor a couple weeks ago. I can say if you know what you are doing, yes you can get what you want fairly quickly. But if you soly rely on Cursor and Claude to design, implement and debug your code, it's gonna take way longer.
@AIJasonZ
@AIJasonZ 3 ай бұрын
Yea I think you need basic understanding of web dev for sure, to know how to prompt it effectively; That’s why want to cover the workflow and how to do certain parts like auth & backend :)
@PubgSpeed-wl8yo
@PubgSpeed-wl8yo 3 ай бұрын
@@AIJasonZ I've been creating websites using website builders for 12 years. What he showed me was a very dense forest in which you don’t know where to go. And for a simple user this is equivalent to higher mathematics. So this is a crutch that can only be used by those who do serious programming.
@softwear4u-twt
@softwear4u-twt 3 ай бұрын
@@szihai I'd say this is the case for any AI
@spforward918
@spforward918 3 ай бұрын
okay sherlock
@camilovilla8434
@camilovilla8434 2 ай бұрын
For debugging nowadays using the latest model from OpenAI o1 is incredible. It will save you so much time
@MK-jn9uu
@MK-jn9uu 3 ай бұрын
Seriously, one of few people online that knows wtf they’re talking about ❤ thank you
@lkd982
@lkd982 Ай бұрын
You are doing a wonderful service for the community who like me are self-taught, self-doubting, proficient but not very good even after many years of effort, adhd, and wandering focus, who just need all the MISSING BITS that you provide, respeck!!! When it comes to the Supabase schema you make it seem as though a person actually needs to think fo themself, but you could just ask cursor for the appropriate schema!
@nsdalton
@nsdalton 3 ай бұрын
You can also put your frontend instructions into a .cursorrules file at the root of the project. Make sure cursor is using the file by going to cursor settings and checking in the general tab.
@fractalarbitrage
@fractalarbitrage 2 ай бұрын
Front and back mixed or seperate like video?
@harryzachariou1
@harryzachariou1 3 ай бұрын
Great video! I'm a full stack javascript developer and I created my first macOS swift app using Cursor AI and Sonnet, what a fantastic IDE it is!
@The-Sentinel
@The-Sentinel 3 ай бұрын
did you still need a Mac device to compile the package? is there a way around this?
@harryzachariou1
@harryzachariou1 3 ай бұрын
@@The-Sentinel still have to use a Mac
@aduhaneh1057
@aduhaneh1057 3 ай бұрын
@@The-Sentinel yes, but if you don't have mac you could try and use a different stack instead of swift
@The-Sentinel
@The-Sentinel 3 ай бұрын
What stacks out there don’t require a Mac to compile and deploy?
@JO-cw7ju
@JO-cw7ju 2 ай бұрын
@@The-Sentinel Do you use premium Sonnet ??
@ruiqiliu1966
@ruiqiliu1966 5 күн бұрын
谢谢,系统性地帮助新人入门。举例来说,其他youtuber是没有讲NPX是什么的,那就成为了学习过程中的噪音。同样还有“我们只需要关注app的子页面”等。这种视角的讲解方式对不懂编程的人太重要了,是目前看到最好的讲解视频。
@nimblename
@nimblename 3 ай бұрын
This is the best tutorial I’ve watched on cursor based development! Thank you sir. Lots of helpful tips along the way (ie when to use composer vs chat, using product requirements documentation for the AI etc). I got a little lost during the database setup so I’ll need to watch some more to get up to speed. Would love a beginner setup tutorial for GitHub! And process for commit/rolling back etc
@sammykins7778
@sammykins7778 2 ай бұрын
reaaly wanted this to work as a non developer. Tried making my own app (three times!) but Cursor AI gave different answers the more questions it was given and couldn't fix my issues. So developer jobs are safe. lolz!
@powerofashish215
@powerofashish215 3 ай бұрын
Your content is always so insightful, thorough, and professional. Been watching your videos for a while and just want to say thank you for your insights to those wanting to learn!!!
@Keksent
@Keksent 3 ай бұрын
This is the quickstart into this new stuff I needed. Thank you Jason your videos are always good and cutting edge.
@richardadonnell
@richardadonnell Ай бұрын
🎯 Key points for quick navigation: 00:03 *💻 Introduction to Cursor AI and Project Setup* - Introduces Cursor AI as an accessible code editor enabling anyone to build apps, - Describes using libraries like Next.js, React, and Tailwind for project setup, - Outlines the plan to create an Emoji generator app with authentication and tracking features. 02:35 *🔧 Explanation of Frameworks and Tools* - Covers the role of JavaScript, TypeScript, React, and Next.js in web development, - Introduces component libraries like Chakra UI and Tailwind CSS for ready-made designs, - Describes the folder structure and the importance of correct file placement in Next.js projects. 07:07 *📝 Creating a Requirements Document for Development* - Highlights the importance of writing detailed product requirements for AI-based development, - Mentions specifying API endpoints and desired UI libraries to guide Cursor AI, - Emphasizes providing a clear file structure to improve accuracy when using Cursor AI. 09:09 *🌐 Implementing and Troubleshooting API Integration* - Walks through setting up the API call to the emoji generation model hosted on Replicate, - Describes using Next.js config settings to enable image loading from trusted sources, - Explains how to fix client-side rendering issues by adding the `use client` directive. 12:49 *🎨 Building and Testing App Features* - Describes building the Emoji generator and display grid components, - Demonstrates real-time feedback and bug fixing using Cursor AI’s chat interface, - Implements basic functionality such as generating and displaying emojis. 15:51 *📥 Adding Download and Like Features* - Walks through adding download functionality for emojis, - Implements a like button with visual feedback and increments a like counter, - Uses Zustand for state management to update the emoji grid dynamically. 19:34 *🔑 Setting Up User Authentication with Clerk* - Introduces Clerk as a user management platform for authentication, - Describes setting up middleware to manage access control across pages, - Explains how to integrate Clerk credentials for seamless sign-up and login flows. 21:53 *🔑 Implementing Authentication with Clerk* - Demonstrates setting up sign-in and user profile components using Clerk, - Explains wrapping the layout with the Clerk provider to manage authentication, - Users can log in with Google or email, access their profile, and sign out. 23:15 *🗄️ Connecting Backend and Storage with Supabase* - Introduces Supabase as an open-source alternative to Firebase and AWS Amplify, - Describes setting up tables for users, profiles, and emojis, - Configures Supabase storage buckets for managing and accessing image files. 27:53 *📋 Creating Tables and Configuring Database in Supabase* - Walks through using the SQL editor to create user and emoji tables, - Configures default values and constraints like credits and subscription tiers, - Sets up the storage bucket to allow public access for emoji images. 29:02 *🛠️ Building Backend Functionality with Cursor* - Uses Cursor AI to implement user profile creation and emoji generation logic, - Explains handling authentication, uploading images, and managing likes, - Resolves client-server issues by adding `use client` and debugging with AI chat. 32:40 *📦 Integrating Storage and Image Display Features* - Configures the backend to upload emoji files to Supabase storage, - Adds logic to fetch and display emoji images in the front-end grid, - Debugs security settings by updating Next.js config to allow trusted domains. 35:45 *❤️ Implementing Like and Interaction Features* - Adds a like interaction system with state management using a new table, - Ensures users can only like an emoji once, with toggled like buttons, - Syncs UI updates and backend state to reflect real-time changes. 39:00 *🚀 Deploying the App on Vercel* - Explains deploying the Next.js app on Vercel with environment variables, - Uses GitHub for continuous deployment and resolves production-specific issues, - Highlights differences between local and production environments during debugging. 41:44 *🎉 Final Overview and Additional Resources* - Recaps the process of building and deploying a production app using Cursor, - Invites viewers to join the AI Builder Club for further learning and collaboration, - Promotes the community for sharing challenges and code examples. Made with HARPA AI
@InternetStranger10101
@InternetStranger10101 Ай бұрын
Thanks! Huge help
@UmutUcler
@UmutUcler 2 ай бұрын
Wow, just wow! Incredible to see a real example from idea to production. Fantastic video my good sir
@venderednev
@venderednev 2 ай бұрын
Input in the Markdown at 9:30: import Replicate from "replicate"; const replicate = new Replicate( auth: process.env.REPLICATE_API_TOKEN ); const output = await replicate.run( "fofr/sdxl-emoji:dee76b5afde21b0f01ed7925f0665b7e879c50ee718c5f78a9d38e04d523cc5e", { input: { width: 1024, height: 1024, prompt: "A TOK emoji of a man", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: false, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); console.log(output)
@Willifordwav
@Willifordwav 2 ай бұрын
Imagine thinking that someone with no coding experience could understand this 💀💀
@henno6207
@henno6207 2 ай бұрын
V0 from vercel can be used to handle the design. Replit also has a pretty good agent that can launch things pretty quickly.
@lu3bw
@lu3bw 3 ай бұрын
Jason, this is actually the best explanation for tech but non coding specimens like myself. THANK YOU!
@holetarget4925
@holetarget4925 3 ай бұрын
I usually use cursor directory to get most up to date HQ prompts from senior devs. Very very useful website
@Mattbe72
@Mattbe72 3 ай бұрын
awesome video, super cool to have a demo on how Cursor can be used for an end to end process. Really enjoyed the presentation of the other SaaS you presented too (Clerk, Supabase and Vercel). Thanks a lot !
@aiplusi
@aiplusi 2 ай бұрын
As usual you have made an amazing and informative video, thank you!
@phillonc
@phillonc 3 ай бұрын
This is on point, I've been searching for a video that breaks things down logically. Thank you
@joxxen
@joxxen 3 ай бұрын
This has to be the best video on the internet, thanks!
@serendipity-108
@serendipity-108 2 ай бұрын
Jason does an excellent job explaining things clearly. Thank you!!!!
@nikhil_no_1
@nikhil_no_1 2 ай бұрын
This was a great 1st build using AI video for me. Thank You.
@heliolucio7691
@heliolucio7691 3 ай бұрын
This made me want to build something so bad! Amazing video, these tips about prompting, image inputting and markdown were killer, for sure I'll start use them in my daily dev
@mrd6869
@mrd6869 3 ай бұрын
build cheesburgers.
@AIJasonZ
@AIJasonZ 3 ай бұрын
Glad is helpful!
@jasonfinance
@jasonfinance 3 ай бұрын
This is sick, always had lots of trouble getting backend & auth setup, this is helpful!
@thePocketWatch45
@thePocketWatch45 3 ай бұрын
this video just changed my life...keep them comin
@johnlin6121
@johnlin6121 3 ай бұрын
This is next-level stuff. Very impressive!
@kgarbaya
@kgarbaya 3 ай бұрын
Thanks for the amazing tutorial; love how every instruction is clear
@mazidcouk
@mazidcouk Ай бұрын
Liked it before playing the video lol coz Jasons going to drop pure game on this one :D
@j05hau
@j05hau 2 ай бұрын
Great introduction. Thanks.
@alanayoubi1
@alanayoubi1 3 ай бұрын
This is amazing. Finally a video that covers everything. Do you have some kind of 1:1 consultation? I want to have 1 hour call with you
@unclesam007
@unclesam007 3 ай бұрын
30:58 you thought we didnt notice but we did 😂 great vid btw
@Jim-ey3ry
@Jim-ey3ry 3 ай бұрын
Really helpful! This will totally change my workflow; I think for auth, it might be better to implement signup & signin page too;
@martinsherry
@martinsherry 3 ай бұрын
i am six minutes in and ive learned more in six minutes here than the six hours i have spent watching other yt’ers on the very same topic. great video.
@dhirajkhanna-thebeardedguy
@dhirajkhanna-thebeardedguy 3 ай бұрын
You can use tree in the terminal to generate the directory structure in ascii and even specify depth
@subramanianchenniappan4059
@subramanianchenniappan4059 2 ай бұрын
I am a java tech lead. first time hearing cursor
@dinesh-cf4qs
@dinesh-cf4qs 20 күн бұрын
thank you for the tutorial.
@theycallmetheboss
@theycallmetheboss 6 күн бұрын
absolute legend
@Joe-bp5mo
@Joe-bp5mo 3 ай бұрын
Thank you for sharing those golden nuggets!
@VaibhavShewale
@VaibhavShewale 3 ай бұрын
the problem is not building but coming with the idea that is new and also unique and interesting
@andreialcaza
@andreialcaza Ай бұрын
Look what people are wanting
@muffafaYoutube
@muffafaYoutube 3 ай бұрын
Love from Turkey 🧡
@fredericherrera
@fredericherrera 2 ай бұрын
very complete - well done
@razdingz
@razdingz 2 ай бұрын
this iz good one man , making more like this things
@Rollinsonn
@Rollinsonn 2 ай бұрын
Genius! nice vid
@phaZZi6461
@phaZZi6461 3 ай бұрын
imagine this: google form to collect customer feedback, automatically turned into github issues (with some ai formating). then let the ai implement a solution by itself. or developers creating issues themselves. have some automated tests in place (written by ai of course). requires some good prompt workflows and (for now) educated devs to set these up, but at this point it seems inevitable that well replace ourselves with ai devs in the next few years.
@AIJasonZ
@AIJasonZ 3 ай бұрын
This is freaking insane hah love it
@proflead
@proflead 2 ай бұрын
Very interesting! Saved!
@nikksanirudh
@nikksanirudh 2 ай бұрын
thank you Jason
@musumo1908
@musumo1908 3 ай бұрын
nice idea - some cool cursor approach tips in here..did try but seems some key bits missing - looks like you were swapping between yarn and npm also?? Gave up after much fun and games..you really have to be a programmer to run this....
@joseduarte1240
@joseduarte1240 3 ай бұрын
Why you didnt use V0 to do the sign in option?
@VipulChaudhary1337
@VipulChaudhary1337 3 ай бұрын
In Jian Yang we trust
@NakedSageAstrology
@NakedSageAstrology 3 ай бұрын
This was very helpful, thank you.
@sohaib07
@sohaib07 3 күн бұрын
Wow damn that's sooooo helpful
@elpablitorodriguezharrera
@elpablitorodriguezharrera 3 ай бұрын
This is awesome, can you make more real scenario building an entire app including the landing page then the app itself? Maybe cloning the entire cursor with cursor😂
@r34ct4
@r34ct4 2 ай бұрын
Very nice. how much did the API calls cost to claude for this project?
@LegalAutomation
@LegalAutomation 2 ай бұрын
Exactly 😂
@gabrieleferrari2266
@gabrieleferrari2266 2 ай бұрын
Hey dude, this video is simply amazing! Maybe others too. I want to create a web app using React and Node.js from scratch. Please include something that also uses a MySQL database with the mysql2 library. Maybe add some auth with email and login. Email login would be good. Compliments!
@moea5298
@moea5298 2 ай бұрын
Ive been using cursor and its simply mind boggling. the ability to parse the codebase, multi-file edit, one-click apply the generated code, finally makes AI code generation a coding standard. However, im personally still struggling with UI/UX prompts, and longer chain of prompt commands. I know there is v0, but i think at this point, its like taking a small u-turn after going straight for so long
@thabangmoiloa4178
@thabangmoiloa4178 13 күн бұрын
Could you please also create a full-stack project but for mobile application instead of web application ?
@ylohnitram
@ylohnitram 2 ай бұрын
You don't have to use screenshots and AI. Just use the "tree" utility for generating the file structure - it's as simple as that.
@AIJasonZ
@AIJasonZ 2 ай бұрын
Great tip, thanks mate!
@quierovivirensanantoniotex7407
@quierovivirensanantoniotex7407 21 сағат бұрын
what do I have to do to make out of this and IOS app??
@FRANKWHITE1996
@FRANKWHITE1996 3 ай бұрын
wanted to subscribe but already subscribed!!!
@bsick6856
@bsick6856 3 ай бұрын
9:30 where did you get that input from?
@AIWorkforceEvolution1
@AIWorkforceEvolution1 16 күн бұрын
"Great video! Your explanation of [topic] is super informative. I create videos on this topic as well, and it’s inspiring to see how you approach it. Thanks for the inspiration!"
@ritaverissimo1720
@ritaverissimo1720 Ай бұрын
Hi, thanks for this video :) How do you handle the database import when deploying? Thanks!
@cj1903m
@cj1903m 2 ай бұрын
Great video, thank you. What theme are you using for Cursor?
@75M
@75M 3 ай бұрын
Do you need (or is it recommended) to have a paid plan to follow this project?
@GAGONMYCOREY
@GAGONMYCOREY 2 ай бұрын
I tried with free and it worked p well
@raymondong349
@raymondong349 Ай бұрын
hi Jason, thanks for the video. Got me real excited about using Cursor AI as part of my workflow. Can you help me understand whether you are using any external LLM or built in Cursor AI LLM? In that case how much money would you be incurring for the prompts related to building a project like this?
@googleyoutubechannel8554
@googleyoutubechannel8554 2 ай бұрын
use Cursor AI... and 10 years of programming experience in web dev and js.... oh wait... you didn't mention that part...
@andrewpawlak1482
@andrewpawlak1482 2 ай бұрын
Is it worth even attempting to build an Enterprise SaaS application with user permissions and role hierarchy structure or is that going to be too much? Also, I'm not technical but do have a lot of experience in the space (2x SaaS co-founder) and know the business rules, user stories, and requirements for what I'm trying to build very well
@HelpHub150
@HelpHub150 2 ай бұрын
I think the back end development is going to be hard just with genAI just my opinion
@matthewt6071
@matthewt6071 2 ай бұрын
Icp bro
@amandamate9117
@amandamate9117 2 ай бұрын
now its time to utilize the new o1-mini or o1-preview and make some crazy projects.
@thebardlydm
@thebardlydm Ай бұрын
Was the free tier or paid tier of cursor used here?
@amulbhatia-te9jl
@amulbhatia-te9jl Ай бұрын
when I mention clerk in my requirements, I get errors around clerk to begin with, any suggestions how to have it not build everything out at once?
@THOTHO-ie5lz
@THOTHO-ie5lz 3 ай бұрын
can you do one for django-cms-shopping cart? Or creating shopping cart for any headless cms via Cursor AI.
@pranavbobde2529
@pranavbobde2529 2 ай бұрын
14:31: wow you actually wrote "errro" lmao 🤣
@monhack582
@monhack582 3 ай бұрын
this is very good, Jason, thank you very much. This is exactly what I wanted. how things work. so we can prompt ai more effectively. I have question, is there a place where I can ask you questions directly, do you provide 1:1 coaching ?
@AIJasonZ
@AIJasonZ 3 ай бұрын
Yes! I have a community where you can join and ask questions, I will jump on from time to time or other community members will help answer too :)
@AIJasonZ
@AIJasonZ 3 ай бұрын
2ly.link/1z94G
@SejalDatta-l9u
@SejalDatta-l9u 3 ай бұрын
Great video. Did you have issues with cursor changing/breaking existing code? If so - how did you overcome this (without pulling out your hair?!)
@idincern
@idincern 2 ай бұрын
you can push your working code to the git system. if it ruins it, you can come back
@seawatts12
@seawatts12 2 ай бұрын
Why not use .cursorrules file?
@vjatseslavjertsalov2829
@vjatseslavjertsalov2829 2 ай бұрын
Looks good but how do you monetise this project? Using SD models, Supabase, Versel in cloud costs money. Can you cover it in the next video?
@jacob_the_parson
@jacob_the_parson 2 ай бұрын
Just found you, amazing content and explanations. What little interface are you using to make those git commits?
@AIJasonZ
@AIJasonZ 2 ай бұрын
Thanks Jacob! You mean GitHub desktop app?
@AteAdv
@AteAdv 2 ай бұрын
nice content
@The-Sentinel
@The-Sentinel 3 ай бұрын
why didn't you want to use supabase for authentication too? is clark way more powerful?
@AIJasonZ
@AIJasonZ 3 ай бұрын
I didn’t want to build out whole UI flow to handle different sorts of auth methods
@ylohnitram
@ylohnitram 2 ай бұрын
That clerk auth solution is very unfarovable. It can become very pricy and it's a vendor lock, since there is no way to migrate the users anywhere else. I use supabase instead.
@wormholeinteractive
@wormholeinteractive 2 ай бұрын
Firebase is a good option and not too hard to implement
@jessicalewisjessielew3399
@jessicalewisjessielew3399 3 ай бұрын
if this video is 42 minutes long and was released 10 minutes ago how come there are comments that imply they already have seen the video ? 🤔
@anreoil
@anreoil 3 ай бұрын
I never watch his videos, as I can't stand his accent. I give AI the link to the video, which is then analysed, and I'm reading it as a shorter lecture summary. So, technically, I can comment in 10 minutes. Just to illustrate, this is how it looks on my end: Today, I want to show you how you can use Cursor to build a production-ready full-stack application without any programming knowledge. We'll cover everything from ideation, setup, building the frontend and backend, implementing authentication, and deploying the application online. First, let's talk about Cursor. If you're not familiar, Cursor is an AI-native code editor that enables almost anyone to build any application they want. It's so user-friendly that even an 8-year-old can create a full web application in just 45 minutes. People have already used Cursor to build high-quality production-level applications like video editors, Chrome extensions, and even crypto exchanges. However, most tutorials only show how to build simple demos. Today, I want to demonstrate the full potential of Cursor by building a complete, production-ready application. The application we'll build is an emoji generator. Users can type in any prompt to generate emojis, see emojis created by others, like them, and download them. The app will also include a full authentication flow and a backend to track all generated emojis and users. ### Setting Up the Project To start, we'll set up the project using libraries like Next.js and React, which simplify development. We'll also use UI component libraries like ShadCN and Tailwind CSS to make our code cleaner and more readable. 1. **Initialize the Project:** - Open Cursor and the terminal. - Run the command: `npx shadcn@latest init`. - When prompted, type `y` to proceed. - Choose to set up a new Next.js project by typing `yes`. - Name the app "Emoji Maker". - Select the "New York" style for a more condensed view. - Choose a neutral color scheme. - Confirm the CSS variable format. etc etc, blah blah
@kforrisw9148
@kforrisw9148 3 ай бұрын
@@anreoil you are gonna miss his accent if Jason all of the sudden has the most perfect English accent in the next videos. we all know how
@AIJasonZ
@AIJasonZ 3 ай бұрын
Hahah, god, should I go and improve my accent or keep it as my channel signature style 😂
@TylerReedAI
@TylerReedAI 3 ай бұрын
@@AIJasonZ haha bro, nothing wrong with it, you better never change it! Cursor is amazing. It's really helped out, and I've tried starting like llamaindex, crewai and autogen agents, and it can I assume based on understanding the functions fill in parameters for you. Cool stuff!
@KasunWijesekara
@KasunWijesekara 3 ай бұрын
@@AIJasonZbro I have been watching u from day one and I’m not a native English my self. And I fully understand you even at 1.75x speeds 😂 Trust me ur content is like gold to me and even if u talk in ur native language I’d put the effort to translate and learn from you lol. I don’t think anyone cares about the accent other than the value u give to the community. I have learned so much from u dude ❤️ keep it up
@kumarbanavathu7716
@kumarbanavathu7716 3 ай бұрын
How much it would cost to build production grade application?
@qingtian1691
@qingtian1691 2 ай бұрын
could you please provide mockup.png? thanks!
@PhotoshoppersStop
@PhotoshoppersStop 3 ай бұрын
Thanks
@BillionaireTriumps
@BillionaireTriumps 3 күн бұрын
i encountered so many errors in the starting which i am not able to resolve like MODULE NOT FOUND Webgpu not exported It would be a great help if anyone could to tell how to resolve this error
@forseth5514
@forseth5514 3 ай бұрын
Isn't it better if you use "cursorrules" instead of frontend_instructions?
@saiprakash6483
@saiprakash6483 2 ай бұрын
Is cusor ai better than claudedev + continue + vs code + local/openrouter/claude api/openai api ?
@gedasv
@gedasv 3 ай бұрын
what is the github app that you are using?t
@EmblazNOR
@EmblazNOR 3 ай бұрын
Why not use supabase auth? Sponsored or other reason?
@AIJasonZ
@AIJasonZ 3 ай бұрын
Supabase auth is good, but require you build out the whole UI flow, and different types of auth
@jessicalewisjessielew3399
@jessicalewisjessielew3399 3 ай бұрын
cursor or replit?
@alqods80
@alqods80 3 ай бұрын
If you are not a developer and just want a simple mvp then replit agent
@PreetiSingh-n3y
@PreetiSingh-n3y 3 ай бұрын
Two questions:- 1.) do we need to be a coder to use these tools or not. 2.) will no code apps and dev jobs are in danger?
@macacovelho94
@macacovelho94 2 ай бұрын
So why did he completely skip how he created the code for headers.tsx ? Overall good video but some parts were completely skipped - 0 chance a non programmer can follow along to this.
@anelm.5127
@anelm.5127 3 ай бұрын
It would be creat if u added payment, rate limiting and real domain for illustration purposes - otherwise great video
@arnx-zd9oe
@arnx-zd9oe 2 ай бұрын
Imagine referring to this as "production" 💀
@Timbuktu420
@Timbuktu420 3 ай бұрын
Yo noob here. Can anyone tell me which Github extension he was using?
@AbhishekKumar-u6r5s
@AbhishekKumar-u6r5s 16 күн бұрын
video title: "How to use Cursor AI build & deploy production app in 20 mins" video length: 42 minutes. Irony
Best Cursor Workflow that no one talks about...
42:52
AI Jason
Рет қаралды 87 М.
OpenCV Course - Full Tutorial with Python
3:41:42
freeCodeCamp.org
Рет қаралды 4 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Симбочка Пимпочка
Рет қаралды 4,7 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 12 МЛН
LEARN OPENCV C++ in 4 HOURS | Including 3x Projects | Computer Vision
3:57:04
Murtaza's Workshop - Robotics and AI
Рет қаралды 2,7 МЛН
AI is not Designed for You
8:29
No Boilerplate
Рет қаралды 165 М.
Cursor Tutorial for Beginners (AI Code Editor)
15:20
Tech With Tim
Рет қаралды 82 М.
Build Anything with Claude Agents, Here’s How
18:35
David Ondrej
Рет қаралды 158 М.
Coding a FULL App with AI (You Won't Believe This)
15:19
Creator Magic
Рет қаралды 267 М.
Cursor Team: Future of Programming with AI | Lex Fridman Podcast #447
2:29:05
YouTube is now on EASY Mode (Anyone Can Blow Up in 2025)
12:08
Jason Lee
Рет қаралды 257 М.
This is how I scrape 99% websites via LLM
22:44
AI Jason
Рет қаралды 156 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Симбочка Пимпочка
Рет қаралды 4,7 МЛН