Skip to content

Short Link Superpower

Updated May 20, 2026

The Short Link Superpower lets your app turn long web addresses into short, easy-to-share links right inside the app. Instead of sharing a long, messy URL, your app can instantly create something like link.apphive.us/abc2p7, making it easy to read aloud, type on a phone, or write on a whiteboard.


Adding the Short Link Superpower to your app requires a Pro subscription. Your app and existing short links keep working, even if you later downgrade.


How to add it to an app

Building short-link support into your app requires giving your AI chatbot instructions from Teacher Hive.


  1. In Teacher Hive, click Add App.
  2. Open the Short Link Superpower section and toggle it on.
  3. Click Copy AI Instructions.
  4. Paste the instructions into your AI chatbot (Claude, ChatGPT, or Gemini).
  5. Tell the chatbot where you want short links to appear. For example: "add a Share button that copies a short link to the clipboard," or "after a student finishes, give them a short link they can use to come back to their saved progress."
  6. Paste the chatbot's generated HTML back into the App Code field and save.


What you can shorten

Any https URL, up to 4000 characters. Common targets:


  1. Teacher Hive app links with saved progress. Create a link that remembers where a student left off, so they can return to the exact same spot later.
  2. Public Google Docs, Slides, or Sheets. Quickly share readings, assignments, presentations, or worksheets from inside your app.
  3. Student or teacher creations inside the app. Share projects, drawings, responses, or other creations so others can open and view them.
  4. Other public websites and online resources. Link to videos, articles, simulations, or any other public webpage.


How short codes are picked

Codes are 6 characters from an alphabet that leaves out easily confused characters (no i, l, o, 0, or 1). Each call to create a new code generates the 6 random characters; you do not pick it and you cannot customize it.


Rate limits

To protect against accidental loops and abuse, URL shortening is limited to:

  1. 100 shortens per guest per hour.
  2. 1,000 shortens per app per day (resets at midnight UTC).


The AI Instructions teach the chatbot to handle surpassing the rate limit by falling back to the long URL, so a share button keeps working even when shortening is throttled.


When you delete the app

Short links created by an app are deleted along with the app. Anyone who saved an old short URL after deletion lands on a "Short link not found" page.


A note about previews

When your app uses a Superpower, the preview inside your AI chatbot (Claude's Canvas, ChatGPT's Canvas, Gemini's Canvas) will not be able to access the Superpower. The Short Link Superpower only works once the app is hosted on Teacher Hive. Paste the chatbot's code into the Add App form and test it from there.


Sample Prompt

In addition to pasting the Short Link Superpower AI Instructions into your chat, you need to describe your app and exactly how short links work. Here's an example for an Confetti Celebration app:


Build a personalized celebration card in HTML. The teacher types a student's name and a short achievement line (like "Read 100 books this year"), then taps Share to copy a short link to the finished card. When the recipient opens the short link, the name flies in big, confetti rains down, and a cheer plays, with the achievement in smaller text below.
Encode the name and achievement in the URL so the celebration renders directly when someone opens the link. Two states: the builder view for the teacher, the celebration view for the recipient. Joyful but not gaudy, no scrolling, mobile-friendly.
[Paste Short Link AI Instructions]


The Confetti Celebration app produces a short URL like this one: link.apphive.us/ktab95


That app expands into a URL that contains the info the app needs to show the personalized certificate: https://apphive.us/celebrate?n=Teacher+Hive+User&a=Reading+the+site%27s+Help+pages%21&t=Tony+Vincent&th=royal&st=6

Confetti Celebration
Confetti Celebration
FROM TONY VINCENT
apphive.us/celebrate

Enter information to create a digital greeting card. Send the card's URL to your student. When opened, the accomplishment is celebrated with confetti and sounds.

Info


Short Link Superpowered Apps

The apps below use the Short Link Superpower.


Gemini Chat Starter. This app includes the pre-filled prompt in the URL for Gemini. Longer prompts produce longer URLs, so the app includes a button to shorten the link.

Gemini Chat Starter
Gemini Chat Starter
FROM TONY VINCENT
apphive.us/start

Jump-start student chats with a link that pre-fills the first prompt in Guided Learning mode.

Info

Lesson Libs. Story templates and completed stories can be shared through URLs. Because the URL contains all the data, they are quite long. The Short Link Superpower makes those extremely long links manageable.

Lesson Libs
Lesson Libs
FROM TONY VINCENT
apphive.us/lesson-libs

Turn the passage you enter into something silly by replacing words. Great whole class activity for reviewing or previewing content.

Info
Back to Help