๐ Learn LangChain JS (with LangGraph) โ My Open-Source Repo
Over the last few weeks, Iโve been learning how real AI backends are built โ not just โcall an LLMโ but actual systems that use tools, memory, RAG, scraping, agents, and workflow logic.
While learning, I noticed something:
There isnโt a simple, practical, beginner-friendly way to learn LangChain JS + LangGraph with real examples.
So I decided to build one myself.
๐ Learn-LangChain (JS)
A clean, example-first repository that teaches LangChain JS from zero to advanced, using short, focused lessons you can run instantly.
๐ Repo: https://github.com/iparesh18/Learn-LangChain
โญ Whatโs Inside
Prompt chains
Output parsing
Embeddings + vector search
Basic RAG
Tools (RunnableLambda + validation)
Puppeteer scraping
LLM-as-a-tool
Agent execution
LangGraph (nodes, edges, routing)
Multi-agent flows (planner โ scrape/search โ final answer)
Every file is a standalone lesson.
No theory overload โ just code you can run and understand.
๐ฑ Why I Built This
I wanted something simple, practical, and structured โ the kind of resource I wish existed when I started.
And Iโll keep updating it with more chapters as I learn.
๐ Repo Link
If you're exploring LangChain, LangGraph, or agentic AI in general โ this might save you a lot of time.
Top comments (0)