Over the past several years, I have trained hundreds of students in AI technologies, personally tested more than 200 AI tools, and published a 238-page AI Tools Guide to help people cut through the noise. My company, Krishna Worldwide LLC, is 100% focused on AI-driven transformation for individuals and businesses.

This is my personal toolbox. Every tool on this page is here because I either use it regularly, teach it in my courses, or believe you are genuinely missing out if you have not tried it.
I have organized everything by category, starting with what I consider the most important shift happening in AI right now: Agentic AI.
Bookmark this page. I update it as the landscape evolves.
If there’s a tool I should add to my toolbox or one you think is better than the one I am using, please let me know through your comments.
How to Use This Page
If you are new to AI, do not try to learn everything at once. Here is my recommended path:
- Start with one LLM. ChatGPT, Claude, or Gemini. Pick one. Use it daily for 30 days. That single habit will change how you work.
- Add one automation tool.com or n8n. Connect your AI to your actual workflow. This is where productivity compounds.
- Explore Agentic AI. This is the frontier. Tools that do not just answer questions but actually take action on your behalf. This is where I spend most of my time now.
Agentic AI: The Tools That Actually Do Things For You
This is the most important category on this page. Everything above this point in the AI timeline was about conversation. You ask, AI answers. Agentic AI is different. These tools take real action: browsing the web, writing and running code, managing files, sending emails, filling out forms, and completing multi-step projects while you focus on strategy.
I believe this category will define the next era of AI-powered productivity. If you only explore one new area this year, make it this one.
OpenClaw
Link: openclaw.ai | GitHub
This is the tool I use to run my own operations, and I am not saying that lightly. OpenClaw is an open-source autonomous AI agent framework that gives AI full control of your computer. It reads and writes files, executes code, controls the browser, manages applications, spawns sub-agents to handle parallel work, maintains memory across sessions, and completes complex multi-step workflows without you hovering over it.
What makes OpenClaw different from chatbots with “agent mode” bolted on is the architecture. It was built from the ground up for genuine autonomy. It connects to messaging platforms (Telegram, Discord, Signal, iMessage), runs scheduled tasks via cron, and can operate across multiple browser profiles simultaneously. I have automated entire business processes with it that used to take hours of manual work.
If you are serious about AI-augmented work, not just AI-assisted chat, OpenClaw is where I tell every advanced student to start.
Who should use it: Power users, developers, business owners who want real automation, anyone ready to move beyond chat-based AI.
Manus AI
Link: manus.im
Manus made waves when it launched and the attention was deserved. MIT Technology Review tested it and kept using it. It is a general-purpose AI agent that handles complex tasks autonomously: deep research, data analysis, file creation, web browsing, and report generation. You describe what you need, walk away, and come back to completed deliverables.
The free tier is generous enough to test it properly. Where it shines brightest is research and analysis workflows. Where it falls short is production-grade code generation. Know its strengths and it becomes a powerful tool.
Who should use it: Professionals who need research reports, competitive analysis, and structured deliverables without doing the legwork.
GenSpark
Link: genspark.ai
GenSpark is not designed to talk with you. It is designed to act for you. It runs a multi-agent system where different specialized AI agents collaborate to complete complex tasks like researching a topic, verifying facts across sources, and formatting polished output. The “Call for me” feature even lets it make phone calls on your behalf.
I include this in my courses because the multi-agent approach produces research output that is noticeably more thorough than any single LLM conversation.
Who should use it: Anyone doing deep research, competitive intelligence, or content production that requires verified, multi-source information.
Agent Frameworks for Developers
If you are a developer building your own multi-agent systems:
- CrewAI (com): Role-based multi-agent framework. Each agent has a defined role, goal, and backstory. Excellent for structured collaborative workflows. Large community and well-documented.
- AutoGen (github.io/autogen): Microsoft’s framework for building conversational multi-agent systems. Highly flexible.
- LangGraph (langchain-ai.github.io/langgraph): Graph-based agent orchestration from the LangChain team. Best for complex stateful workflows with conditional logic.
- Google ADK (github.io/adk-docs): Google’s open-source Agent Development Kit, available in Python, TypeScript, and Go. Model-agnostic despite being optimized for Gemini. Actively developed with new releases as recently as February 2026.
Who should use these: Developers building custom AI agent pipelines and enterprise automation.
Large Language Models: The Brains Behind Everything
These are the foundation. Each has genuine strengths and I use multiple of them for different purposes.
ChatGPT (OpenAI)
Link: chat.openai.com
The most widely used AI in the world for good reason. GPT-4o handles text, images, audio, and video in one interface. The o1 and o3 reasoning models are exceptional for complex multi-step problems. DALL-E is built in for image generation, Sora for video. The plugin and GPT Store ecosystem means there is a custom version for almost any niche. If someone asks me “which AI should I start with?” this is still my answer for most people.
Claude (Anthropic)
Link: claude.ai
Claude has become my personal favorite for writing, deep analysis, and complex reasoning. Sonnet is the best balance of speed and intelligence. Opus is the most thoughtful LLM I have tested for professional writing and nuanced analysis. Haiku is lightning-fast for lightweight tasks. Claude Code (covered in the coding section) is transforming software development. If you write for a living or need careful, accurate analysis, Claude deserves a serious look.
Gemini (Google)
Link: gemini.google.com
Gemini’s biggest advantage is the Google ecosystem. It integrates deeply into Gmail, Docs, Sheets, and Drive. The 1 million+ token context window is unmatched for working with massive documents. Gemini Flash is fast and cheap for developers. Veo 3 (video) and Imagen (images) are best-in-class in their categories. If you live in Google Workspace, Gemini is not optional. It is the AI layer for everything you already use.
Microsoft Copilot
Link: copilot.microsoft.com
If your organization runs on Microsoft 365, Copilot is woven into Word, Excel, PowerPoint, Teams, and Outlook. It turns meeting transcripts into action items, raw data into formatted reports, and rough notes into polished documents. The value is not in Copilot as a standalone tool. The value is in how it amplifies tools you already use 8 hours a day.
DeepSeek
Link: deepseek.com
DeepSeek shocked the industry with open-source reasoning models that rival systems costing 10x more to run. DeepSeek R1 is exceptional for math, coding, and technical analysis. Because it is open-source, you can self-host it for complete data privacy. If cost or privacy are serious constraints, DeepSeek changes the math on what is possible.
Grok (xAI)
Link: grok.com
Grok’s killer feature is real-time access to X (Twitter). For trend analysis, social sentiment, breaking news, and anything where “what are people saying right now” matters, no other LLM comes close. Grok Imagine also generates compelling images. If you work in marketing, PR, or content creation where social awareness matters, Grok belongs in your toolkit.
AI Coding and App Building
AI has fundamentally changed how software gets built. These tools are not just autocomplete. They write, test, debug, and ship real software.
Google Antigravity
Link: antigravity.google
Antigravity isn’t just an editor with a chatbot; it’s designed for agentic development. In a traditional IDE, you write code and use AI for autocomplete. In Antigravity, you act as the “Manager” or “Architect,” and the AI agents do the heavy lifting. This is, my favorite IDE that I use all the time for coding, developing new apps. Between Claude Code (covered next,) and Antigravity, I am always torn about which one is the best for their own strengths!
Note: It is currently in Public Preview (as of early 2026), making it free to use with generous Gemini 3 rate limits, though it can still be a bit “heavy” on system resources.
Claude Code
Link: docs.anthropic.com/en/docs/claude-code
Claude Code is a terminal-based AI coding agent that I use extensively. Unlike IDE plugins that suggest completions, Claude Code takes on entire tasks: reading your full codebase, writing new features, debugging errors, running tests, and iterating until things work. It is the closest thing to having a senior engineer on call 24/7. If you write code, you need to try this.
Cursor
Link: cursor.com
The most popular AI-native code editor. Built on VS Code (so your settings transfer instantly) with deep AI integration including codebase-aware completions, multi-file editing, and an agent mode that executes complex coding tasks. For developers who want AI woven into a familiar IDE, Cursor is the gold standard right now.
GitHub Copilot + VS Code
Link: github.com/features/copilot
The original AI coding assistant. Deeply integrated into GitHub and VS Code with expanding agentic capabilities. If your team lives in GitHub, Copilot is the natural choice. The latest versions handle multi-file refactoring and feature development, not just line completions.
Prompt-to-App Tools (Build Without Coding)
These tools let anyone describe an application in plain English and get working software:
- Replit Agent (com): Describe your app, get it built and deployed. No local setup. The fastest path from idea to live application for non-developers.
- dev (lovable.dev): One of the best prompt-to-app tools I have tested. Describe what you want, and Lovable builds a full front-end and back-end in minutes.
- new (bolt.new): Build full-stack apps in the browser from natural language. No installation, no configuration. Just describe and iterate.
- Base44 (com): Build fully functional apps in minutes with just your words. One of the strongest emerging contenders in the AI app builder space.
Workflow and Automation
Connecting AI to the rest of your tools is where productivity multiplies. These platforms let you build automated workflows.
Make.com
Link: make.com
My first recommendation for visual workflow automation. Drag-and-drop interface connecting hundreds of apps. AI modules built in so you can weave ChatGPT, Claude, or other models directly into your automations. I have built content pipelines, lead processing systems, and client reporting workflows on Make. The visual approach makes complex automations understandable.
n8n.io
Link: n8n.io
The open-source powerhouse. Self-host it for complete data privacy. Native LangChain support for building agentic workflows. For technically inclined users and developers, n8n offers unmatched flexibility at a fraction of the cost of commercial alternatives.
Zapier
Link: zapier.com
The most accessible automation platform for non-technical users. Largest app library. If you just want “when this happens, do that” automations running in 10 minutes, Zapier is the right starting point. Not the most powerful, but the fastest to get value from.
AI Image Generation
Midjourney
Link: midjourney.com
The most consistently beautiful AI-generated images. Period. Photorealistic, artistically compelling, and endlessly versatile. If visual quality is what matters most, Midjourney is the standard everyone else is chasing.
DALL-E (OpenAI)
Built into ChatGPT. The convenience of generating images inside the same conversation where you are developing ideas makes DALL-E incredibly practical. Prompt adherence is excellent. For most everyday image generation needs, you do not need a separate tool.
Ideogram
Link: ideogram.ai
The specialist in rendering legible, beautifully styled text within images. If you need posters, logos, social graphics, or any design where text is a core element, Ideogram solves a problem that every other image generator still struggles with.
Leonardo AI
Link: leonardo.ai
Versatile image generation with fine-tuned models for different styles. Popular with game designers, marketers, and content creators who need high-volume, consistent visual output with granular control over style.
Also Worth Knowing
- Imagen (Google/Gemini): Excellent photorealism, integrated into Gemini Pro.
- Grok Imagine (xAI): Strong creative outputs, built into Grok.
- Meta AI: Fast and free for casual image generation across Meta’s apps.
AI Video Generation
This category is evolving faster than any other. What was science fiction 18 months ago is now production-ready.
Veo 3 and Flow (Google)
Link: Available through Google AI Studio and labs.google.com
One of the best cinematic video generators available. Hyper-realistic, movie-quality output. Flow adds a filmmaking interface with camera control. Google’s investment in video AI is massive and the results show.
Sora (OpenAI)
Link: sora.com
OpenAI’s text-to-video model produces cinematic-quality video from text prompts with remarkable scene consistency. The premium option for high-quality short-form content.
Runway ML
Link: runwayml.com
The professional’s choice. Text-to-video, image-to-video, video-to-video, plus a full suite of AI editing tools. Gen-3 delivers the best motion control and style consistency for creators who need reliable, repeatable output.
Kling AI
Link: klingai.com
Especially strong on human movement and facial expressions, which is one of the hardest problems in AI video. Produces high-quality, realistic video from still images and text. A favorite among content creators.
HeyGen
Link: heygen.com
AI avatar video done right. Record yourself once, then generate new videos of your avatar speaking in your voice, in multiple languages. For training content, marketing, and sales videos, HeyGen eliminates the need for repeated recording sessions.
More Video Tools I Recommend
- Pika Labs (art): Excellent for video effects and VFX. The “Pikaffects” are creative, fun, and produce viral-worthy content.
- Hailuo AI (com): Generous free tier. Good entry point to experiment with AI video without spending anything.
- InVideo AI (ai): Best for longer-form video production from scripts. Full talking-head and stock footage integration.
- Descript (com): All-in-one audio and video editor. AI overdub, filler word removal, Studio Sound. The best tool for podcast and video post-production.
- Jogg AI (ai): Expressive avatar-based videos for marketing and social content.
AI Audio and Voice
ElevenLabs
Link: elevenlabs.io
The best text-to-speech and voice cloning platform available. Voice quality is indistinguishable from human recordings. Clone your own voice with a short sample and generate content in dozens of languages. Essential for course creators, content producers, and anyone who needs professional voice output at scale.
Suno
Link: suno.com
AI music generation that produces complete, radio-quality songs from a text description. Provide a style, mood, and lyrical direction, and Suno delivers professional music with vocals in seconds. Genuinely remarkable output quality.
NotebookLM (Google)
Link: notebooklm.google.com
Upload any documents or research, and NotebookLM synthesizes it into interactive summaries, study guides, and podcast-style audio conversations between two AI hosts discussing your content. It is the fastest way to absorb complex material. I use it regularly and recommend it to every student.
Adobe Podcast
Link: podcast.adobe.com
The Studio Sound feature removes background noise, room echo, and recording artifacts from any audio, making it sound professionally recorded. Free and genuinely transformative for anyone recording from home.
AI Design, Presentations, and Visual Content
Canva (Magic Studio)
Link: canva.com
Canva’s Magic Studio brings AI into the world’s most popular design platform. Magic Write, Magic Design, text-to-image, background removal, AI video editing. For non-designers producing social content, marketing materials, and presentations, Canva is essential. Not a “pure” AI tool, but the AI layer makes it dramatically more powerful.
Gamma
Link: gamma.app
AI-powered presentations, documents, and webpages from a prompt or outline. The output is genuinely polished and goes far beyond basic slide decks. For anyone who spends time in PowerPoint, Gamma dramatically compresses production time.
Napkin.ai
Link: napkin.ai
Converts plain text into beautiful infographics, diagrams, and visual explainers automatically. Write it, and Napkin visualizes it. Extraordinary for consultants, educators, and content creators who need visuals fast without touching design software.
AI Productivity and Research
Perplexity AI
Link: perplexity.ai
What happens when you cross a search engine with an LLM. Every answer comes with cited sources. I recommend Perplexity to every student as a daily tool for research. It does not hallucinate sources the way raw LLMs sometimes do. The Comet Browser extends this into a full AI-native browsing experience.
Notion AI
Link: notion.so
If Notion is already your workspace, Notion AI makes every document, database, and project faster to produce. Writing assistance, summarization, translation, and content generation, all inside the tool you are already using. The value is in the integration, not the AI in isolation.
Fathom
Link: fathom.video
The #1 rated AI meeting assistant on G2 with 500,000+ users. Records, transcribes, and summarizes video calls with excellent accuracy. Identifies action items and generates follow-up emails. Free tier is genuinely generous. For anyone in sales, consulting, or client-facing work, this is one of the highest-ROI AI tools you can adopt.
ChatGPT Atlas
Link: openai.com/index/introducing-chatgpt-atlas
OpenAI’s AI-native browser. ChatGPT is built into every page you visit, offering instant answers, summaries, and smart web assistance. Agent mode lets ChatGPT take action on your behalf while you browse. Currently macOS only. Worth watching as it matures.
Marketing and Content at Scale
Jasper AI
Link: jasper.ai
Purpose-built for marketing content at scale. Brand voice training, campaign templates, content calendars, and team collaboration. If your team produces high-volume marketing content and needs consistency across writers and channels, Jasper is built specifically for that problem.
How I Think About Choosing AI Tools
After training hundreds of students, the most common mistake I see is tool overload. People sign up for 15 tools and master none.
Here is my framework:
Ask three questions before adopting any tool:
- What specific task am I trying to accelerate? “Be more productive” is not a task. “Cut my first-draft writing time from 3 hours to 30 minutes” is.
- Does this connect to tools I already use? Standalone AI tools deliver isolated value. Tools that plug into your existing workflow deliver compounding value.
- Am I going to use this daily or is it a novelty? If you will not use it at least weekly, it does not belong in your toolbox.
The Stack I Recommend for Most Professionals
- Daily AI: Claude or ChatGPT
- Research: Perplexity for quick answers. NotebookLM for deep document analysis.
- Automation:com (visual) or n8n (technical/open-source)
- Agentic AI: OpenClaw for full autonomous operations
- Creative: Midjourney for images. Runway or Veo 3 for video. ElevenLabs for voice.
- Presentations: Gamma for decks. Napkin.ai for visual explainers.
- Meetings: Fathom for recording and summaries
This covers 90% of professional AI use cases.
Why Agentic AI Changes Everything
I want to be direct about something I believe strongly.
We are in the middle of a shift from AI as a conversation partner to AI as an operational layer. In 2023 and 2024, the value of AI was in the conversation. You asked, it answered. In 2025 and 2026, the real value is in what AI can DO without you asking.
OpenClaw and tools like it are not chatbots. They are autonomous systems that operate your computer, execute business processes, research and synthesize information, write and deploy code, and complete projects end to end. The professionals who learn to deploy these systems effectively in 2026 will have a structural productivity advantage that compounds every month.
This is why I teach Agentic AI as the central focus of my advanced courses. And it is why I listed it first on this page.
Let me know in the comments which tools you use, what you want to learn more about, or what you think belongs on this list. I read every comment.
Note: This page is updated regularly. Last update: February 2026. Also, tools, pricing, and features change and always verify current information at the official tool website before making decisions.
Books I Must Read Every Year
This is not a normal list of books I recommend. You already know that I read everyday and once in a while I also write some reviews on books I find very interesting or those who added an amazing value to me.
But, this list is a special list of books that I make a point to dedicate some time to each year of my life. These are like text book to me which I must read every year to make me feel I did spend time refreshing my brain with the nuggets of wisdom that comes through these books:
- Bhagavad Gita
- Think And Grow Rich
- How To Win Friends And Influence People
- The Greatest Salesman In The World
I have not included a link to these books on purpose because I want you to do your own research and see if you would like to get them for yourself in any format. In case you want to find it on amazon, here is a search box you can use to find these on Amazon:
What Tools Do You Use?
What are some the tools that you use and recommend? Is there a tool in blogging/social media/productivity or even books area which you would like to recommend?
Please share your thoughts in your comments. Click here to go to comments section or simply scroll down. Thank you kindly!
Excellent list Kumar! I am huge on hootsuite pro. I have used it for about 6 months – the paid version – and the tool has cut down my workload by 1 or more hours daily. Being able to hop in and out of social sites, adding my take, engaging, retweeting and sharing through 1 app is a must for any online entrepreneur.
In addition to this list I would share that bloggers need to know why they want to do the online bit, and then you can find any tools that you need for the task.
Thanks!
Absolutely Ryan! I love HootSuite for the same reasons although I haven’t gone to the Pro version yet. Thank you for sharing your testimonial about it.
Thank you for dropping by and have a terrific Thursday!
Hi Ryan,
Thank you for the review on HootSuite. I have started using it form last week and was confused about the Pro version. But your comment has forced me to think about the Pro features.
I will be absolutely delighted if I find a tutorial guide on Hootsuite Pro version from you… 🙂
@ Kumar:
This is my 1st comment on your blog… I wish this is a beginning of a new friendship…:)
This list is very impressive, BUT only problem about this list is you will NEVER be able to complete this list… Am I right???..
Every day new tools are releasing with more awesome features.
I can add few more tools like:
1. SEOPRessor
2. You forgot about CommentLuv.
3. Getresponse is a good one. Less price more subscriber than Aweber but has all the features.
4. There are many Keyword research tools like Moz, Google Keyword Planner, Long tail Pro etc.
5. Raven tools
6. Majestic SEO
The list will go on and on… 🙂
Regards,
Karmakar
Hi Ryan,
First of all, nice to meet you and thank you for stopping by to add value. This certainly is the beginning of a new friendship and a great way to start it 🙂
And you are right about this list not being ever complete. And also about me forgetting about including CommentLuv even though I use their premium version. I will include it in the next revision for sure.
Thank you for suggesting some more tools. I guess I can try some of them as well and perhaps include them if I start to use them 🙂 obviously because I can only include what I use according to my title, right?
Have a glorious rest of the week!
Regards,
Kumar
That’s a fantastic list, it’s actually made my saved list and I don’t do that often! IT woudl be awesome if you can edit and add Blog Engage under the Social Media section, we have an affiliate program as well. I’ve used so many of your suggestions and I’m still doing it. I suggest also adding dlvr.it and mailchimp they are fantastic services.
Hi Brian,
Thank you for dropping by and Blog Engage is definitely in the list of tools I may edit my post include soon. The reason I haven’t included it yet is – I have just started to use it and I want to make sure I am able to use if effectively before I claim that I am using it 🙂
But I am going to be with you guys more often than I have been there so far and the goal is to make it my favorite platform so I can talk about it proudly. Looking forward for that.
Thank you for your value addition. Appreciate your feedback! Have a great day!
Regards,
Kumar
That’s a fantastic idea, now I have given you new products to try, I know you will love them. I hope to see you engaging with us on Blog Engage daily! Come make the most out of the community don’t let success slip between your fingertips. Thanks for the engagement here on the blog! It’s looking fantastic by the way 🙂
I have tried many of these tools (of course, at different times…I like switching my tools every 2-3 months). It makes life more interesting (perhaps even novel, if the service switched their design and added more features).
One thing I am certainly planning to do is switch over to a new webhost – Fat cow, actually. It was my first preference for a long time..always liked that company for some reason (of course, I didn’t buy it….instead I went with the recommendation of many of my friends – Host gator).
It was pretty good (But, I don’t see many HG reviews – I mean, good reviews – these days).
Anyways, thank you for the resource list, Kumar 🙂 Hope your week is going well!
Yes, trying different things certainly keeps life interesting. Glad you are on the edge and enjoying the adventure! Good for you!
Thanks Jeevan. You have a great weekend as well my friend. And good luck with Fat Cow!
-Kumar
Hey Kumar,
What a great list! I haven’t used trello yet but I’m hearing really good things about it so I’m going to check it out this weekend, just put it on my list!
Thanks for an awesome list,
Zach
Hi Zach,
You should definitely try Trello and I know you are going to love it.
I got hooked onto it the first time I understood what it can do 🙂
Good luck!
-Kumar
Hey Kumar,
This first thing I was nodding my head about is using coupons to purchase or renew domains. I always search for coupons before buying and I have my trusty sites saved just for that.
Great list by the way and I see you have Pocket included as well. Gosh, you’ve really covered so much so I don’t really have much to add. I mean I use TweetDeck and Buffer for Twitter but so many love Hootsuite. I think it’s just a personal preference myself.
This is a great list to share though and I’ll have to make sure I share this one with my friends too. Thank you so much for taking the time to put this one together. Awesome job.
~Adrienne
Thank you Adrienne for sharing about TweetDeck. That is a great tool for Twitter as well although I don’t use it personally because HootSuite lets me manage other networks as well.
But it is a great tool and thank you for dropping by and yes, also for your words if appreciation 🙂
Have a great Thursday and rest of the week as well!
Regards,
Kumar
Hi Kumar,
What’s in my toolbox? Let’s see… my best tool of all is Krishna World Wide Hosting and Sucuri that comes with it.
I love Evernote, and use it all the time and am just staring to use Trello.
I have read snippets of Bhagavad Gita online here and there, but I’ve never read the book. I will put this one on my MUST READ list. Thanks Kumar!
Have a grand weekend!
Bill
Aha! Thank you for the love Bill. Appreciate your friendship!!
Regards,
Kumar
Thanks Kumar for such a wonderful list.. It’s really a great stuff for me… I will surely your recommended tools to improve blog… The productivity tools in this list are really great.. I have just started using Evernote… Do you know website where I can learn Evernote ?
Hi Himanshu,
Evernote itself has tremendous amount of tutorials and in addition, just make a simple Google search “How to use Evernote” and you will not be disappointed 🙂
Good luck with Evernote and I tell you, you are going to love it.
Thanks for dropping by and sharing your appreciation.
Regards,
Kumar
Hey Kumar,
You have really impressed me with your list! This will definitely be a great reference to me as it will be to you.
I’m so glad that you mentioned Sucuri. When I had malware I was pretty much at a lost until I was recommended to use Sucuri. Once I paid for their services, they took care of the malware problem I had.
Also I read a couple of blog posts about using a theme based on the Genesis framework. I checked it out and yes it’s not cheap, but I can see that it will be beneficial in the long run.
Thanks for sharing this great list!
Sucuri is a great service Sherman and what I like about them the most is the depth of their mastery in this domain.
That is why I offer free sucuri’s coverage for my hosting clients. Sucuri also has an awesome WordPress plugin which replaces captcha, LimitLoginAttempts and adds features to patch a couple of other security holes and I am also adding that plugin at no charge to my hosting clients as well.
Glad you enjoyed the list and found it resourceful. Thank you for dropping by ad sharing your thoughts!
Have a great weekend my friend!
Regards,
Kumar
Hello Mr. Kumar
What a great list of some tools that will help us in our blogging endeavors. Thank you for taking time to research the list and share it with us.
I currently use Wunderlist, Evernote (the paid one) and Drop box(which I am still learning it)
But as I grow my site, I will add what I need.
Thank you again and have a wonderful weekend
Gladys
Ms Gladys,
Wow! You are already using the pro version of Evernote? That is awesome! Looks like you are using it even more effectively than I do. Thank you for that inspiration!
Dropbox is my favorite as well and I know you are figuring it out. If you have any questions about it, please let me know.
Regards,
Kumar
Hi Kumar, Yes, I use quite a few tools, and many of the ones you have listed here. Dropbox and Evernote are essentials for me. How do people get by without them? I also use Buffer and Rite Tag to time my sharing. My favorite plugins are Share Juice Pro and CommentLuv. I also use Boomerang to manage my emails.
I use PicMonkey to edit and compress my images before loading them onto my blog.
Great list, Kumar. Thanks for sharing your secrets to success!
Hi Carolyn,
Wow! You have a great list of tools as well in your toolbox. I use Paint.net for my image editing although I am definitely going to check out PicMonkey too just to see if it has any better features than I already have.
And of course I use CommentLuv too. I guess I need to update my list and include this awesome commenting system in the list explicitly. Thank you for the mention of it.
Have a wonderful day ahead!
Regards,
Kumar
Hello Kumar,
These tools of yours are not only awesome, there are very practical as well. I use about 95% of them myself and can attest to their greatness and functionality…the only one I cannot sincerly vouch for is Sucuri…and the reason is known!
We have the same taste in books, it seems. If you add Rich Dad, Poor Dad by Kiyosaki, that list would most certainly be mine!
Always,
Terungwa
Hi Terungwa,
I completely understand your reservations about Sucuri and that is for obvious reasons. But then, probably it is because a lot of web spammers from your range of IP have caused this reputation issue in their system and that is the reason the system tries to suspect you too.
But I have white listed your IP addresses and you should be good to go now on 🙂
The reason I had to implement Sucuri is obvious. The more popularity my blog is getting, the more attacks are coming. People trying to break into my WordPress, trying brute force attacks were getting me worried. So, I implemented Sucuri and now at least I have two benefits:
1. My sites are being monitored for security breach.
2. If my site gets hacked for any reason, they will fix it quickly.
Isn’t that a peace of mind knowing how scary place the internet is anyway? 🙂
I am glad you are able to comment now and we are back to exchange thoughts again as usual. Have a great day my friend!
Regards,
Kumar
Hi Kumar,
Sorry for being a little late this time – had my Dad visiting us for a few days and he just left yesterday, so here I am 🙂
Awesome list indeed! Yes, I have used most of the things your mentioned, though a few were new to me, especially the security ones you are using. I use a lot of free images through various sites, which just require us to credit the site or photographer, and so far that works well for me so far. I think I better sit over the weekend and check out the others from this list.
Thanks for sharing. Have a nice weekend 🙂
Hi Kumar,
Sorry that I’m late, but WOW! I just love this list of goodies you have given us. My latest and GREATEST is
Krishna World Wide Hosting! Now you know how much was going on with my blog and especially the membership site I created.
A month went by while I waited for things to get together. It the most frustrating experience. Until……
We signed up with your hosting.
I know so many of my friends that are having difficulty with their hosting platform, and connecting it to other things. Plus there is very slow customer service. But with Krishna World Wide Hosting, anytime I need something you are there. You are even there when I’m not asking. You also notice so many things and really saved my site…I have to thank you for that!
The other thing I just did was change from Get Response to Sendreach. A lot more flexibility and customization. So far so good!
Thank you Once Again!
-Donna
Hello Kumar! All I can say is Wow this article is jam packed with so much information. You mention Themes yet none that are free. I guess I am wondering why? Well I do have some free time here now so I am off to check out trello and yes a few more tools that you have suggested here,
Thank you for sharing..Chery 🙂
Hi Kumar,
This is a terrific list of resources!. I use GoDaddy as my domain registrar too. I think they have one of the easier domain management panels.
Searching for a coupon before making a purchase is a good tip. People should watch their GoDaddy emails too because they’ll often email coupon codes in reminder notices.
I don’t know if I’m just lucky but I recently won a contest for a developers subscription to Elegant Themesand I won another contest for a theme from
ThemeFuse. So, bloggers on a budget should keep an eye out for contests.
I am always amazed by the number of people who use HootSuite. One of these days, I may try it again.
Good luck with your hosting company and thanks for a great list!
Hi Sherryl,
Congratulations on winning a development subscription to Elegant Thems and you being technically savvy I can imagine how powerul that is. And on top of that again the same thing in Themefuse as well? It looks like you really have got some good control on these contests 🙂 Way to go!
And yes, HootSuite? In fact, this is the only tool I use the most on a day-to-day basis for the ease of use and may be so especially because it lets me monitor multiple social networks from one dashboard. You should definitely give it another chance 🙂
Have a great new week!
Regards,
Kumar
Hi Kumar,
Sorry for being here so late on your blog post, but I’ve spent most of the weekend in my bed with a bad, bad cold.
You’ve certainly given us a great list here. While I know many of these tools, there’re plenty that I do not know yet.
Thanks and have a wonderful week!
Great list Kumar! I love the Buffer, it’s probably my #1 tool. I have used Hootsuite but find Buffer quicker and easier to use. I would add WordFence for security. I also love Yoast for SEO and I still use Hostgator. They have been good with their customer support so I have no reason to jump to another as many other bloggers have over the past year or so. It’s amazing how many tools we rely on for our blogs Kumar. Thanks for sharing these, I have a friend just starting out and this would be a great post for them to read.
Thank you for dropping by Lisa. Yes, Buffer is awesome!
And yeah, we know how many tools we depend on when we make a list like this. When I started to build this list, I was amazed too because I didn’t know my list was so big 🙂
Have a great day and thank you for helping your friend. I think new people really need our help and support and I am glad you are being there for your friend.
Regards,
Kumar
Yes Kumar there are many resources out there for WordPress
I use the Thesis theme as it has a great support forum with skilled monitors to answer any questions
I tried Genesis but had little support and more complicated to customise
Hey Kumar,
thank you for sharing these Tools. But since you mentioned in another blog post, that you’ve switched from AWEBER to GetResponse, you should adapt this blog at that Point… 🙂
Best,
Thomas
Great point Thomas. I will update this post now 🙂
hello Kumar,
Thanks on your marvellous posting! I actually enjoyed reading it, you will be a great author. I will always bookmark your blog and will come back at some point. I want to encourage yourself to continue your great job, have a nice day!
Hey Kumar,
Really good list for those just getting started, will bookmark for future use. I definitely recommend looking for coupons for web hosting such as godaddy and hostgator as you can save quite a bit on those sites (got hosting for $1 on HostGator using the “1CENT” coupon). There are also some good deals on various WordPress sites as well that can be worth a look. Thanks for the great post 🙂
Very impressive list there! The Yoast SEO plugin for WP is a must in my book for WP based sites/blogs. Easy to understand and use even for a novice!
Hey Kumar,
Awesome list of these essential tools for making our workflow productive. You should consider including some of the newer project management kind of tools, to make this list perfect.