ONTUT

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

  1. Create an account at ontut.com/register
  2. Select your learning track
  3. Complete our interactive JavaScript basics course
  4. 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}