{"id":126,"date":"2026-05-31T06:20:30","date_gmt":"2026-05-31T06:20:30","guid":{"rendered":"https:\/\/vikassrivastava.in\/academy\/?page_id=126"},"modified":"2026-06-03T07:44:18","modified_gmt":"2026-06-03T07:44:18","slug":"ai-tool-studio","status":"publish","type":"page","link":"https:\/\/vikassrivastava.in\/academy\/ai-tool-studio\/","title":{"rendered":"Depository of Free AI Tools"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"126\" class=\"elementor elementor-126\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce89b6c e-con e-atomic-element e-flexbox-base e-941d13f \" data-id=\"ce89b6c\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"ce89b6c\">\n    \t\t<div class=\"elementor-element elementor-element-765f59d elementor-widget elementor-widget-html\" data-id=\"765f59d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<title>AI Tools Directory<\/title>\r\n\r\n<style>\r\n* {\r\n  margin: 0;\r\n  padding: 0;\r\n  box-sizing: border-box;\r\n}\r\n\r\n:root {\r\n  --bg-main: #000000;\r\n  --bg-card: rgba(255,255,255,0.08);\r\n  --bg-tab: rgba(255,255,255,0.10);\r\n  --text-main: #ffffff;\r\n  --text-soft: #cfd3e6;\r\n  --border: rgba(255,255,255,0.16);\r\n  --button-bg: #ffffff;\r\n  --button-text: #111111;\r\n  --accent-1: #5b63ff;\r\n  --accent-2: #00d6c9;\r\n  --shadow: rgba(0,0,0,0.35);\r\n}\r\n\r\nbody.light-mode {\r\n  --bg-main: #f4f7fb;\r\n  --bg-card: #ffffff;\r\n  --bg-tab: #ffffff;\r\n  --text-main: #121426;\r\n  --text-soft: #555b73;\r\n  --border: rgba(0,0,0,0.10);\r\n  --button-bg: #121426;\r\n  --button-text: #ffffff;\r\n  --shadow: rgba(0,0,0,0.12);\r\n}\r\n\r\nhtml, body {\r\n  background: var(--bg-main) !important;\r\n}\r\n\r\nbody {\r\n  font-family: Arial, Helvetica, sans-serif;\r\n  background: var(--bg-main) !important;\r\n  color: var(--text-main);\r\n  transition: 0.3s ease;\r\n}\r\n\r\n.ai-directory-wrapper {\r\n  width: 100%;\r\n  min-height: 100vh;\r\n  padding: 35px 18px;\r\n  background:\r\n    radial-gradient(circle at top left, rgba(91, 99, 255, 0.22), transparent 35%),\r\n    radial-gradient(circle at bottom right, rgba(0, 214, 201, 0.18), transparent 35%),\r\n    var(--bg-main) !important;\r\n}\r\n\r\n.ai-directory-container {\r\n  max-width: 1280px;\r\n  margin: auto;\r\n}\r\n\r\n.top-bar {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: center;\r\n  margin-bottom: 18px;\r\n  gap: 15px;\r\n}\r\n\r\n.theme-toggle {\r\n  border: 1px solid var(--border);\r\n  background: var(--bg-card);\r\n  color: var(--text-main);\r\n  padding: 10px 18px;\r\n  border-radius: 50px;\r\n  cursor: pointer;\r\n  font-weight: bold;\r\n  font-size: 15px;\r\n  transition: 0.25s ease;\r\n}\r\n\r\n.theme-toggle:hover {\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 10px 25px var(--shadow);\r\n}\r\n\r\n.profile-photo {\r\n  width: 82px;\r\n  height: 82px;\r\n  border-radius: 50%;\r\n  overflow: hidden;\r\n  border: 4px solid rgba(255,255,255,0.75);\r\n  box-shadow: 0 12px 30px var(--shadow);\r\n  background: #ffffff;\r\n  flex-shrink: 0;\r\n}\r\n\r\n.profile-photo img {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n}\r\n\r\n.ai-header {\r\n  text-align: center;\r\n  margin-bottom: 25px;\r\n}\r\n\r\n.ai-header h1 {\r\n  font-size: clamp(44px, 8vw, 88px);\r\n  line-height: 1.05;\r\n  margin-bottom: 16px;\r\n  font-weight: 900;\r\n  letter-spacing: -1.5px;\r\n  background: linear-gradient(90deg, #ffffff, #8ee9ff, #ffc56e);\r\n  -webkit-background-clip: text;\r\n  -webkit-text-fill-color: transparent;\r\n}\r\n\r\nbody.light-mode .ai-header h1 {\r\n  background: linear-gradient(90deg, #111827, #2563eb, #0f766e);\r\n  -webkit-background-clip: text;\r\n  -webkit-text-fill-color: transparent;\r\n}\r\n\r\n.ai-header p {\r\n  color: var(--text-soft);\r\n  font-size: 17px;\r\n  max-width: 900px;\r\n  margin: auto;\r\n  line-height: 1.6;\r\n}\r\n\r\n.search-box {\r\n  max-width: 760px;\r\n  margin: 26px auto;\r\n}\r\n\r\n.search-box input {\r\n  width: 100%;\r\n  padding: 18px 24px;\r\n  border-radius: 50px;\r\n  border: 1px solid var(--border);\r\n  background: var(--bg-card);\r\n  color: var(--text-main);\r\n  font-size: 17px;\r\n  outline: none;\r\n}\r\n\r\n.search-box input::placeholder {\r\n  color: var(--text-soft);\r\n}\r\n\r\n.category-tabs {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  justify-content: center;\r\n  gap: 12px;\r\n  margin: 25px 0 32px;\r\n}\r\n\r\n.tab-btn {\r\n  border: 1px solid var(--border);\r\n  background: var(--bg-tab);\r\n  color: var(--text-main);\r\n  padding: 11px 18px;\r\n  border-radius: 50px;\r\n  font-size: 15px;\r\n  cursor: pointer;\r\n  transition: 0.25s ease;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 8px;\r\n}\r\n\r\n.tab-btn span {\r\n  background: var(--button-bg);\r\n  color: var(--button-text);\r\n  padding: 3px 8px;\r\n  border-radius: 20px;\r\n  font-size: 12px;\r\n  font-weight: bold;\r\n}\r\n\r\n.tab-btn:hover,\r\n.tab-btn.active {\r\n  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));\r\n  color: #ffffff;\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 10px 24px var(--shadow);\r\n}\r\n\r\n.tab-btn:hover span,\r\n.tab-btn.active span {\r\n  background: #ffffff;\r\n  color: #111111;\r\n}\r\n\r\n.section-title {\r\n  text-align: center;\r\n  margin-bottom: 22px;\r\n}\r\n\r\n.section-title h2 {\r\n  font-size: 30px;\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.section-title p {\r\n  color: var(--text-soft);\r\n}\r\n\r\n.tools-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(4, 1fr);\r\n  gap: 20px;\r\n}\r\n\r\n.tool-card {\r\n  background: var(--bg-card);\r\n  border: 1px solid var(--border);\r\n  border-radius: 24px;\r\n  overflow: hidden;\r\n  transition: 0.28s ease;\r\n  box-shadow: 0 12px 35px var(--shadow);\r\n  cursor: pointer;\r\n}\r\n\r\n.tool-card:hover {\r\n  transform: translateY(-8px);\r\n}\r\n\r\n.preview-box {\r\n  width: 100%;\r\n  height: 145px;\r\n  background: #e5e7eb;\r\n  overflow: hidden;\r\n  border-bottom: 1px solid var(--border);\r\n  position: relative;\r\n}\r\n\r\n.preview-box img {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n  transition: 0.35s ease;\r\n}\r\n\r\n.tool-card:hover .preview-box img {\r\n  transform: scale(1.07);\r\n}\r\n\r\n.preview-label {\r\n  position: absolute;\r\n  top: 10px;\r\n  left: 10px;\r\n  background: rgba(0,0,0,0.68);\r\n  color: #ffffff;\r\n  padding: 5px 10px;\r\n  border-radius: 50px;\r\n  font-size: 12px;\r\n  font-weight: bold;\r\n}\r\n\r\n.preview-tool-name {\r\n  position: absolute;\r\n  left: 10px;\r\n  right: 10px;\r\n  bottom: 10px;\r\n  background: rgba(0,0,0,0.78);\r\n  color: #ffffff;\r\n  padding: 8px 12px;\r\n  border-radius: 14px;\r\n  font-size: 16px;\r\n  font-weight: 900;\r\n  line-height: 1.2;\r\n  text-align: center;\r\n  box-shadow: 0 8px 20px rgba(0,0,0,0.25);\r\n}\r\n\r\n.tool-content {\r\n  padding: 18px;\r\n}\r\n\r\n.tool-top-row {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: center;\r\n  gap: 10px;\r\n  margin-bottom: 12px;\r\n}\r\n\r\n.tool-icon {\r\n  width: 46px;\r\n  height: 46px;\r\n  border-radius: 15px;\r\n  background: linear-gradient(135deg, #ffffff, #dfe7ff);\r\n  color: #111111;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  font-size: 23px;\r\n  flex-shrink: 0;\r\n}\r\n\r\n.status-badge {\r\n  padding: 6px 10px;\r\n  border-radius: 50px;\r\n  font-size: 12px;\r\n  font-weight: bold;\r\n  white-space: nowrap;\r\n}\r\n\r\n.status-free {\r\n  background: #d1fae5;\r\n  color: #065f46;\r\n}\r\n\r\n.status-freemium {\r\n  background: #dbeafe;\r\n  color: #1e40af;\r\n}\r\n\r\n.status-trial {\r\n  background: #fef3c7;\r\n  color: #92400e;\r\n}\r\n\r\n.category-badge {\r\n  display: inline-block;\r\n  margin-bottom: 10px;\r\n  padding: 5px 10px;\r\n  border-radius: 50px;\r\n  background: rgba(255,255,255,0.12);\r\n  color: var(--text-soft);\r\n  font-size: 12px;\r\n  font-weight: bold;\r\n}\r\n\r\nbody.light-mode .category-badge {\r\n  background: #eef2ff;\r\n  color: #3730a3;\r\n}\r\n\r\n.tool-card h3 {\r\n  font-size: 19px;\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.tool-card h3.tool-name {\r\n  display: block;\r\n  color: var(--text-main);\r\n  font-size: 21px;\r\n  font-weight: 900;\r\n  line-height: 1.25;\r\n  margin: 4px 0 10px;\r\n  letter-spacing: 0.2px;\r\n  -webkit-text-fill-color: currentColor;\r\n}\r\n\r\nbody.light-mode .tool-card h3.tool-name {\r\n  color: #111827;\r\n}\r\n\r\n.tool-card p {\r\n  color: var(--text-soft);\r\n  font-size: 14px;\r\n  line-height: 1.55;\r\n  margin-bottom: 14px;\r\n}\r\n\r\n.tool-meta {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: center;\r\n  gap: 10px;\r\n  margin-bottom: 15px;\r\n  color: var(--text-soft);\r\n  font-size: 13px;\r\n}\r\n\r\n.open-btn {\r\n  display: inline-block;\r\n  text-decoration: none;\r\n  background: var(--button-bg);\r\n  color: var(--button-text);\r\n  padding: 10px 15px;\r\n  border-radius: 50px;\r\n  font-weight: bold;\r\n  font-size: 14px;\r\n  transition: 0.25s ease;\r\n}\r\n\r\n.open-btn:hover {\r\n  background: #ffc56e;\r\n  color: #111111;\r\n}\r\n\r\n.no-result {\r\n  display: none;\r\n  text-align: center;\r\n  color: #ffbf69;\r\n  font-size: 18px;\r\n  margin-top: 28px;\r\n}\r\n\r\n@media (max-width: 1100px) {\r\n  .tools-grid {\r\n    grid-template-columns: repeat(3, 1fr);\r\n  }\r\n}\r\n\r\n@media (max-width: 780px) {\r\n  .tools-grid {\r\n    grid-template-columns: repeat(2, 1fr);\r\n  }\r\n\r\n  .ai-directory-wrapper {\r\n    padding: 28px 14px;\r\n  }\r\n\r\n  .tab-btn {\r\n    font-size: 14px;\r\n    padding: 10px 14px;\r\n  }\r\n\r\n  .preview-box {\r\n    height: 130px;\r\n  }\r\n\r\n  .profile-photo {\r\n    width: 70px;\r\n    height: 70px;\r\n  }\r\n}\r\n\r\n@media (max-width: 540px) {\r\n  .tools-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n\r\n  .ai-header h1 {\r\n    font-size: 42px;\r\n  }\r\n\r\n  .preview-box {\r\n    height: 160px;\r\n  }\r\n\r\n  .profile-photo {\r\n    width: 62px;\r\n    height: 62px;\r\n  }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"ai-directory-wrapper\">\r\n  <div class=\"ai-directory-container\">\r\n\r\n    <div class=\"top-bar\">\r\n      <button class=\"theme-toggle\" onclick=\"toggleTheme()\" id=\"themeToggle\">\ud83c\udf19 Dark Mode<\/button>\r\n\r\n      <div class=\"profile-photo\">\r\n        <img decoding=\"async\" src=\"https:\/\/vikassrivastava.in\/academy\/wp-content\/uploads\/2026\/05\/a_photo_vikas7.png\" alt=\"Vikas Srivastava\">\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"ai-header\">\r\n      <h1>Smart AI Tools Studio<\/h1>\r\n      <p>Search by selecting a category or type your requirement, like image generation, video editing, resume, research, coding, PDF, automation, presentation, or meeting notes.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"search-box\">\r\n      <input type=\"text\" id=\"searchInput\" placeholder=\"Search AI tools or type your requirement...\" onkeyup=\"searchTools()\">\r\n    <\/div>\r\n\r\n    <div class=\"category-tabs\" id=\"categoryTabs\"><\/div>\r\n\r\n    <div class=\"section-title\">\r\n      <h2 id=\"currentCategoryTitle\">Tools<\/h2>\r\n      <p id=\"currentCategorySubTitle\">Showing 20 popular tools sorted by user count<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"tools-grid\" id=\"toolsGrid\"><\/div>\r\n\r\n    <div class=\"no-result\" id=\"noResult\">No matching tools found. Please try another keyword.<\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\nconst rawData = {\r\n\"Tools\": [\r\n\"ChatGPT|https:\/\/chatgpt.com\/|Freemium|180000000|\ud83d\udcac|AI assistant for writing coding research analysis chatbot productivity content generation office work.\",\r\n\"Google Gemini|https:\/\/gemini.google.com\/|Freemium|120000000|\u2728|Google AI assistant for writing research image analysis search productivity coding and study.\",\r\n\"Microsoft Copilot|https:\/\/copilot.microsoft.com\/|Freemium|100000000|\ud83e\ude9f|AI assistant for Microsoft 365 Excel Word PowerPoint email office work and productivity.\",\r\n\"Canva AI|https:\/\/www.canva.com\/|Freemium|90000000|\ud83c\udfa8|Create images graphics presentations social media posters videos thumbnails and designs with AI.\",\r\n\"Grammarly|https:\/\/www.grammarly.com\/|Freemium|70000000|\u270d\ufe0f|AI writing assistant for grammar email content editing tone correction and clarity.\",\r\n\"Perplexity|https:\/\/www.perplexity.ai\/|Freemium|50000000|\ud83d\udd0e|AI search engine for research deep research study answers citation and web search.\",\r\n\"Claude|https:\/\/claude.ai\/|Freemium|40000000|\ud83e\udde0|AI assistant for documents long writing research analysis coding and business tasks.\",\r\n\"QuillBot|https:\/\/quillbot.com\/|Freemium|35000000|\ud83d\udcdd|Paraphrasing grammar rewriting summarizing writing improvement and content editing tool.\",\r\n\"Notion AI|https:\/\/www.notion.so\/product\/ai|Free Trial|30000000|\ud83d\udcd2|AI writing note taking task management knowledge base and productivity assistant.\",\r\n\"DeepL|https:\/\/www.deepl.com\/|Freemium|25000000|\ud83c\udf0d|AI translation writing improvement grammar and language tool.\",\r\n\"NotebookLM|https:\/\/notebooklm.google.com\/|100% Free|20000000|\ud83d\udcd8|AI research study assistant for PDFs notes documents websites YouTube summarization and Q&A.\",\r\n\"Gamma|https:\/\/gamma.app\/|Freemium|18000000|\ud83d\udcca|Create AI presentations documents webpages pitch decks and landing pages quickly.\",\r\n\"Poe|https:\/\/poe.com\/|Freemium|16000000|\ud83e\udd16|Access multiple AI chatbots AI models writing coding and research tools.\",\r\n\"ElevenLabs|https:\/\/elevenlabs.io\/|Freemium|15000000|\ud83c\udf99\ufe0f|AI voice generation text to speech dubbing audio narration and voice cloning.\",\r\n\"Runway|https:\/\/runwayml.com\/|Freemium|14000000|\ud83c\udfac|AI video generation video editing background removal image to video and creative editing.\",\r\n\"Midjourney|https:\/\/www.midjourney.com\/|Free Trial|13000000|\ud83d\uddbc\ufe0f|AI image generation art design concept art posters illustrations and creative visuals.\",\r\n\"Leonardo AI|https:\/\/leonardo.ai\/|Freemium|12000000|\ud83c\udfad|AI image generation game assets design art graphics and creative visuals.\",\r\n\"Zapier AI|https:\/\/zapier.com\/ai|Freemium|10000000|\u2699\ufe0f|Automate workflows connect apps email CRM forms and business process automation.\",\r\n\"Beautiful.ai|https:\/\/www.beautiful.ai\/|Free Trial|8000000|\ud83d\udcc8|Create professional AI presentations slides pitch decks and business reports.\",\r\n\"Copy.ai|https:\/\/www.copy.ai\/|Freemium|7000000|\ud83d\udce2|AI writing tool for marketing content social media email sales and business copy.\"\r\n],\r\n\r\n\"Mini tools\": [\r\n\"TinyWow|https:\/\/tinywow.com\/|100% Free|30000000|\ud83e\uddf0|Free mini tools for PDF image writing file conversion editing and online productivity.\",\r\n\"Remove.bg|https:\/\/www.remove.bg\/|Freemium|28000000|\ud83d\uddbc\ufe0f|Remove image background automatically for photos graphics design and ecommerce.\",\r\n\"PDF24 Tools|https:\/\/tools.pdf24.org\/|100% Free|26000000|\ud83d\udcc4|Free PDF tools merge split compress convert edit OCR and document utility.\",\r\n\"ILovePDF|https:\/\/www.ilovepdf.com\/|Freemium|25000000|\ud83d\udcd1|PDF merge split compress convert edit sign and document management tools.\",\r\n\"Smallpdf|https:\/\/smallpdf.com\/|Freemium|22000000|\ud83d\udcd5|PDF compression conversion editing eSign OCR and office document tools.\",\r\n\"Cleanup Pictures|https:\/\/cleanup.pictures\/|Freemium|15000000|\ud83e\uddfd|Remove unwanted objects people text and background from images using AI.\",\r\n\"Magic Eraser|https:\/\/www.magiceraser.io\/|Freemium|12000000|\ud83e\ude84|Erase objects clean photos edit images and remove background using AI.\",\r\n\"OCR Space|https:\/\/ocr.space\/|Freemium|9000000|\ud83d\udd24|Extract text from images scanned documents and PDF using OCR.\",\r\n\"WatermarkRemover|https:\/\/www.watermarkremover.io\/|Freemium|8500000|\ud83d\udca7|Remove watermarks from photos graphics and images using AI.\",\r\n\"ImgUpscaler|https:\/\/imgupscaler.com\/|Freemium|8000000|\ud83d\udd0d|Upscale enhance sharpen and improve image quality with AI.\",\r\n\"Photopea|https:\/\/www.photopea.com\/|100% Free|7500000|\ud83c\udfa8|Free online image editor photo editing design graphics and PSD editing.\",\r\n\"Compress JPEG|https:\/\/compressjpeg.com\/|100% Free|7000000|\ud83d\udddc\ufe0f|Compress JPEG PNG images and reduce file size online.\",\r\n\"Online Convert|https:\/\/www.online-convert.com\/|Freemium|6500000|\ud83d\udd01|Convert documents images audio videos ebooks and files online.\",\r\n\"Convertio|https:\/\/convertio.co\/|Freemium|6000000|\ud83d\udd04|Online file converter for images documents videos audio and PDF.\",\r\n\"EZGIF|https:\/\/ezgif.com\/|100% Free|5500000|\ud83c\udf9e\ufe0f|Create edit convert compress GIF video and image files.\",\r\n\"Squoosh|https:\/\/squoosh.app\/|100% Free|5000000|\ud83d\uddbc\ufe0f|Compress resize and optimize images directly in browser.\",\r\n\"Character Counter|https:\/\/charactercounter.com\/|100% Free|4500000|\ud83d\udd22|Count characters words sentences paragraphs and text length.\",\r\n\"WordCounter|https:\/\/wordcounter.net\/|100% Free|4200000|\ud83e\uddee|Online word counter character counter writing and text analysis.\",\r\n\"Diffchecker|https:\/\/www.diffchecker.com\/|Freemium|4000000|\ud83d\udd0e|Compare text images PDFs files code and document differences.\",\r\n\"QR Code Monkey|https:\/\/www.qrcode-monkey.com\/|100% Free|3500000|\ud83d\udd33|Create custom QR codes for links business and marketing.\"\r\n],\r\n\r\n\"Indian AI\": [\r\n\"Sarvam AI|https:\/\/www.sarvam.ai\/|Freemium|5000000|\ud83c\uddee\ud83c\uddf3|Indian language AI speech translation voice and multilingual AI models.\",\r\n\"Krutrim|https:\/\/www.olakrutrim.com\/|Freemium|4500000|\ud83d\ude80|Indian AI assistant language model chatbot and productivity platform.\",\r\n\"Hanooman|https:\/\/www.hanooman.ai\/|Freemium|3000000|\ud83d\udde3\ufe0f|Multilingual Indian AI assistant for Indian languages and productivity.\",\r\n\"Yellow.ai|https:\/\/yellow.ai\/|Free Trial|2500000|\ud83d\udcbc|Conversational AI chatbot customer support automation and business assistant.\",\r\n\"CoRover|https:\/\/corover.ai\/|Free Trial|2000000|\ud83e\udd1d|Conversational AI chatbot virtual assistant customer support and automation.\",\r\n\"Gnani.ai|https:\/\/www.gnani.ai\/|Free Trial|1500000|\ud83c\udf99\ufe0f|Voice AI speech automation call center support and language technology.\",\r\n\"Niki.ai|https:\/\/niki.ai\/|Freemium|1200000|\ud83d\uded2|Conversational commerce AI assistant payments booking and shopping.\",\r\n\"KissanAI|https:\/\/kissan.ai\/|100% Free|1000000|\ud83c\udf3e|AI assistant for agriculture farming crop guidance and farmer support.\",\r\n\"BharatGPT|https:\/\/bharatgpt.co.in\/|Freemium|900000|\ud83d\udce2|Indian language AI chatbot enterprise assistant and multilingual AI.\",\r\n\"AskDISHA|https:\/\/www.irctc.co.in\/|100% Free|800000|\ud83d\ude86|AI chatbot assistant for railway booking support and passenger queries.\",\r\n\"Reverie Language Tech|https:\/\/reverieinc.com\/|Free Trial|700000|\ud83d\udd24|Indian language localization translation text speech and language AI.\",\r\n\"Skit AI|https:\/\/skit.ai\/|Free Trial|650000|\ud83d\udcde|Voice AI platform call automation customer support and contact center.\",\r\n\"Wysa|https:\/\/www.wysa.com\/|Freemium|600000|\ud83d\udc99|AI mental wellness chatbot self care stress anxiety and wellbeing support.\",\r\n\"Mad Street Den|https:\/\/www.madstreetden.com\/|Free Trial|550000|\ud83d\udecd\ufe0f|AI retail fashion visual intelligence ecommerce and product discovery.\",\r\n\"Qure.ai|https:\/\/qure.ai\/|Free Trial|500000|\ud83c\udfe5|AI healthcare medical imaging diagnostics radiology and clinical support.\",\r\n\"SigTuple|https:\/\/sigtuple.com\/|Free Trial|450000|\ud83e\uddea|AI healthcare diagnostics medical analysis and pathology automation.\",\r\n\"Uniphore|https:\/\/www.uniphore.com\/|Free Trial|400000|\ud83c\udfa7|Enterprise conversational AI customer service analytics and automation.\",\r\n\"Observe.AI|https:\/\/www.observe.ai\/|Free Trial|350000|\ud83d\udcde|AI contact center intelligence call analysis and customer support.\",\r\n\"Fractal AI|https:\/\/fractal.ai\/|Free Trial|300000|\ud83d\udcca|Enterprise AI data analytics decision intelligence and business automation.\",\r\n\"Staqu|https:\/\/www.staqu.com\/|Free Trial|250000|\ud83d\udc41\ufe0f|AI video analytics security surveillance and computer vision.\"\r\n],\r\n\r\n\"Companies\": [\r\n\"OpenAI|https:\/\/openai.com\/|Freemium|180000000|\ud83c\udfe2|AI company for chatbot models image generation voice coding and productivity.\",\r\n\"Google DeepMind|https:\/\/deepmind.google\/|Freemium|120000000|\ud83c\udf10|Advanced AI research models science reasoning robotics and intelligence.\",\r\n\"Microsoft AI|https:\/\/www.microsoft.com\/en-us\/ai|Freemium|100000000|\ud83e\ude9f|AI Copilot productivity office automation coding search and business tools.\",\r\n\"Meta AI|https:\/\/ai.meta.com\/|100% Free|90000000|\ud83d\udcf1|AI research open models image generation chatbot and social AI.\",\r\n\"Anthropic|https:\/\/www.anthropic.com\/|Freemium|40000000|\ud83e\udde0|AI company behind Claude for writing reasoning coding and analysis.\",\r\n\"Hugging Face|https:\/\/huggingface.co\/|Freemium|35000000|\ud83e\udd17|AI models datasets apps NLP image audio and machine learning community.\",\r\n\"Stability AI|https:\/\/stability.ai\/|Freemium|30000000|\ud83c\udfa8|AI image generation creative models art design and media.\",\r\n\"Mistral AI|https:\/\/mistral.ai\/|Freemium|25000000|\u26a1|Open and commercial AI models coding reasoning and chatbot applications.\",\r\n\"Runway|https:\/\/runwayml.com\/|Freemium|20000000|\ud83c\udfac|AI video generation editing creative tools and image to video.\",\r\n\"Cohere|https:\/\/cohere.com\/|Free Trial|18000000|\ud83d\udd17|Enterprise AI search generation chatbot language models and automation.\",\r\n\"Perplexity AI|https:\/\/www.perplexity.ai\/|Freemium|15000000|\ud83d\udd0e|AI answer engine search research and citation based answers.\",\r\n\"Character.AI|https:\/\/character.ai\/|Freemium|14000000|\ud83d\udcac|AI character chatbot conversation roleplay and entertainment assistant.\",\r\n\"Jasper|https:\/\/www.jasper.ai\/|Free Trial|12000000|\ud83d\udce2|AI marketing content brand writing and campaign creation platform.\",\r\n\"Midjourney|https:\/\/www.midjourney.com\/|Free Trial|10000000|\ud83d\uddbc\ufe0f|AI image generation art illustration concept design and creative visuals.\",\r\n\"ElevenLabs|https:\/\/elevenlabs.io\/|Freemium|9000000|\ud83c\udf99\ufe0f|AI voice generation dubbing narration speech and audio tools.\",\r\n\"Scale AI|https:\/\/scale.com\/|Free Trial|8000000|\ud83d\udcca|AI data model evaluation labeling and enterprise machine learning.\",\r\n\"DataRobot|https:\/\/www.datarobot.com\/|Free Trial|7000000|\ud83e\udd16|Enterprise AI machine learning analytics prediction and automation.\",\r\n\"Databricks|https:\/\/www.databricks.com\/|Free Trial|6500000|\ud83d\udcc8|Data AI analytics machine learning and enterprise intelligence platform.\",\r\n\"Snowflake AI|https:\/\/www.snowflake.com\/en\/data-cloud\/cortex\/|Free Trial|6000000|\u2744\ufe0f|Enterprise data cloud AI analytics and business intelligence.\",\r\n\"Adobe Firefly|https:\/\/www.adobe.com\/products\/firefly.html|Freemium|5500000|\ud83d\udd25|Creative AI image generation design graphics and Adobe tools.\"\r\n],\r\n\r\n\"Tasks\": [\r\n\"Notion AI|https:\/\/www.notion.so\/product\/ai|Free Trial|30000000|\ud83d\udcdd|Write summarize notes documents tasks projects knowledge base and productivity.\",\r\n\"ClickUp AI|https:\/\/clickup.com\/ai|Free Trial|25000000|\ud83d\udccc|AI productivity task management project management documents and workflows.\",\r\n\"Grammarly|https:\/\/www.grammarly.com\/|Freemium|22000000|\u270d\ufe0f|Writing grammar email tone editing content and communication assistant.\",\r\n\"Otter AI|https:\/\/otter.ai\/|Freemium|18000000|\ud83c\udf99\ufe0f|Meeting transcription notes summaries audio recording and team collaboration.\",\r\n\"Fireflies|https:\/\/fireflies.ai\/|Freemium|16000000|\ud83d\udd25|Meeting recorder transcription summary action items and call notes.\",\r\n\"Taskade|https:\/\/www.taskade.com\/|Freemium|15000000|\u2705|AI task management planning mind map project work and team collaboration.\",\r\n\"Motion|https:\/\/www.usemotion.com\/|Free Trial|12000000|\ud83d\udcc5|AI calendar scheduling task planning productivity and time management.\",\r\n\"Reclaim AI|https:\/\/reclaim.ai\/|Freemium|10000000|\u23f0|AI scheduling calendar time blocking routines tasks and meetings.\",\r\n\"Zapier AI|https:\/\/zapier.com\/ai|Freemium|9500000|\u2699\ufe0f|Workflow automation app integration email CRM forms and business tasks.\",\r\n\"Beautiful.ai|https:\/\/www.beautiful.ai\/|Free Trial|9000000|\ud83d\udcca|AI presentation maker slides pitch deck business report and visual design.\",\r\n\"Tome|https:\/\/tome.app\/|Freemium|8500000|\ud83d\udcd1|AI presentation storytelling documents pitch deck and visual content.\",\r\n\"Gamma|https:\/\/gamma.app\/|Freemium|8000000|\ud83d\ude80|AI presentations documents landing pages webpages and business content.\",\r\n\"SaneBox|https:\/\/www.sanebox.com\/|Free Trial|7500000|\ud83d\udce9|AI email filtering inbox organization email productivity and cleaning.\",\r\n\"Mem|https:\/\/get.mem.ai\/|Free Trial|7000000|\ud83e\udde0|AI note taking knowledge management memory and personal productivity.\",\r\n\"Todoist AI|https:\/\/todoist.com\/|Freemium|6500000|\ud83d\udccb|Task manager planning reminders productivity and smart task organization.\",\r\n\"Asana Intelligence|https:\/\/asana.com\/product\/ai|Free Trial|6000000|\ud83d\uddc2\ufe0f|AI project management tasks team workflow and status updates.\",\r\n\"Monday AI|https:\/\/monday.com\/ai|Free Trial|5500000|\ud83d\udcc6|AI workflow project management CRM automation and team productivity.\",\r\n\"Fathom|https:\/\/fathom.video\/|Freemium|5000000|\ud83c\udfa5|AI meeting notes call summaries transcription and video meetings.\",\r\n\"Clockwise|https:\/\/www.getclockwise.com\/|Freemium|4500000|\ud83d\udd52|AI calendar optimization meeting scheduling focus time and productivity.\",\r\n\"Superhuman AI|https:\/\/superhuman.com\/|Free Trial|4000000|\u26a1|AI email productivity inbox management writing and fast communication.\"\r\n],\r\n\r\n\"Jobs\": [\r\n\"LinkedIn|https:\/\/www.linkedin.com\/|Freemium|150000000|\ud83d\udcbc|Professional networking job search career branding hiring and resume profile.\",\r\n\"Indeed|https:\/\/www.indeed.com\/|100% Free|120000000|\ud83d\udd0e|Job search career openings hiring resume and employment opportunities.\",\r\n\"Resume.io|https:\/\/resume.io\/|Freemium|30000000|\ud83d\udcc4|Resume builder cover letter CV job application and career documents.\",\r\n\"Canva Resume Builder|https:\/\/www.canva.com\/resumes\/|Freemium|25000000|\ud83c\udfa8|Design resume CV portfolio job document and career templates.\",\r\n\"Kickresume|https:\/\/www.kickresume.com\/|Freemium|20000000|\ud83d\ude80|AI resume builder cover letter website career documents and job application.\",\r\n\"Jobscan|https:\/\/www.jobscan.co\/|Freemium|18000000|\ud83c\udfaf|ATS resume optimization job description matching and keyword analysis.\",\r\n\"Rezi|https:\/\/www.rezi.ai\/|Freemium|16000000|\ud83e\uddfe|ATS friendly AI resume builder CV cover letter and job application.\",\r\n\"Teal|https:\/\/www.tealhq.com\/|Freemium|14000000|\ud83d\udccc|Job tracker resume builder career planning and application management.\",\r\n\"Enhancv|https:\/\/enhancv.com\/|Freemium|12000000|\ud83d\udcbc|Resume CV builder modern templates cover letter and career documents.\",\r\n\"Huntr|https:\/\/huntr.co\/|Freemium|10000000|\ud83d\uddc2\ufe0f|Job application tracker resume career workflow and job search management.\",\r\n\"WonsultingAI|https:\/\/www.wonsulting.ai\/|Freemium|9000000|\ud83d\udc54|AI career tools resume LinkedIn cover letter and job search support.\",\r\n\"CoverDoc AI|https:\/\/coverdoc.ai\/|Freemium|8000000|\u2709\ufe0f|Generate cover letter job application email resume support and career content.\",\r\n\"Interview Warmup|https:\/\/grow.google\/certificates\/interview-warmup\/|100% Free|7500000|\ud83c\udfa4|Practice interview questions answers job interview and career preparation.\",\r\n\"Pramp|https:\/\/www.pramp.com\/|100% Free|7000000|\ud83e\udd1d|Mock interview coding interview practice peer interview preparation.\",\r\n\"Big Interview|https:\/\/biginterview.com\/|Free Trial|6500000|\ud83c\udf99\ufe0f|Interview training practice answers career coaching and job preparation.\",\r\n\"ResumAI|https:\/\/www.wonsulting.ai\/resumai|Freemium|6000000|\ud83d\udcc3|AI resume bullet points resume writing and career document generator.\",\r\n\"Careerflow AI|https:\/\/www.careerflow.ai\/|Freemium|5500000|\ud83c\udf0a|Job search LinkedIn optimization resume review and career tools.\",\r\n\"Hiration|https:\/\/www.hiration.com\/|Freemium|5000000|\ud83e\uddd1\u200d\ud83d\udcbb|AI resume CV builder cover letter and career support.\",\r\n\"Skillroads|https:\/\/skillroads.com\/|Freemium|4500000|\ud83d\udee3\ufe0f|AI resume builder career service cover letter and job application.\",\r\n\"Loopcv|https:\/\/www.loopcv.pro\/|Freemium|4000000|\ud83d\udd01|Automate job search job applications resume and career workflow.\"\r\n],\r\n\r\n\"Events\": [\r\n\"Eventbrite|https:\/\/www.eventbrite.com\/|Freemium|50000000|\ud83d\udcc5|Create discover manage events webinars workshops and online programs.\",\r\n\"Meetup|https:\/\/www.meetup.com\/|Freemium|35000000|\ud83e\udd1d|Find communities networking professional events meetups and learning sessions.\",\r\n\"Zoom Events|https:\/\/events.zoom.us\/|Free Trial|30000000|\ud83c\udfa5|Host webinars virtual events meetings conferences and online training.\",\r\n\"Microsoft Teams Events|https:\/\/www.microsoft.com\/en-us\/microsoft-teams\/webinars|Free Trial|25000000|\ud83e\ude9f|Webinars meetings online events training and business sessions.\",\r\n\"Google Meet|https:\/\/meet.google.com\/|Freemium|22000000|\ud83c\udf10|Online meetings webinars classes video calls and virtual sessions.\",\r\n\"Luma|https:\/\/lu.ma\/|Freemium|20000000|\ud83c\udf9f\ufe0f|Host events communities webinars workshops and online sessions.\",\r\n\"Airmeet|https:\/\/www.airmeet.com\/|Free Trial|15000000|\ud83c\udf99\ufe0f|Virtual events webinars summits networking and hybrid events.\",\r\n\"Hopin|https:\/\/hopin.com\/|Free Trial|12000000|\ud83c\udf0d|Virtual conferences online events webinars and community sessions.\",\r\n\"Livestorm|https:\/\/livestorm.co\/|Freemium|10000000|\ud83d\udce2|Webinar platform video engagement online events and product demos.\",\r\n\"Webex Events|https:\/\/www.webex.com\/events.html|Free Trial|9500000|\ud83d\udcbb|Events webinars conferences online meetings and virtual training.\",\r\n\"Goldcast|https:\/\/www.goldcast.io\/|Free Trial|8500000|\ud83c\udfc6|B2B webinar event marketing and virtual event platform.\",\r\n\"Splash|https:\/\/splashthat.com\/|Free Trial|8000000|\u2728|Event marketing branded events registration and campaign management.\",\r\n\"Whova|https:\/\/whova.com\/|Free Trial|7500000|\ud83d\udcf1|Event management conference app agenda networking and attendee engagement.\",\r\n\"Hubilo|https:\/\/www.hubilo.com\/|Free Trial|7000000|\ud83d\udce1|Virtual hybrid events webinars community and engagement platform.\",\r\n\"Bizzabo|https:\/\/www.bizzabo.com\/|Free Trial|6500000|\ud83c\udfab|Event management marketing conference and registration platform.\",\r\n\"Accelevents|https:\/\/www.accelevents.com\/|Free Trial|6000000|\u26a1|Virtual hybrid in person event management and ticketing platform.\",\r\n\"Demio|https:\/\/www.demio.com\/|Free Trial|5500000|\ud83d\udce3|Webinar platform marketing events product demos and online sessions.\",\r\n\"BigMarker|https:\/\/www.bigmarker.com\/|Free Trial|5000000|\ud83c\udfa4|Webinar virtual event video conferencing and online summit platform.\",\r\n\"Run The World|https:\/\/www.runtheworld.today\/|Freemium|4500000|\ud83c\udf0e|Online event community webinars networking and virtual sessions.\",\r\n\"Remo|https:\/\/remo.co\/|Free Trial|4000000|\ud83e\uddd1\u200d\ud83e\udd1d\u200d\ud83e\uddd1|Virtual networking event platform webinars and online community events.\"\r\n],\r\n\r\n\"Papers\": [\r\n\"Google Scholar|https:\/\/scholar.google.com\/|100% Free|100000000|\ud83c\udf93|Search academic papers research articles citations authors and literature.\",\r\n\"ResearchGate|https:\/\/www.researchgate.net\/|Freemium|80000000|\ud83d\udd2c|Research network academic papers authors researchers and publications.\",\r\n\"arXiv|https:\/\/arxiv.org\/|100% Free|50000000|\ud83e\uddea|Open research papers AI ML science physics mathematics and computer science.\",\r\n\"Semantic Scholar|https:\/\/www.semanticscholar.org\/|100% Free|40000000|\ud83d\udcda|AI powered research paper search literature review and citations.\",\r\n\"PubMed|https:\/\/pubmed.ncbi.nlm.nih.gov\/|100% Free|35000000|\ud83c\udfe5|Biomedical healthcare medical research papers and scientific articles.\",\r\n\"ScienceDirect|https:\/\/www.sciencedirect.com\/|Freemium|30000000|\ud83d\udcd6|Scientific technical research papers journals and academic articles.\",\r\n\"SpringerLink|https:\/\/link.springer.com\/|Freemium|28000000|\ud83d\udcd8|Academic journals papers books research and scientific literature.\",\r\n\"IEEE Xplore|https:\/\/ieeexplore.ieee.org\/|Freemium|25000000|\u26a1|Engineering technology AI computer science and research papers.\",\r\n\"JSTOR|https:\/\/www.jstor.org\/|Freemium|22000000|\ud83c\udfdb\ufe0f|Academic journals humanities research papers and archive.\",\r\n\"Academia.edu|https:\/\/www.academia.edu\/|Freemium|20000000|\ud83c\udf93|Share discover academic papers research and scholarly work.\",\r\n\"Elicit|https:\/\/elicit.com\/|Freemium|15000000|\ud83d\udd0e|AI research assistant literature review paper summary and evidence search.\",\r\n\"Consensus|https:\/\/consensus.app\/|Freemium|14000000|\u2705|AI research answer engine evidence based answers and papers.\",\r\n\"SciSpace|https:\/\/typeset.io\/|Freemium|13000000|\ud83e\udde0|Understand research papers summarize PDFs explain concepts and literature review.\",\r\n\"Connected Papers|https:\/\/www.connectedpapers.com\/|Freemium|12000000|\ud83d\udd78\ufe0f|Visualize related academic papers literature graph and research discovery.\",\r\n\"ResearchRabbit|https:\/\/www.researchrabbit.ai\/|Freemium|11000000|\ud83d\udc07|Research discovery paper mapping literature review and citation network.\",\r\n\"Scite|https:\/\/scite.ai\/|Free Trial|10000000|\ud83d\udcd6|Smart citations research validation evidence and academic paper analysis.\",\r\n\"Paperpal|https:\/\/paperpal.com\/|Freemium|9000000|\u270d\ufe0f|Academic writing research paper editing grammar and manuscript support.\",\r\n\"Litmaps|https:\/\/www.litmaps.com\/|Freemium|8000000|\ud83d\uddfa\ufe0f|Literature mapping research discovery and paper tracking.\",\r\n\"OpenAlex|https:\/\/openalex.org\/|100% Free|7000000|\ud83c\udf10|Open catalog of scholarly papers authors journals and institutions.\",\r\n\"CORE|https:\/\/core.ac.uk\/|100% Free|6000000|\ud83d\udcc2|Open access research papers academic articles and repository search.\"\r\n],\r\n\r\n\"Models\": [\r\n\"ChatGPT Models|https:\/\/platform.openai.com\/docs\/models|Freemium|180000000|\ud83e\udde0|OpenAI models text vision voice coding reasoning chatbot and AI applications.\",\r\n\"Google Gemini Models|https:\/\/ai.google.dev\/gemini-api\/docs\/models|Freemium|120000000|\u2728|Google multimodal AI models text image video coding and reasoning.\",\r\n\"Meta Llama|https:\/\/llama.meta.com\/|100% Free|90000000|\ud83e\udd99|Open AI models chatbot coding text generation and local AI.\",\r\n\"Claude Models|https:\/\/www.anthropic.com\/claude|Freemium|40000000|\ud83d\udcac|Anthropic Claude models reasoning writing coding and document analysis.\",\r\n\"Hugging Face Models|https:\/\/huggingface.co\/models|Freemium|35000000|\ud83e\udd17|Open AI models text image audio video NLP and machine learning.\",\r\n\"Mistral Models|https:\/\/mistral.ai\/|Freemium|25000000|\u26a1|Open commercial AI models coding reasoning chatbot and enterprise AI.\",\r\n\"Stable Diffusion|https:\/\/stability.ai\/|Freemium|22000000|\ud83c\udfa8|AI image generation model art design graphics and creative visuals.\",\r\n\"Replicate|https:\/\/replicate.com\/|Freemium|20000000|\ud83d\udd01|Run open source AI models image video audio text and machine learning.\",\r\n\"Ollama|https:\/\/ollama.com\/|100% Free|18000000|\ud83d\udda5\ufe0f|Run local AI models chatbot coding and offline AI on computer.\",\r\n\"Cohere Models|https:\/\/cohere.com\/models|Free Trial|16000000|\ud83d\udd17|Enterprise AI models search text generation chatbot and automation.\",\r\n\"Together AI|https:\/\/www.together.ai\/|Free Trial|14000000|\ud83e\udd1d|Run fine tune open source AI models and inference.\",\r\n\"GroqCloud|https:\/\/groq.com\/|Freemium|13000000|\u26a1|Fast AI inference chatbot models and developer AI platform.\",\r\n\"OpenRouter|https:\/\/openrouter.ai\/|Freemium|12000000|\ud83d\udee3\ufe0f|Access multiple AI models API chatbot coding and text generation.\",\r\n\"Perplexity Models|https:\/\/www.perplexity.ai\/|Freemium|11000000|\ud83d\udd0e|Search focused AI models research answer engine and citation search.\",\r\n\"DeepSeek|https:\/\/www.deepseek.com\/|Freemium|10000000|\ud83c\udf0a|AI models coding reasoning chatbot math and developer tasks.\",\r\n\"Qwen|https:\/\/qwenlm.github.io\/|100% Free|9000000|\ud83c\ude2f|Open AI models chatbot coding reasoning multilingual and local AI.\",\r\n\"Fal AI|https:\/\/fal.ai\/|Free Trial|8000000|\ud83d\ude80|Fast generative media AI models image video and creative tools.\",\r\n\"ModelScope|https:\/\/www.modelscope.cn\/|100% Free|7000000|\ud83d\udce6|Open model platform AI models datasets and machine learning community.\",\r\n\"LM Studio|https:\/\/lmstudio.ai\/|100% Free|6500000|\ud83d\udcbb|Run local AI models desktop chatbot and offline AI.\",\r\n\"Jan AI|https:\/\/jan.ai\/|100% Free|6000000|\ud83e\udde9|Open source local AI assistant chatbot and offline AI.\"\r\n],\r\n\r\n\"Repos\": [\r\n\"GitHub Copilot|https:\/\/github.com\/features\/copilot|Free Trial|50000000|\ud83d\udc19|AI coding assistant autocomplete code generation debugging and developer productivity.\",\r\n\"GitHub Trending|https:\/\/github.com\/trending|100% Free|40000000|\ud83d\udcc8|Explore trending repositories open source projects code and developer tools.\",\r\n\"Cursor|https:\/\/www.cursor.com\/|Freemium|30000000|\ud83d\udcbb|AI code editor coding debugging code generation and software development.\",\r\n\"Replit AI|https:\/\/replit.com\/ai|Freemium|25000000|\ud83d\ude80|AI coding app building deployment and online programming.\",\r\n\"Codeium Windsurf|https:\/\/codeium.com\/|Freemium|22000000|\u2699\ufe0f|AI coding assistant autocomplete IDE software development and coding workflow.\",\r\n\"Tabnine|https:\/\/www.tabnine.com\/|Freemium|20000000|\u2328\ufe0f|AI code completion coding assistant and developer productivity.\",\r\n\"Sourcegraph Cody|https:\/\/sourcegraph.com\/cody|Freemium|18000000|\ud83d\udd0e|AI coding assistant codebase search debugging and code understanding.\",\r\n\"Continue|https:\/\/www.continue.dev\/|100% Free|15000000|\ud83d\udd04|Open source AI coding assistant IDE extension and developer workflow.\",\r\n\"Pieces|https:\/\/pieces.app\/|Freemium|12000000|\ud83e\udde9|Save reuse code snippets AI coding memory and developer assistant.\",\r\n\"CodeRabbit|https:\/\/www.coderabbit.ai\/|Free Trial|10000000|\ud83d\udc07|AI code review pull request review and developer workflow.\",\r\n\"Blackbox AI|https:\/\/www.blackbox.ai\/|Freemium|9500000|\u2b1b|AI coding code search code generation and developer assistant.\",\r\n\"Phind|https:\/\/www.phind.com\/|Freemium|9000000|\ud83d\udd0d|AI search engine for developers coding questions and technical answers.\",\r\n\"Mutable AI|https:\/\/mutable.ai\/|Free Trial|8500000|\ud83d\udee0\ufe0f|AI code generation documentation refactoring and software development.\",\r\n\"CodiumAI|https:\/\/www.codium.ai\/|Freemium|8000000|\u2705|AI test generation code quality and developer automation.\",\r\n\"AskCodi|https:\/\/www.askcodi.com\/|Freemium|7500000|\ud83d\udcac|AI coding assistant code generation SQL and developer tools.\",\r\n\"GitLab Duo|https:\/\/about.gitlab.com\/gitlab-duo\/|Free Trial|7000000|\ud83e\udd8a|AI coding DevSecOps code review and developer productivity.\",\r\n\"Amazon CodeWhisperer|https:\/\/aws.amazon.com\/codewhisperer\/|Freemium|6500000|\u2601\ufe0f|AI coding assistant AWS developer tools and code generation.\",\r\n\"Supermaven|https:\/\/supermaven.com\/|Freemium|6000000|\u26a1|Fast AI code completion coding assistant and IDE support.\",\r\n\"Aider|https:\/\/aider.chat\/|100% Free|5500000|\ud83e\udd16|AI pair programming terminal coding and code editing.\",\r\n\"Devika AI|https:\/\/github.com\/stitionai\/devika|100% Free|5000000|\ud83e\uddd1\u200d\ud83d\udcbb|Open source AI software engineer coding agent and developer assistant.\"\r\n],\r\n\r\n\"Robots\": [\r\n\"Boston Dynamics|https:\/\/bostondynamics.com\/|Free Trial|20000000|\ud83e\uddbe|Advanced robotics mobile robots automation engineering and industrial robots.\",\r\n\"Tesla Optimus|https:\/\/www.tesla.com\/AI|Free Trial|18000000|\u26a1|Humanoid robot AI robotics automation and future work assistant.\",\r\n\"Figure AI|https:\/\/www.figure.ai\/|Free Trial|15000000|\ud83e\udd16|Humanoid robot AI automation robotics and real world work.\",\r\n\"Unitree Robotics|https:\/\/www.unitree.com\/|Free Trial|12000000|\ud83d\udc15|Quadruped robots humanoid robotics automation and robot development.\",\r\n\"Agility Robotics|https:\/\/agilityrobotics.com\/|Free Trial|10000000|\ud83d\udeb6|Humanoid robots logistics warehouse automation and robotics.\",\r\n\"1X Technologies|https:\/\/www.1x.tech\/|Free Trial|9000000|\ud83c\udfe0|AI humanoid robots home assistant robotics and automation.\",\r\n\"Sanctuary AI|https:\/\/www.sanctuary.ai\/|Free Trial|8000000|\ud83e\udde0|General purpose humanoid robot AI robotics and automation.\",\r\n\"Apptronik|https:\/\/apptronik.com\/|Free Trial|7500000|\ud83c\udfed|Humanoid robots industrial automation robotics and work assistant.\",\r\n\"Covariant|https:\/\/covariant.ai\/|Free Trial|7000000|\ud83d\udce6|AI robotics warehouse automation picking logistics and robots.\",\r\n\"Roboflow|https:\/\/roboflow.com\/|Freemium|6500000|\ud83d\udc41\ufe0f|Computer vision AI image detection robotics and automation.\",\r\n\"Open Robotics|https:\/\/www.openrobotics.org\/|100% Free|6000000|\u2699\ufe0f|Open source robotics software ROS simulation and robot development.\",\r\n\"ROS|https:\/\/www.ros.org\/|100% Free|5500000|\ud83e\udd16|Robot Operating System robotics programming automation and simulation.\",\r\n\"NVIDIA Isaac|https:\/\/developer.nvidia.com\/isaac|Freemium|5000000|\ud83d\udfe9|Robotics simulation AI robot development computer vision and automation.\",\r\n\"ANYbotics|https:\/\/www.anybotics.com\/|Free Trial|4500000|\ud83d\udc3e|Autonomous robots inspection industrial robotics and automation.\",\r\n\"GreyOrange|https:\/\/www.greyorange.com\/|Free Trial|4000000|\ud83d\udce6|Warehouse robotics automation fulfillment and logistics intelligence.\",\r\n\"Locus Robotics|https:\/\/locusrobotics.com\/|Free Trial|3500000|\ud83d\ude9a|Warehouse automation robots logistics and fulfillment robotics.\",\r\n\"SoftBank Robotics|https:\/\/www.softbankrobotics.com\/|Free Trial|3000000|\ud83e\udd1d|Service robots humanoid robots customer assistance and robotics solutions.\",\r\n\"Universal Robots|https:\/\/www.universal-robots.com\/|Free Trial|2800000|\ud83e\uddbf|Collaborative industrial robot arms factory automation and robotics.\",\r\n\"ABB Robotics|https:\/\/new.abb.com\/products\/robotics|Free Trial|2600000|\ud83c\udfd7\ufe0f|Industrial robots automation manufacturing and factory robotics.\",\r\n\"Fanuc Robotics|https:\/\/www.fanucamerica.com\/|Free Trial|2400000|\ud83c\udfed|Industrial robotics factory automation CNC and manufacturing robots.\"\r\n],\r\n\r\n\"Devices\": [\r\n\"Apple Vision Pro|https:\/\/www.apple.com\/apple-vision-pro\/|Free Trial|30000000|\ud83e\udd7d|Spatial computing AR VR device immersive apps productivity and entertainment.\",\r\n\"Meta Ray-Ban|https:\/\/www.ray-ban.com\/meta-smart-glasses|Free Trial|25000000|\ud83d\udd76\ufe0f|Smart glasses camera AI assistant wearable and voice control.\",\r\n\"Amazon Echo|https:\/\/www.amazon.com\/echo|Free Trial|22000000|\ud83c\udfe0|Smart speaker voice assistant home automation and AI device.\",\r\n\"Google Nest|https:\/\/store.google.com\/category\/connected_home|Free Trial|20000000|\ud83c\udf10|Smart home devices voice assistant automation and connected home.\",\r\n\"Samsung Galaxy AI|https:\/\/www.samsung.com\/global\/galaxy\/galaxy-ai\/|Free Trial|18000000|\ud83d\udcf1|AI smartphone features photo editing translation notes and productivity.\",\r\n\"Rabbit R1|https:\/\/www.rabbit.tech\/|Free Trial|15000000|\ud83d\udc30|AI pocket assistant device voice control and personal assistant.\",\r\n\"Plaud Note|https:\/\/www.plaud.ai\/|Free Trial|12000000|\ud83c\udf99\ufe0f|AI voice recorder meeting notes transcription and audio summary.\",\r\n\"Humane AI Pin|https:\/\/humane.com\/|Free Trial|10000000|\ud83d\udccc|Wearable AI assistant voice camera and personal device.\",\r\n\"Limitless Pendant|https:\/\/www.limitless.ai\/|Free Trial|9000000|\ud83d\udd0a|AI wearable memory meeting notes conversations and productivity.\",\r\n\"Brilliant Labs Frame|https:\/\/brilliant.xyz\/|Free Trial|8500000|\ud83d\udc53|Open source AI glasses visual assistant and wearable device.\",\r\n\"reMarkable|https:\/\/remarkable.com\/|Free Trial|8000000|\ud83d\udcdd|Digital paper tablet notes reading writing and productivity.\",\r\n\"Kindle Scribe|https:\/\/www.amazon.com\/kindle-scribe|Free Trial|7500000|\ud83d\udcd6|Reading writing tablet notes ebooks and productivity device.\",\r\n\"Boox Tablet|https:\/\/shop.boox.com\/|Free Trial|7000000|\ud83d\udcda|E ink tablet reading note taking documents and productivity.\",\r\n\"AI Pin|https:\/\/humane.com\/|Free Trial|6500000|\ud83d\udccd|Wearable AI assistant voice camera and device.\",\r\n\"RayNeo AI Glasses|https:\/\/www.rayneo.com\/|Free Trial|6000000|\ud83d\udd76\ufe0f|Smart glasses AR AI assistant and wearable technology.\",\r\n\"XREAL Air|https:\/\/www.xreal.com\/|Free Trial|5500000|\ud83e\udd7d|AR glasses display productivity gaming and entertainment.\",\r\n\"Whoop|https:\/\/www.whoop.com\/|Free Trial|5000000|\u231a|Wearable health fitness tracker recovery sleep and performance.\",\r\n\"Oura Ring|https:\/\/ouraring.com\/|Free Trial|4500000|\ud83d\udc8d|Smart ring sleep health fitness recovery and wellness tracking.\",\r\n\"Fitbit|https:\/\/www.fitbit.com\/|Free Trial|4000000|\u231a|Wearable fitness health sleep tracker and smartwatch.\",\r\n\"Garmin Smartwatch|https:\/\/www.garmin.com\/|Free Trial|3500000|\ud83c\udfc3|Smartwatch fitness health sports GPS and performance tracking.\"\r\n]\r\n};\r\n\r\nconst categoryCounts = {\r\n  \"Tools\": \"49,609\",\r\n  \"Mini tools\": \"35,431\",\r\n  \"Indian AI\": \"222\",\r\n  \"Companies\": \"7,067\",\r\n  \"Tasks\": \"11,155\",\r\n  \"Jobs\": \"5,224\",\r\n  \"Events\": \"60\",\r\n  \"Papers\": \"7,784\",\r\n  \"Models\": \"1,147\",\r\n  \"Repos\": \"42,008\",\r\n  \"Robots\": \"527\",\r\n  \"Devices\": \"174\"\r\n};\r\n\r\nconst categoryIcons = {\r\n  \"Tools\": \"\ud83d\udcaa\",\r\n  \"Mini tools\": \"\ud83d\udee0\ufe0f\",\r\n  \"Indian AI\": \"IN\",\r\n  \"Companies\": \"\ud83c\udfe2\",\r\n  \"Tasks\": \"\u2705\",\r\n  \"Jobs\": \"\ud83d\udcbc\",\r\n  \"Events\": \"\u2611\ufe0f\",\r\n  \"Papers\": \"\ud83d\udcc4\",\r\n  \"Models\": \"\ud83e\udde0\",\r\n  \"Repos\": \"\ud83d\udc19\",\r\n  \"Robots\": \"\ud83e\udd16\",\r\n  \"Devices\": \"\ud83d\udcf7\"\r\n};\r\n\r\nconst requirementKeywords = {\r\n  \"image generation\": \"image images photo photos art design graphics visual poster thumbnail background illustration\",\r\n  \"image\": \"image images photo photos art design graphics visual poster thumbnail background illustration\",\r\n  \"photo\": \"image photo photos background editing upscale watermark remove\",\r\n  \"video\": \"video editing generation image to video reels shorts animation\",\r\n  \"voice\": \"voice audio speech dubbing narration text to speech transcription\",\r\n  \"audio\": \"voice audio speech dubbing narration transcription meeting recording\",\r\n  \"resume\": \"resume cv ats job career cover letter interview linkedin\",\r\n  \"job\": \"job career resume cv ats cover letter interview linkedin\",\r\n  \"research\": \"research papers literature pdf study citation scholar deep research\",\r\n  \"study\": \"study notes research pdf documents summarize Q&A learning\",\r\n  \"pdf\": \"pdf documents OCR merge split compress convert summarize notes\",\r\n  \"document\": \"documents pdf notes summarize writing analysis\",\r\n  \"presentation\": \"presentation slides pitch deck powerpoint report visual\",\r\n  \"ppt\": \"presentation slides pitch deck powerpoint\",\r\n  \"coding\": \"coding code developer programming software github repo debugging\",\r\n  \"code\": \"coding code developer programming software github repo debugging\",\r\n  \"automation\": \"automation workflow tasks app integration email crm productivity\",\r\n  \"meeting\": \"meeting notes transcription summary call recording action items\",\r\n  \"email\": \"email writing inbox communication automation productivity\",\r\n  \"translation\": \"translation language multilingual speech text\",\r\n  \"chatbot\": \"chatbot assistant conversation customer support AI assistant\",\r\n  \"excel\": \"Excel office Microsoft data analysis productivity reports\",\r\n  \"data analysis\": \"data analytics analysis BI reports dashboard decision intelligence\",\r\n  \"social media\": \"social media content marketing copy poster graphics reels\",\r\n  \"marketing\": \"marketing content copy sales campaign brand social media\",\r\n  \"robot\": \"robot robotics automation humanoid warehouse industrial computer vision\",\r\n  \"device\": \"device wearable smart glasses assistant smart home\"\r\n};\r\n\r\nconst aiData = {};\r\nlet allTools = [];\r\n\r\nfunction normalizeToolKey(tool) {\r\n  return (tool.url || tool.name || \"\")\r\n    .toLowerCase()\r\n    .replace(\/^https?:\\\/\\\/\/, \"\")\r\n    .replace(\/^www\\.\/, \"\")\r\n    .replace(\/\\\/$\/, \"\")\r\n    .split(\"?\")[0]\r\n    .trim();\r\n}\r\n\r\nfunction uniqueTools(tools) {\r\n  const seen = new Map();\r\n\r\n  tools.forEach(tool => {\r\n    const key = normalizeToolKey(tool);\r\n\r\n    if (!seen.has(key)) {\r\n      seen.set(key, tool);\r\n    } else {\r\n      const existing = seen.get(key);\r\n\r\n      \/* Keep only one card for the same tool.\r\n         Priority: higher user count, then shorter\/better category name. *\/\r\n      if (tool.users > existing.users) {\r\n        seen.set(key, tool);\r\n      }\r\n    }\r\n  });\r\n\r\n  return Array.from(seen.values());\r\n}\r\n\r\nconst globalToolMap = new Map();\r\n\r\nObject.keys(rawData).forEach(category => {\r\n  const parsedTools = rawData[category].map(item => {\r\n    const parts = item.split(\"|\");\r\n    return {\r\n      category: category,\r\n      name: parts[0],\r\n      url: parts[1],\r\n      status: parts[2],\r\n      users: Number(parts[3]),\r\n      icon: parts[4],\r\n      desc: parts[5]\r\n    };\r\n  });\r\n\r\n  aiData[category] = uniqueTools(parsedTools).sort((a, b) => b.users - a.users);\r\n\r\n  aiData[category].forEach(tool => {\r\n    const key = normalizeToolKey(tool);\r\n\r\n    if (!globalToolMap.has(key)) {\r\n      globalToolMap.set(key, tool);\r\n    } else {\r\n      const existing = globalToolMap.get(key);\r\n\r\n      if (tool.users > existing.users) {\r\n        globalToolMap.set(key, tool);\r\n      }\r\n    }\r\n  });\r\n});\r\n\r\nallTools = Array.from(globalToolMap.values()).sort((a, b) => b.users - a.users);\r\n\r\nlet currentCategory = \"Tools\";\r\n\r\nfunction formatUsers(num) {\r\n  if (num >= 1000000000) return (num \/ 1000000000).toFixed(1) + \"B\";\r\n  if (num >= 1000000) return (num \/ 1000000).toFixed(1) + \"M\";\r\n  if (num >= 1000) return (num \/ 1000).toFixed(1) + \"K\";\r\n  return num;\r\n}\r\n\r\nfunction getStatusClass(status) {\r\n  if (status === \"100% Free\") return \"status-free\";\r\n  if (status === \"Freemium\") return \"status-freemium\";\r\n  return \"status-trial\";\r\n}\r\n\r\nfunction getScreenshot(url) {\r\n  return \"https:\/\/s.wordpress.com\/mshots\/v1\/\" + encodeURIComponent(url) + \"?w=800\";\r\n}\r\n\r\nfunction createTabs() {\r\n  const tabsContainer = document.getElementById(\"categoryTabs\");\r\n  tabsContainer.innerHTML = \"\";\r\n\r\n  Object.keys(aiData).forEach(category => {\r\n    const button = document.createElement(\"button\");\r\n    button.className = \"tab-btn\";\r\n\r\n    if (category === currentCategory) {\r\n      button.classList.add(\"active\");\r\n    }\r\n\r\n    button.innerHTML = `${categoryIcons[category]} ${category} <span>${categoryCounts[category]}<\/span>`;\r\n\r\n    button.onclick = () => {\r\n      currentCategory = category;\r\n      document.getElementById(\"searchInput\").value = \"\";\r\n      createTabs();\r\n      renderTools(aiData[category].slice(0, 20));\r\n      document.getElementById(\"currentCategoryTitle\").innerText = category;\r\n      document.getElementById(\"currentCategorySubTitle\").innerText = \"Showing 20 popular tools sorted by user count\";\r\n    };\r\n\r\n    tabsContainer.appendChild(button);\r\n  });\r\n}\r\n\r\nfunction getSearchTerms(query) {\r\n  let q = query.toLowerCase().trim();\r\n  let expanded = q;\r\n\r\n  Object.keys(requirementKeywords).forEach(key => {\r\n    if (q.includes(key)) {\r\n      expanded += \" \" + requirementKeywords[key];\r\n    }\r\n  });\r\n\r\n  return [...new Set(expanded.split(\/\\s+\/).filter(word => word.length > 1))];\r\n}\r\n\r\nfunction searchTools() {\r\n  const query = document.getElementById(\"searchInput\").value.toLowerCase().trim();\r\n\r\n  if (query === \"\") {\r\n    renderTools(aiData[currentCategory].slice(0, 20));\r\n    document.getElementById(\"currentCategoryTitle\").innerText = currentCategory;\r\n    document.getElementById(\"currentCategorySubTitle\").innerText = \"Showing 20 popular tools sorted by user count\";\r\n    createTabs();\r\n    return;\r\n  }\r\n\r\n  document.querySelectorAll(\".tab-btn\").forEach(btn => btn.classList.remove(\"active\"));\r\n\r\n  const terms = getSearchTerms(query);\r\n\r\n  const rankedTools = allTools.map(tool => {\r\n    const searchText = `${tool.name} ${tool.desc} ${tool.category} ${tool.status}`.toLowerCase();\r\n    let score = 0;\r\n\r\n    terms.forEach(term => {\r\n      if (tool.name.toLowerCase().includes(term)) score += 8;\r\n      if (tool.category.toLowerCase().includes(term)) score += 5;\r\n      if (tool.desc.toLowerCase().includes(term)) score += 3;\r\n      if (tool.status.toLowerCase().includes(term)) score += 2;\r\n      if (searchText.includes(term)) score += 1;\r\n    });\r\n\r\n    return { ...tool, score };\r\n  })\r\n  .filter(tool => tool.score > 0)\r\n  .sort((a, b) => {\r\n    if (b.score !== a.score) return b.score - a.score;\r\n    return b.users - a.users;\r\n  })\r\n  .slice(0, 20);\r\n\r\n  renderTools(rankedTools);\r\n\r\n  document.getElementById(\"currentCategoryTitle\").innerText = \"Best Tools for: \" + query;\r\n  document.getElementById(\"currentCategorySubTitle\").innerText = \"Showing top 20 matching tools from all categories\";\r\n}\r\n\r\nfunction renderTools(tools) {\r\n  const grid = document.getElementById(\"toolsGrid\");\r\n  const noResult = document.getElementById(\"noResult\");\r\n\r\n  tools = uniqueTools(tools || []);\r\n\r\n  grid.innerHTML = \"\";\r\n\r\n  if (!tools || tools.length === 0) {\r\n    noResult.style.display = \"block\";\r\n    return;\r\n  }\r\n\r\n  noResult.style.display = \"none\";\r\n\r\n  tools.forEach(tool => {\r\n    const card = document.createElement(\"div\");\r\n    card.className = \"tool-card\";\r\n\r\n    card.onclick = function(e) {\r\n      if (!e.target.classList.contains(\"open-btn\")) {\r\n        window.open(tool.url, \"_blank\");\r\n      }\r\n    };\r\n\r\n    card.innerHTML = `\r\n      <div class=\"preview-box\">\r\n        <img decoding=\"async\" src=\"${getScreenshot(tool.url)}\" alt=\"${tool.name} Website Preview\" loading=\"lazy\">\r\n        <div class=\"preview-label\">Website Preview<\/div>\r\n        <div class=\"preview-tool-name\">${tool.name}<\/div>\r\n      <\/div>\r\n\r\n      <div class=\"tool-content\">\r\n        <div class=\"tool-top-row\">\r\n          <div class=\"tool-icon\">${tool.icon}<\/div>\r\n          <div class=\"status-badge ${getStatusClass(tool.status)}\">${tool.status}<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"category-badge\">${tool.category}<\/div>\r\n\r\n        <h3 class=\"tool-name\">${tool.name}<\/h3>\r\n        <p>${tool.desc}<\/p>\r\n\r\n        <div class=\"tool-meta\">\r\n          <span>\ud83d\udc65 Users<\/span>\r\n          <strong>${formatUsers(tool.users)}<\/strong>\r\n        <\/div>\r\n\r\n        <a class=\"open-btn\" href=\"${tool.url}\" target=\"_blank\" rel=\"noopener noreferrer\">Open Tool \u2197<\/a>\r\n      <\/div>\r\n    `;\r\n\r\n    grid.appendChild(card);\r\n  });\r\n}\r\n\r\nfunction toggleTheme() {\r\n  const body = document.body;\r\n  const button = document.getElementById(\"themeToggle\");\r\n\r\n  body.classList.toggle(\"light-mode\");\r\n\r\n  if (body.classList.contains(\"light-mode\")) {\r\n    button.innerHTML = \"\u2600\ufe0f Light Mode\";\r\n    localStorage.setItem(\"aiTheme\", \"light\");\r\n  } else {\r\n    button.innerHTML = \"\ud83c\udf19 Dark Mode\";\r\n    localStorage.setItem(\"aiTheme\", \"dark\");\r\n  }\r\n}\r\n\r\nfunction loadTheme() {\r\n  const savedTheme = localStorage.getItem(\"aiTheme\");\r\n  const button = document.getElementById(\"themeToggle\");\r\n\r\n  if (savedTheme === \"light\") {\r\n    document.body.classList.add(\"light-mode\");\r\n    button.innerHTML = \"\u2600\ufe0f Light Mode\";\r\n  } else {\r\n    document.body.classList.remove(\"light-mode\");\r\n    button.innerHTML = \"\ud83c\udf19 Dark Mode\";\r\n  }\r\n}\r\n\r\nloadTheme();\r\ncreateTabs();\r\nrenderTools(aiData[currentCategory].slice(0, 20));\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>AI Tools Directory \ud83c\udf19 Dark Mode Smart AI Tools Studio Search by selecting a category or type your requirement, like [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-126","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/pages\/126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/comments?post=126"}],"version-history":[{"count":40,"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/pages\/126\/revisions"}],"predecessor-version":[{"id":289,"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/pages\/126\/revisions\/289"}],"wp:attachment":[{"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/media?parent=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}