Cursor AI বাংলা টিউটোরিয়াল: কোডিংয়ে বিপ্লব আনুন

প্রতিষ্ঠাতা ও সম্পাদক

বাংলা AI গাইডের প্রতিষ্ঠাতা। বাংলাদেশি ব্যবহারকারীদের জন্য AI টুলস কিউরেট ও বিশ্লেষণ করেন — কোনটা BD থেকে কাজ করে, কোনটায় bKash চলে, কোনটা আসলে দৈনন্দিন কাজে লাগে।

প্রকাশিত:

ভূমিকা — Cursor কেন BD developer-দের favorite

মিরপুরের এক freelance full-stack developer Rifat Mahmud — ২৬ বছর বয়স, AIUB CSE ২০২১, ৩ বছর experience। Upwork-এ মাসে $২,৪০০ income, প্রধানত WordPress + Laravel + React projects। গত জানুয়ারিতে তিনি একটা US client থেকে $৪,৫০০-র contract পেলেন — একটা SaaS dashboard, ৬ সপ্তাহের deadline। VS Code + GitHub Copilot দিয়ে চলছিল, কিন্তু client এর scope creep-এ deadline tight হলো। বন্ধু Nafiz সুপারিশ করলেন Cursor। Rifat সাবস্ক্রাইব করলেন $২০/মাস। প্রথম সপ্তাহেই পার্থক্য স্পষ্ট: Cursor-এর Composer + Agent mode-এ ৪০-৫০% কাজ faster। ৬ সপ্তাহের project ৪.৫ সপ্তাহে delivered, client ৫-star review + $৭০০ bonus। তিনি বললেন: "Copilot single line autocomplete করে — Cursor পুরো feature বানায়।" এই গাইড: BD থেকে Cursor কীভাবে use করবেন, প্রকৃত workflow, কখন value, কখন overkill।

এই গাইডে যা থাকবে: Cursor কী + কেন BD developer-দের জন্য, Install (Windows/Mac/Linux), দাম + payment ($২০/মাস BD থেকে), মূল feature (Tab, Cmd+K, Composer, Agent), Cursor vs Copilot vs Windsurf comparison, ৫টি real BD use case, এবং productivity tip।

Cursor কী + কেন আলাদা

Cursor হলো VS Code-এর AI-native fork — মানে interface VS Code-এর মতোই, কিন্তু AI editing built-in core experience। বাইরের extension না, IDE-র সঙ্গে integrated।

Founded
২০২২ (Anysphere Inc.)
প্রথম release ২০২৩
Active users (global)
~৪০ লাখ (২০২৬ মে)
৭০% paid
BD adoption
~৩২,০০০ developer
২০২৫-এ ৮x growth
Models supported
Claude Sonnet 4.6/Opus 4.7
GPT-5, Gemini 3.5

Install — Windows/Mac/Linux

Download

cursor.com → "Download" — OS auto-detect। ~১৬০MB installer।

Initial setup

  1. Cursor launch → "Sign up with Google/GitHub" — fastest
  2. "Import settings from VS Code?" → Yes → all extensions/themes carry over
  3. Bottom-right gear icon → "AI" → Default model select (Sonnet 4.6 recommended)
  4. Privacy mode toggle (recommended for client work): "Settings → Privacy → Enable"
BD-specific tip: VPN লাগে না। cursor.com সরাসরি accessible। Sign-up-এ phone verification নেই। GitHub OAuth সহজে কাজ করে।

দাম — BD থেকে payment

Hobby (Free)
$০
২০০০ token/মাস AI
Try করার জন্য
Pro
$২০/মাস (~৳২,৪০০)
৫০০ slow + ৫০০ fast
BD developer-দের sweet spot
Business
$৪০/user/মাস
Team admin, SSO
Agency-র জন্য
Enterprise
Custom
SOC 2, audit log
Bank/NBFI

BD payment options

মূল feature — practical use

১. Tab autocomplete (Cursor Tab)

Cursor-এর সবচেয়ে loved feature। Copilot-এর চেয়ে smarter — single line না, পুরো function suggest করে। Bangladesh-এর CSE student-দেরও tab use করেই workflow shift।

// টাইপ করুন:
function calculateOrderTotal(

// Cursor suggest করবে:
function calculateOrderTotal(items, taxRate = 0.15) {
  const subtotal = items.reduce((sum, item) => sum + item.price * item.quantity, 0);
  const tax = subtotal * taxRate;
  return { subtotal, tax, total: subtotal + tax };
}

২. Cmd+K (Mac) / Ctrl+K (Win) — inline edit

Code select → shortcut → instruction। সবচেয়ে use-যোগ্য feature daily-তে।

৩. Composer (multi-file edit)

Cmd+I (Mac) / Ctrl+I (Win) → Composer open। একসঙ্গে ৫-১০ file edit:

"User authentication-এ 2FA add করো —
backend (Node.js + Express), database schema migration,
frontend (React) সহ। TOTP method use করো।"

Cursor file scan করে plan তৈরি করে, প্রতিটা file-এর change preview দেয়, approve করলে apply।

৪. Agent mode (autonomous task)

২০২৫-এর শেষ দিকে launch। Composer-এর extension — autonomously command run করে, package install করে, test execute করে।

"এই project-এ Tailwind CSS add করো —
config, dependencies, initial styling সহ।
চালু হলে dev server start করে verify করো।"

৫. Chat with codebase

Right sidebar → "@codebase" → query। Whole repo aware।

Cursor vs GitHub Copilot vs Windsurf

AspectCursorGitHub CopilotWindsurf
Price (mo)$২০$১০-১৯$১৫
Multi-file editExcellent (Composer)Good (Workspace)Excellent (Cascade)
Agent modeYesYes (Agent)Yes (Cascade Flow)
Model choiceAll major (Claude/GPT/Gemini)Limited (mostly OpenAI/Claude)All major
Tab qualityExcellentGoodExcellent
VS Code feelFork (95% same)VS Code extensionFork
BD adoption৩২,০০০৪৫,০০০ (free student access)৬,০০০

Honest verdict: BD developer-এর জন্য Cursor সবচেয়ে balanced — ভালো tab, excellent Composer, multi-model। Copilot সস্তা (student-দের free) কিন্তু feature less integrated। Windsurf-এর Cascade impressive কিন্তু adoption ছোট।

৫টি real BD use case

Use case 1: Freelance project delivery (Rifat-এর মতো)

Upwork client-এর ৪-৬ সপ্তাহের project Cursor দিয়ে ৩-৪ সপ্তাহে। Composer-এ ফuture spec paste → multi-file implementation → manual review + edge case। মাসিক income ৪০-৬০% বাড়ে।

Use case 2: Startup MVP (3 দিনে launch)

BUET-এর CSE student Tausif একটা food delivery prototype বানালো — Next.js + Prisma + Stripe। Cursor Agent mode-এ "এই spec থেকে full stack MVP" — ৩ দিনে functional, demo-ready। Investor pitch successful।

Use case 3: Legacy code understanding

Dhaka-র agency-তে new joiner Nabila একটা ১৫,০০০-line legacy codebase inherit। @codebase chat-এ "এই auth module কীভাবে কাজ করে?" — Cursor diagram + explanation দেয়। Onboarding ২ সপ্তাহ → ৩ দিন।

Use case 4: Bug hunt (production critical)

একটা e-commerce site-এ payment failure মাঝে মাঝে। Cursor-এ stack trace + log paste → Cmd+K "explain root cause" → Redis lock timeout identify। ৩০ মিনিটে fix।

Use case 5: Test coverage push

Junior dev Salman ১৫% test coverage-এ stuck। Cursor Composer-এ "এই module-এর জন্য Jest test লিখো ৮৫% coverage সহ" — ১২০টা test case auto-generate। Coverage ১৫% → ৭৮% in one day।

Productivity tips — Cursor থেকে সর্বোচ্চ পেতে

কখন Cursor overkill — alternatives

উপসংহার — Cursor BD developer-দের জন্য worth $২০?

২০২৬ মে-তে honest answer: যদি আপনি professional developer (freelance, startup, agency), full-time coding করেন — Cursor $২০ আপনার মাসিক subscription-এ একটা no-brainer। মাসে ১০-২০ ঘণ্টা saved, যা ৳৩০-৫০K BDT-র সমান value।

Rifat এখন US client-দের জন্য Cursor + Claude Code combo চালান — Cursor IDE-তে daily coding, Claude Code terminal-এ long refactor। মাসিক tool খরচ $৪০, income $৪,০০০-৫,০০০। ROI ১০০x।

যদি student, hobbyist, occasional coder — Free tier দিয়েই start করুন। Pro upgrade তখনই, যখন free quota প্রতি সপ্তাহে শেষ হবে। BD context-এ এই discipline-ই বুদ্ধিমান।

References

[1] কিভাবে ব্যবহার করবেন এবং ডাউনলোড করবেন Cursor AI কোড এডিটর

সচরাচর জিজ্ঞাসা (FAQ)

Cursor AI কি বিনামূল্যে ব্যবহার করা যায়? +

হ্যাঁ, Cursor AI-এর Hobby প্ল্যান বিনামূল্যে পাওয়া যায় (সীমিত AI অনুরোধ সহ)। Pro প্ল্যান $20/মাসে আনলিমিটেড AI সম্পন্নতা দেয়।

Cursor AI কি VS Code-এর মতো? +

হ্যাঁ, Cursor AI VS Code-এর উপর তৈরি — একই ইন্টারফেস, একই এক্সটেনশন সাপোর্ট। পার্থক্য হলো Cursor-এ শক্তিশালী AI কোড জেনারেশন ও চ্যাট ইন্টারফেস যোগ আছে।

Cursor AI দিয়ে বাংলা ওয়েবসাইট বানানো যায়? +

হ্যাঁ, Cursor AI দিয়ে বাংলা কন্টেন্ট সহ যেকোনো ধরনের ওয়েবসাইট বানানো যায়। HTML/CSS/JavaScript, React, Next.js — সব প্রযুক্তিতে কাজ করে।

GitHub Copilot নাকি Cursor AI — কোনটি ভালো? +

GitHub Copilot শুধু কোড কম্পিটিশনে ফোকাস করে। Cursor AI-এ কোড কম্পিটিশন ছাড়াও পুরো প্রজেক্ট চ্যাট, ফাইল এডিট ও বাগ ফিক্সিং — সব এক জায়গায়।

সচরাচর জিজ্ঞাসা (FAQ)

Cursor AI বাংলা টিউটোরিয়াল: কোডিংয়ে বিপ্লব আনুন কোন কাজে সবচেয়ে ভালো?

Use case 1: Freelance project delivery (Rifat-এর মতো) Upwork client-এর ৪-৬ সপ্তাহের project Cursor দিয়ে ৩-৪ সপ্তাহে। Composer-এ ফuture spec paste → multi-file implementation → manual review + edge case। মাসিক income ৪০-৬০% বাড়ে। Use case 2: Startup MVP (3 দিনে launch) BUET-এর CSE student Tausif একটা food delivery prototype বানালো — Next.js + Prisma + Stripe। Cursor Agent mode-এ "এই spec থেকে full stack MVP" — ৩ দিনে functional, demo-ready। Investor pitch successful। Use case 3: Legacy code understanding Dhaka-র agency-তে new joiner Nabila একটা ১৫,০০০-line legacy codebase inherit। @codebase chat-এ "এই auth module কীভাবে কাজ করে?" — Cursor diagram + explanation দেয়। Onboarding ২ সপ্তাহ → ৩…

Cursor AI বাংলা টিউটোরিয়াল: কোডিংয়ে বিপ্লব আনুন-এর মূল features কী কী?

১. Tab autocomplete (Cursor Tab) Cursor-এর সবচেয়ে loved feature। Copilot-এর চেয়ে smarter — single line না, পুরো function suggest করে। Bangladesh-এর CSE student-দেরও tab use করেই workflow shift। // টাইপ করুন: function calculateOrderTotal( // Cursor suggest করবে: function calculateOrderTotal(items, taxRate = 0.15) { const subtotal = items.reduce((sum, item) => sum + item.price * item.quantity, 0); const tax = subtotal * taxRate; return { subtotal, tax, total: subtotal + tax }; } ২. Cmd+K (Mac) / Ctrl+K (Win) — inline edit Code select → shortcut → instruction। সবচেয়ে use-যোগ্য feature daily-তে। "Add try-catch with proper error message" "Convert this to TypeScript with strict types" "Add…

Cursor vs GitHub Copilot vs Windsurf — কোনটা বেছে নেব?

Aspect Cursor GitHub Copilot Windsurf Price (mo) $২০ $১০-১৯ $১৫ Multi-file edit Excellent (Composer) Good (Workspace) Excellent (Cascade) Agent mode Yes Yes (Agent) Yes (Cascade Flow) Model choice All major (Claude/GPT/Gemini) Limited (mostly OpenAI/Claude) All major Tab quality Excellent Good Excellent VS Code feel Fork (95% same) VS Code extension Fork BD adoption ৩২,০০০ ৪৫,০০০ (free student access) ৬,০০০ Honest verdict: BD developer-এর জন্য Cursor সবচেয়ে balanced — ভালো tab, excellent Composer, multi-model। Copilot সস্তা (student-দের free) কিন্তু feature less integrated। Windsurf-এর Cascade impressive কিন্তু adoption ছোট।

Cursor AI বাংলা টিউটোরিয়াল: কোডিংয়ে বিপ্লব আনুন কীভাবে install বা setup করব?

Download cursor.com → "Download" — OS auto-detect। ~১৬০MB installer। Windows: .exe run → install → restart not required Mac: .dmg → drag to Applications Linux: .AppImage বা .deb (Ubuntu/Debian) Initial setup Cursor launch → "Sign up with Google/GitHub" — fastest "Import settings from VS Code?" → Yes → all extensions/themes carry over Bottom-right gear icon → "AI" → Default model select (Sonnet 4.6 recommended) Privacy mode toggle (recommended for client work): "Settings → Privacy → Enable" BD-specific tip: VPN লাগে না। cursor.com সরাসরি accessible। Sign-up-এ phone verification নেই। GitHub OAuth সহজে কাজ করে।