Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Take your AskMojo app anywhere

You built an AI app on AskMojo. This file is what lets you keep it for good and use it anywhere, even outside AskMojo.

When you export your app you get one file. It holds everything: what your app does, what it remembers, and the tasks it runs for you. It is yours. No lock-in.

Use it in ChatGPT or Claude (no setup, no code)

You don't need to install anything or know how to code.

  1. On AskMojo, open your app and click Do It Yourself. You'll download one file.
  2. Open ChatGPT or Claude, in your browser or in the app.
  3. Paste the whole file into the chat and send it.
  4. That's it. Your app is now running there, with its memory and its tasks. Just start asking.

The top of the file tells the AI how to behave like your app, so pasting the whole thing is all it takes. The same trick works in any AI that lets you paste text, including free ones you run on your own computer.

What's inside the file

You can open it with any text app (Notes, TextEdit, Notepad) and read it in plain words:

  • Your app's name and what it's for
  • Its memory — the context and notes it keeps for you
  • Its tasks — the ready-made things it does on demand
  • Who it's shared with, if it's a team app

Want to see what a real one looks like first? Open any file in the examples/ folder.

Why this is open

Your app is yours. If you ever stop using AskMojo, you should still be able to use what you built. So we wrote the file format down in the open, for anyone to read, trust, and build on. No surprises, no walled garden.

For developers

The format is fully documented and machine-checkable.

Examples included: a B2B sales app, a content research app, and a multi-user family app (anonymized). Issues and pull requests welcome — see the CHANGELOG for version history.


Made by AskMojo · MIT License

About

Open standard for AskMojo AI app exports — JSON Schema + bootstrap prompts + portable format

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages