๐Ÿ“š Documentation SepediAi logo

SepediAi

Code in your own Language โ€” powered by AI, built for creativity.

๐Ÿš€ Try the IDE

Why SepediAi?

Natural Syntax

Say โ€œdraw sun at top-rightโ€ and SepediAi writes the code.

Perfect for Kids

Learn programming logic without confusing syntax.

AI Assistant

Built-in OpenAI support to generate working code instantly.

Live Preview

See your drawings execute in-browser with p5.js.

Save & Share

Save your creations as .sep files and reload anytime.

Example SepediAi Code

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

Example output

Our Team

Team Member

Team Meta

Lead Developer

Team Member

PolymathAi

AI Specialist

Our Partners

Partner Logo

Adopt-A-School Foundation

Supporting digital literacy initiatives

Partner Logo

PolymathAi

Advancing natural language processing

Get Started