Welcome to the Ontut Developer Docs
Learn modern tech stacks with our interactive platform. Build, deploy, and master everything from web3 to AI.
Introduction
Ontut is an interactive learning platform that teaches software development through hands-on projects. Our documentation helps developers integrate our platform into their learning workflows.
Getting Started
Quick Start
- Create an account at
ontut.com/register
- Select your learning track
- Complete our interactive JavaScript basics course
- Start building your first project
Tutorials
API Reference
Our RESTful API supports programmatic access to learning data, progress tracking, and course management:
GET /api/v1/lessons?topic=javascript
POST /api/v1/progress
DELETE /api/v1/courses/{id}