ClearKrypt Academy

A visual, interactive beginner course. Earn XP by identifying commands, choosing modules, and fixing tiny apps.

XP: 0

1
2
3
4
5

Lesson 1: What starts every ClearKrypt app?

Pick the command that names the application.

Lesson 2: What does use ui do?

Choose the best answer.

Lesson 3: Fix the app

This app uses button. What module is missing?

app "Demo"

screen Home {
  button "Start" { go Dashboard }
}

Lesson 4: Visual layout

Which decorator stores a drag position?

Course path

Unit 1: First app

app, use, screen, title, text, button.

Unit 2: Visual UI

Cards, forms, lists, grid, stack, @pos, responsive rules.

Unit 3: Data

Models, collections, queries, saves, updates, validation.

Unit 4: Auth

Users, roles, policies, guards, sessions.

Unit 5: Build targets

Web, phone, PC, worker, cloud, all-platform builds.

Unit 6: Project mission

Build a small inventory app and export it to web and phone.