INSPIRED BY SIMPLICITY I believe that automation should be simple. Inspired by how easy n8n makes it to build workflows, I decided to create a project that uses just a few nodes to deliver powerful grammar corrections- showing that anyone can create with AI, And was also inspired by accessibility . I was inspired to build a free and open source (n8n) and AI to help people improve their English without any cost or technical skills , And was also inspired by everyday mistakes .

What it does

This project takes a sentence with grammar errors, sends it to an AI via n8n, and returns the corrected version automatically. Its a simple ,no-code grammar correction tool that helps users write clearly and confidently.

How we built it

We used n8n, a no code automation tool, to built the workflow. it includes:

  1. A tigger node to receive user input
  2. An AI agent node ( like Google Gemini) to correct the grammar 3.An output node to display the fixed sentence The entire project was built without writing any traditional code- just using simple, visual automation. ## Challenges we ran into As a beginner in no code tools, one major challenge was figuring out how to connect an AI agent inside n8n without using HTTP request. It also took time to create a simple, working workflow that did not require coding. Another challenge was making sure that the AI returned accurate grammar corrections, especially for tricky or unclear sentences. Lastly, keeping the user experience clean and beginner-friendly background. ## Accomplishments that we're proud of Successfully built an AI-powered grammar correction tool using n8n with no prior coding experience. Connected an AI agent to automate grammar correction in a simple, visual workflow. Learned how to work with AI, automation, and prompts in a practical way. Completed and going to submit a working project to the AI FOR GOOD challenge-our first hackathon. ## What we learned We learned how to build smart workflows using n8n, and how to connect AI agents to perform tasks like grammar correction. we also learned how powerful no-code tools can be for creating real-world solutions, even without a programming background. ## What's next for AGENITIC AI We plan to make AGENTIC AI more useful by adding a clean and easy interface for users. We also want to make the grammar corrections smarter, support different languages, and share it with more people who need writing help and let others try it online for free.

Built With

  • aiagentnode
  • n8n
  • prompt-based
Share this project:

Updates