Hey n8n community! I’m Armani, a 17-year-old developer, and I just built a suite of 4 free AI-powered web tools running entirely on n8n Cloud using webhook triggers and AI nodes. No external servers, no frameworks – just n8n doing the heavy lifting.
The Tools
All 4 tools in one place: Launch the Tools Hub
- AI Email Writer - Turn rough ideas into polished professional emails in seconds
-
- AI LinkedIn Post Generator - Create scroll-stopping LinkedIn content from a simple topic
- Each tool is a separate n8n workflow:
-
- Webhook trigger receives user input via GET/POST
-
- AI node processes the request with a carefully crafted system prompt
-
- Respond to Webhook returns a fully styled HTML page with the result
- The entire frontend is server-rendered HTML returned from the webhook response. No separate hosting needed! Each tool has a beautiful dark-themed UI with syntax highlighting and formatted output.
-
What I Learned
-
- n8n webhooks are surprisingly powerful for serving web apps. You can return full HTML pages with CSS.
-
- GitHub repo: free-ai-tools
-
- Support: buymeacoffee.com/armanidev
- Would love your feedback! What other tools should I build next?