What is GlobeEd?
GlobeEd is an interactive globe app demo where users click a country and receive AI-generated facts about culture, food, history, language, and nature. It is a strong example of building an educational geography app with AI.
Key features of GlobeEd
The experience centers on an animated world view, country selection, and friendly fact cards that make exploration feel more like discovery than a static encyclopedia. It suits students, travelers, and curious users browsing world knowledge.
How GlobeEd was built
The source uses React with D3 and TopoJSON for geographic rendering, plus an AppDeploy backend endpoint for /api/country-facts. The frontend sends the selected country name to the backend, which generates the educational fact response.
Prompt used to build GlobeEd
AppDeploy a spinning 3D globe where I can click any country and get fun AI-generated facts about its culture, food, history, language, and nature....
Live GlobeEd demo
Open the live GlobeEd appSee more Lifestyle & Fun apps
Dog Breed Detector
Dog breed detector app that analyzes dog photos and shows breed information, starting with a random Dog CEO API image.
"AppDeploy a dog breed detector app. On load, show a random dog photo from the Dog CEO API"
World Atlas Pop Quiz
Geography quiz app that uses country data, including borders, capitals, currencies, flags, and coordinates, to generate world atlas challenges.
"AppDeploy a "World Atlas Pop Quiz" geography quiz app. Use a free public countries API to fetch country data, including borders, capitals, currencies, flags, and coordinates, and generate world atlas challenges."