App Inventor

1 program Added 2026-03-12T11:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: MIT App Inventor, Google App Inventor, App Inventor 2
Provenance: commit 57a1ac55fc · authored 2026-03-12T04:39:59+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Caja (0.14)MENTOR (0.12)AppGameKit (0.10)Actor (0.09)ATS2 (0.09)

LLM-contributed programs

HelloPurr - Button Click and Shake Sound

Provenance: commit 57a1ac55fc · authored 2026-03-12T04:39:59+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.bky · added: 2026-03-12T11:00:00Z
<xml xmlns="http://www.w3.org/1999/xhtml">
  <block type="component_event" x="78" y="78">
    <mutation component_type="Button" instance_name="Button1" event_name="Click" is_generic="false"></mutation>
    <field name="component_block">Button1</field>
    <statement name="DO">
      <block type="component_method">
        <mutation component_type="Sound" instance_name="Sound1" method_name="Play" is_generic="false"></mutation>
        <field name="component_block">Sound1</field>
      </block>
    </statement>
  </block>
  <block type="component_event" x="78" y="250">
    <mutation component_type="AccelerometerSensor" instance_name="AccelerometerSensor1" event_name="Shaking" is_generic="false"></mutation>
    <field name="component_block">AccelerometerSensor1</field>
    <statement name="DO">
      <block type="component_method">
        <mutation component_type="Sound" instance_name="Sound1" method_name="Play" is_generic="false"></mutation>
        <field name="component_block">Sound1</field>
      </block>
    </statement>
  </block>
</xml>

Contribute — propose a file extension

Tell us where to find evidence about App Inventor (mapped to pl/app_inventor). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/App Inventor/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← apostle appcode-editor →