coursecode 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,22 +1,14 @@
|
|
|
1
1
|
# CourseCode
|
|
2
2
|
|
|
3
|
-
**Open-source, local-first course authoring
|
|
3
|
+
**Open-source, local-first course authoring built for AI tools like Claude Code, Codex, Cursor, and [CourseCode Desktop](https://coursecodedesktop.com) — no coding required to start, full code control when you need it.**
|
|
4
4
|
|
|
5
|
-
CourseCode creates real project files you can inspect, version, and edit directly — with a predictable, file-based workflow instead of a black-box GUI.
|
|
5
|
+
CourseCode creates real project files you can inspect, version, and edit directly — with a predictable, file-based workflow instead of a black-box GUI. Built-in MCP integration means your AI assistant connects directly to your course project.
|
|
6
6
|
|
|
7
7
|
Bring your own PDFs, Word docs, or PowerPoints, use AI to accelerate authoring, and deploy to any LMS format without vendor lock-in or subscriptions.
|
|
8
8
|
|
|
9
|
-
## Start Here
|
|
10
|
-
|
|
11
|
-
Start with the workflow that fits you:
|
|
12
|
-
|
|
13
|
-
- **Course authors (prefer buttons and guided setup):** Start with **[CourseCode Desktop](https://coursecodedesktop.com)** if you want the easiest path and do not want to deal with Node.js or terminal setup
|
|
14
|
-
- **Course authors (prefer editing files and running commands):** Start with the **[User Guide](framework/docs/USER_GUIDE.md)** in this repo for the framework workflow
|
|
15
|
-
- **AI assistants:** Use the AI-focused docs in `framework/docs/` (for example `COURSE_AUTHORING_GUIDE.md` and `FRAMEWORK_GUIDE.md`)
|
|
16
|
-
|
|
17
9
|
## Features
|
|
18
10
|
|
|
19
|
-
- **MCP integration**:
|
|
11
|
+
- **MCP integration**: Works with Claude Code, Codex, Cursor, CourseCode Desktop, and any MCP-capable AI tool — previews, screenshots, linting, and testing without manual file sharing
|
|
20
12
|
- **No coding required to start**: Describe what you want and let AI help build slides, interactions, and structure
|
|
21
13
|
- **Full LMS integration**: SCORM 1.2, SCORM 2004, cmi5, and LTI with complete tracking records
|
|
22
14
|
- **AI-assisted authoring workflow**: Structured guides and MCP tools for faster course development
|
|
@@ -35,9 +27,7 @@ Start with the workflow that fits you:
|
|
|
35
27
|
|
|
36
28
|
## Installation
|
|
37
29
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
If you want the easiest setup with buttons and guided steps, use **[CourseCode Desktop](https://coursecodedesktop.com)** instead.
|
|
30
|
+
> **Prefer a GUI?** Use [CourseCode Desktop](https://coursecodedesktop.com) instead.
|
|
41
31
|
|
|
42
32
|
### Required
|
|
43
33
|
|
|
@@ -71,7 +61,7 @@ Open `http://localhost:4173` to view and edit your course.
|
|
|
71
61
|
|
|
72
62
|
The example course included with every new project is a complete guide to using CourseCode.
|
|
73
63
|
|
|
74
|
-
|
|
64
|
+
Start with the [User Guide](framework/docs/USER_GUIDE.md) for a complete walkthrough.
|
|
75
65
|
|
|
76
66
|
---
|
|
77
67
|
|