π 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)