Create
Design. Build. Learn.
AWSTRA designs ESP32 development boards, electronics kits and the CreateLab IDE — built for makers, students and classrooms learning real embedded systems.
Our Product
One board. Infinite possibilities. Built for the classroom and beyond.
123456789101112131415
// AWSTRA CreateLab
// Write, build, upload — all in one place.
#include <Arduino.h>
void setup() {
Serial.begin(115200);
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
digitalWrite(LED_BUILTIN, HIGH);
delay(500);
digitalWrite(LED_BUILTIN, LOW);
delay(500);
}
IDE
CreateLab
A modern desktop application for developing, building and managing AWSTRA projects — all in one place.
Syntax highlighting
One-click upload
Serial monitor
Project manager
Board manager
Library manager
Auto-complete
Dark mode
Windows
macOS
Linux
Explore CreateLab
Hardware. Software. Real impact.
AWSTRA builds the tools for creators, engineers and innovators.
Explore the Ecosystem