Code in your own Language โ powered by AI, built for creativity.
Say โdraw sun at top-rightโ and SepediAi writes the code.
Learn programming logic without confusing syntax.
Built-in OpenAI support to generate working code instantly.
See your drawings execute in-browser with p5.js.
Save your creations as .sep files and reload anytime.
create [canvas (400 by 400)] draw [sun (at top-right corner)] draw [tree (at center)]
This natural prompt will generate code like:
function setup() { createCanvas(400, 400); } function draw() { background(135, 206, 235); ellipse(width - 50, 50, 80, 80); fill(34, 139, 34); rect(180, 200, 40, 80); }
This is the Output
Lead Developer
AI Specialist
Supporting digital literacy initiatives
Advancing natural language processing