Microsoft MakeCode, short for Programming eXperience Toolkit, is an open-source framework developed by Microsoft for creating beginner-friendly programming environments and educational coding tools. The toolkit serves as the foundation for Microsoft MakeCode, a platform used to teach programming through interactive editors that support both block-based and text-based coding. PXT enables developers to build custom programming environments that can run in web browsers or local development setups, making it suitable for educational hardware platforms such as microcontrollers and classroom devices. The system uses a subset of TypeScript as its underlying programming language, simplifying JavaScript syntax while maintaining compatibility with modern development workflows. Through its modular design, developers can create specialized editors and programming experiences tailored to specific devices or learning contexts.
Features
- Framework for creating block-based and text-based programming editors
- Foundation technology behind Microsoft MakeCode educational platform
- Uses a simplified subset of TypeScript as the programming language
- Supports development for educational hardware and microcontroller platforms
- Browser-based programming environments with optional local tooling
- Extensible architecture for building custom coding environments