Educators and Parents can use AI to generate Interactive Activities and Custom Analytics so that you see how students think and not just what they know. You also get recommendations to follow up.
Froggy can make anything from a simple alphabet matching game to an electronic circuit building activity.
Traditional learning analytics treats students as numbers: 67%, B+, etc. You're also stuck with activities that was not made for your kids, their interests and needs.
When students view education as a transaction, they'll use the best tool to complete it. I don't think AI policing or banning will solve this.
My hope is that when you show them that their learning journey including the struggles, hesitations, moments of progress, and successes are cared for, they would want to put in effort. They need to know that people care about them.
Froggy is a coding agent that generates activities, tracks student events, analyzes the events, and then generates a dashboard personalized for every student and the whole class.
You can revise your activities, analyze student data from multiple perspectives and learning science theories, and generate as many dashboards as you want! This was inspired by the Education Report shared by Drew Bent from Anthropic where we see that Educators are already using AI to generate interactive activities for STEM but we need detailed and personalized analytics to close the feedback loop.
I made this with Claude Code (Sonnet 4.5) in 2 days so its not perfect but it was easy thanks to the
ai-sdk, shadcn and ai-elements. This was the most efficient I’ve been with Claude Code because in the beginning I was reviewing every single edit to setup a good foundation, types, and structure for it to learn from. Highly recommend starting with Data models, DB schemas and types before making your agent write code! I got into this habit after reading the Data Oriented Programming book and its been very helpful. Planning ahead in Notion gave Claude Code more context about the purpose of the app and my initial DB schemas.
I know that teachers and parents are already busy so this platform would have a gallery of activities to choose from and customize if needed just like v0 and Scratch. Would love to get feedback and thoughts!
13point5•2h ago
Educators and Parents can use AI to generate Interactive Activities and Custom Analytics so that you see how students think and not just what they know. You also get recommendations to follow up.
Froggy can make anything from a simple alphabet matching game to an electronic circuit building activity.
Traditional learning analytics treats students as numbers: 67%, B+, etc. You're also stuck with activities that was not made for your kids, their interests and needs.
When students view education as a transaction, they'll use the best tool to complete it. I don't think AI policing or banning will solve this.
My hope is that when you show them that their learning journey including the struggles, hesitations, moments of progress, and successes are cared for, they would want to put in effort. They need to know that people care about them.
Froggy is a coding agent that generates activities, tracks student events, analyzes the events, and then generates a dashboard personalized for every student and the whole class.
You can revise your activities, analyze student data from multiple perspectives and learning science theories, and generate as many dashboards as you want! This was inspired by the Education Report shared by Drew Bent from Anthropic where we see that Educators are already using AI to generate interactive activities for STEM but we need detailed and personalized analytics to close the feedback loop.
I made this with Claude Code (Sonnet 4.5) in 2 days so its not perfect but it was easy thanks to the ai-sdk, shadcn and ai-elements. This was the most efficient I’ve been with Claude Code because in the beginning I was reviewing every single edit to setup a good foundation, types, and structure for it to learn from. Highly recommend starting with Data models, DB schemas and types before making your agent write code! I got into this habit after reading the Data Oriented Programming book and its been very helpful. Planning ahead in Notion gave Claude Code more context about the purpose of the app and my initial DB schemas.
I know that teachers and parents are already busy so this platform would have a gallery of activities to choose from and customize if needed just like v0 and Scratch. Would love to get feedback and thoughts!
Tweet with video: https://x.com/27upon2/status/1975542008929218954
Code: https://github.com/13point5/froggy