top of page

Customizable App Gallery

Thunkable apps are highly remixable because you can run them immediately, without configuration, and the blocks-based code is more understandable than text code. This gallery offers open-source Thunkable apps that you can customize within minutes! The apps below are live--they are embedded web apps created with Thunkable. See how they work, then click the "Customize" button to view the source blocks and make your own copy of the app.

Generative-AI Apps

This Thunkable app talks to OpenAI to facilitate a conversation with a historical figure, in this case Ella Baker. The app uses OpenAI to generate sample questions to facilitate a student's learning, and AI Ella talks from her perspective and in the first person.

​

You can remix this app with your own person of interest in minutes, and add your own "prompt engineering" to guide the discussion.

This Thunkable app displays a group of USF alums and allows the user to have conversations with their AI. This app makes use of a custom Thunkable component, OpenAILibrary, to simplify the coding.
You can remix this app with your own people of interest in minutes, and add your own "prompt engineering" to guide the discussion.

This Thunkable app includes a group of historical figures--  click on one to have a conversation with that person. This one is about hidden figures of the Civil Rights struggle, but you can make for any group you'd like. 

​

You can remix this app with your own people of interest in minutes-- you'll create your own spreadsheet of the data and tweak the blocks to use it. 

This Thunkable app facilitates a debate between Milton Friedman, Karl Marx, and you! The app shows the entire conversation as it proceeds and makes sure everyone takes turns! 


You can remix this app with your own participants in minutes, and add your own "prompt engineering" to guide the discussion.

 Informational Apps

Create a trivia app, study guide, or ASL app

This trivia app uses list variables for the questions and answers, and a list of lists for the answer choices. The code involves using an index variable to step through the questions, and if-blocks to check when the end is reached. Remix this app to build any quiz you'd like!

This ASL app finger spells any text you enter. It has images for each letter's finger spelling and uses text processing to build the file name for each letter in a word. It also make use of a timer to animate the spelling. 

Customizable Games

Make some games!

bottom of page