AI Superpower
What it does: Generates text or images for the person using the app.
- Teacher example: Writing feedback coach
- Teacher example: Reading-level analyzer
- Teacher example: Story starter generator
Each card explains what the Superpower does, when to use it, and what kinds of apps it unlocks.
What it does: Generates text or images for the person using the app.
What it does: Saves and syncs app data live between the teacher and guests.
What it does: Sends formatted messages to the app ownerβs inbox.
What it does: Converts long URLs into short link.apphive.us links.
What it does: Stores image, audio, PDF, and other app files.
What it does: Helps the app owner understand app visits and usage.
Help teachers understand AI keys, choose the right Teacher Hive AI mode, and find where to create their own provider key.
Best for writing, feedback, tutoring, rubrics, text analysis, and lesson support.
Best for multimodal tasks, image-friendly workflows, and educators already using Google tools.
Best for general AI, coding help, image generation, app ideas, and broad classroom tools.
This puts the API key directly in public JavaScript. Do not do this.
const apiKey = "PASTE_REAL_KEY_HERE";
fetch("https://api.provider.com/ai", {
method: "POST",
headers: { "Authorization": "Bearer " + apiKey },
body: JSON.stringify({ prompt })
});
The app calls Teacher Hiveβs AI Superpower. The key is handled through Teacher Hive, not public app code.
async function callTeacherHiveAI(prompt) {
// Paste Teacher Hive's official AI Instructions here.
// Do not paste your real AI key into this code.
// Teacher Hive handles the provider call safely.
}
Answer a few questions and get a practical recommendation.
Describe a classroom need and get a complete Teacher Hive build plan.
Create a copy-ready prompt for Claude, ChatGPT, or Gemini to build your Teacher Hive app.
Tip: In Teacher Hive, copy the official AI Instructions for each Superpower you enable and paste them above this generated prompt.
Click a template to load a suggested build plan and Superpower stack.
Paste your app idea, prompt, or instructions and check for student privacy risks.
Use this checklist before publishing or sharing an app with students.
These demos simulate how the Superpowers work. Replace placeholders with Teacher Hiveβs official instructions when building.
Simulates generating feedback with AI.
Simulates turning a giant app URL into a short link.
Simulates sending an app summary to the teacher owner.