Constantout
Constantout
  • Видео 4
  • Просмотров 928
Build an AI app without coding in 30 minutes (using Cursor)
🧑‍💻 For more Cursor tips, join the free newsletter:
refined.so/compose
📝 Prompts used:
gist.github.com/constantinginga/fd58cca893c4ab923711e3ff5c499cab
🛠️ Technologies used:
• Vercel Template: vercel.com/templates/next.js/nextjs-boilerplate
• Cursor: www.cursor.com
• Flow (Wispr): www.flowvoice.ai
• v0: v0.dev/chat
• Groq: console.groq.com/docs/quickstart
Timestamps:
00:00 Introduction
01:04 Vercel Template
01:27 Starting project locally
02:50 Building the UI with v0
08:25 Getting Groq API key
09:20 Remove dark mode with AI Pane
10:17 Convert voice to transcript
15:50 Clean up & format transcript
17:52 Separating into multiple components
19:36 Adjusting Groq prompt
20:30 Implementing back button
21:47 Deployin...
Просмотров: 257

Видео

Use this trick to create UI with Cursor + v0
Просмотров 35814 дней назад
Prompt used in the video: - Think carefully about the component - Generate a prompt - Then with the prompt create a clickable link: [component name](v0.dev/chat?q={prompt}) - Make sure prompt is url encoded Join the Refined Compose newsletter for more Cursor tips (it's free): refined.so/compose
Tips to Get Started with Cursor - AI Pane, Composer, Cursor Rules
Просмотров 32221 день назад
Learn how to set up Cursor to get the most out of it. Going over the AI Pane, Composer, Settings, and Cursor Rules file. Written format: refined.so/blog/launch-your-startup-with-cursor Cursor Rules shown in the video: You are an expert full-stack web developer focused on producing clear, readable Next.js code. You always use the latest stable versions of Next.js 14, Supabase, TailwindCSS, and T...

Комментарии

  • @Mohamed_MDJ
    @Mohamed_MDJ 4 часа назад

    This video has the potential to be popular

  • @philipem38
    @philipem38 2 дня назад

    This looks interesting but without audio, it is really hard to follow.

    • @constantout984
      @constantout984 2 дня назад

      Yes, sorry about that! You can see a demo of it with audio in my latest video: ruclips.net/video/LBtXaKg_yXw/видео.htmlsi=PfeNneHGwX21IRjX

    • @philipem38
      @philipem38 2 дня назад

      @@constantout984 - thank you.

  • @theacesystem
    @theacesystem 5 дней назад

    I am newbie at development (not a programmer). My question is...when installing dependencies using terminal in cursor should we create a conda or virtual env environment prior to installing dependencies/packages if we plan to create multiple projects? I noticed you did not do this so was wondering about this? Awesome step by step video by the way!

    • @constantout984
      @constantout984 5 дней назад

      @@theacesystem No, it’s not necessary. In the terminal, you should navigate inside your project folder. Dependencies/packages will be local to that specific project (they get added to package.json and node_modules folder). At least that’s what happens in React/Next.js/Node environments. I’m not too familiar with Python. 😅 Thank you for the kind words, btw!

    • @theacesystem
      @theacesystem 5 дней назад

      @@constantout984 thanks so much. Look forward to more of your cursor, VO and employment video tutorials.

  • @changbo-dg7zs
    @changbo-dg7zs 10 дней назад

    Did u use which voice input software into the cursor?

    • @constantout984
      @constantout984 9 дней назад

      That’s Wispr: www.flowvoice.ai You can see the list of everything I used in the description.

  • @evan_ry
    @evan_ry 11 дней назад

    Really nice video

  • @krisbuildsstuff
    @krisbuildsstuff 11 дней назад

    Awesome!