The AI workbench for teams that ship

Make your team
good at AI by Friday.

LearnKit AI turns Claude, Cursor, ChatGPT and 40 other tools into a curriculum your people learn by building real things at work - reviewed by the AI Guide.

Open-source · Apache-2.0TypeScript · Zod · Next.js 15Node ≥ 20 · pnpm workspaces
workbench / lesson 12 · prompt.mdediting
 
One product. Three doors.

Built for whoever's asking.

For individuals

Get good at the AI tools your team already uses.

Pick a role, pick your stack, ship something Friday. Adaptive curriculum, real projects, reviewed by the AI Guide.

  • ·40+ tool tracks
  • ·Project-based lessons
  • ·Practitioner portfolio
For teams

Self-host the whole platform on your own infrastructure.

Clone the repo, deploy to your own infra, swap the lesson library for your stack. Apache-2.0 - no vendor lock-in.

  • ·Role-mapped curricula
  • ·No tracking · no phone-home
  • ·Fork the eval rubrics
For developers

Open SDKs to embed the AI Guide in your own product.

Three lines of JSX adds adaptive lessons and an in-product tutor to anything you ship.

  • ·Apache-2.0 npm packages
  • ·TypeScript end to end
  • ·White-label theming
How it works

Less watching. More building.

Most AI training is a video library. LearnKit AI gives you a 30-day path, a workbench, and a tutor that reads your prompts - built for the work, not the certificate.

01

Tell the AI Guide about your work

Role, stack, and one sentence about what you want to ship. Takes 90 seconds.

02

Get a 30-day path

Lessons, projects, and a final practicum - sequenced for your job, not a generic curriculum.

03

Build in the workbench

Real prompts, real agents, real outputs. The AI Guide reviews each one and tells you exactly where it breaks.

04

Ship to your team

Pass the practicum and you ship to production with a credential your manager actually recognizes.

The workbench

Where the lesson becomes the work.

One pane for the prompt, one for the run, one for the AI Guide's review. Everything you build is saved to a portfolio your manager can audit.

learnkit · workbench / module-04 / build-a-research-agent.lk
Module 04
Why agents fail
Tool use & function calls
Building a research agent
Evaluating outputs
Productionizing
Practicum: ship it🔒
system.md
agent.py
eval.json
# System prompt - research analyst
You are a senior research analyst at a
boutique consultancy. When given a PDF, you:
1. Extract the 3 most important claims
2. Cross-reference against web_search()
3. Draft a 200-word memo with citations
# Tone
Concise. Skeptical. Cite sources 
AI Guide
Add a refusal clause - last week your agent invented a citation when it couldn't find one.
AI Guide
2s
Your prompt is solid. Two notes before you run it:
·web_search with no domain allowlist.
·200-word cap will clip on long PDFs.
Ask the AI Guide anything…⌘K
Library

Pick a tool. Or all of them.

Tracks for the tools your team actually pays for. Updated every other week with each tool's latest capabilities.

Browse all 40 tracks
What you actually get

Real source code. No vendor strings attached.

LearnKit AI is built in the open under Apache-2.0. The packages on npm, the marketing site you are reading right now, and the demo flow are all the same source - clone it, fork it, run it locally, deploy it. No license keys, no SaaS tier, no telemetry to disable.

Apache-2.0
license
commercial use allowed
TypeScript
strict mode
inferred from Zod
0
tracking pixels
no phone-home, ever
Node 20+
pnpm workspaces
Turborepo · Next.js 15
Open SDKs

The SDKs are open. The pedagogy is the product.

Apache-2.0 licensed packages for JavaScript and TypeScript. Embed the AI Guide in your app, run evals on your users' work, or fork the eval rubrics for your own product.

@learnkit-ai/react · Apache-2.0● synced 2m ago
// 3 lines. That's the whole integration.
import { AIGuide } from '@learnkit-ai/react';

<AIGuide apiKey={KEY} userId={user.id} />
Three ways to use it

Open source. All of it.

No paid tier. No usage fee. Apache-2.0 from end to end - install it, fork it, embed it, deploy it. We do not gate features behind a credit card.

Install
Use the components in any React app.
$ pnpm add @learnkit-ai/react
  • Apache-2.0 - commercial use allowed
  • <LearningPath />, <AIGuide />, useLearnKit()
  • No Tailwind dependency · CSS variables only
  • Three built-in themes · drop into any host
Recommended
Self-host
Clone, fork, deploy to your own infrastructure.
$ git clone github.com/learnkit-ai/learnkit
  • Full source: schemas, core, react, marketing site
  • Next.js 15 App Router · deploys anywhere Node runs
  • pnpm workspaces + Turborepo
  • No tracking, no telemetry, no phone-home
Embed
Drop the AI Guide into your existing product.
$ <AIGuide message="..." />
  • Three lines of JSX, no build configuration
  • White-label the avatar, tone, and lesson library
  • Works in any framework via the published packages
  • Fork the eval rubrics for your own use case
Apache-2.0 · No credit card · No tracking · No phone-home
Frequently asked

Questions, answered.

What is LearnKit AI?+

LearnKit AI is an open-source AI workbench and learning platform. It generates 30-day, role-aware learning paths for tools like Claude, Cursor, ChatGPT, Copilot, Midjourney and 40+ others. Users learn by building real projects at work, reviewed by the AI Guide.

Which AI tools does LearnKit AI cover?+

LearnKit covers 40+ tools including Claude (Anthropic), Cursor, ChatGPT (OpenAI), GitHub Copilot, Midjourney, Notion AI, Perplexity, and Google Gemini, with dedicated tracks for each.

Is LearnKit AI open source?+

Yes. LearnKit AI is licensed under Apache-2.0. The TypeScript engine, React components, and SDKs are all open source. The repository is at github.com/learnkit-ai/learnkit.

How much does LearnKit AI cost?+

LearnKit AI is free and open source under Apache-2.0. There is no paid tier, no usage fee, and no commercial restriction. Install the packages from npm, self-host the marketing site, or embed the React components in your own product - all without paying anyone.

Can I embed LearnKit AI in my own product?+

Yes. The Apache-2.0 license permits commercial use, modification, and distribution. The <AIGuide /> React component embeds in three lines of code. No attribution required beyond keeping the license file.

How do I self-host LearnKit AI?+

Clone the repo, run pnpm install and pnpm dev. The marketing site is a Next.js 15 App Router app - deploy it to Vercel, Netlify, Cloudflare Pages, or any Node host. The packages can be consumed from npm or installed directly from the workspace.

How is LearnKit AI different from a video course?+

LearnKit AI is project-based, not video-based. Every lesson ends with a real prompt, agent, or workflow you build in the workbench, which the AI Guide reviews. You graduate with a portfolio of shipped projects, not certificates of completion.

Try it on your actual work.

90 seconds, no signup. Tell the AI Guide what you do - see your curriculum.

Run the demo
Apache-2.0 · No signup · No tracking · Run locally