Get Started
Getting Started
Start using MAGI Markdown in under 5 minutes
To start working with MAGI, you’ll need:
- A basic understanding of Markdown
- A text editor for creating .mda files
- Optionally, the url2mda tool to convert web content to MAGI format
Understanding MAGI Components
Creating a Simple MAGI File
Create a file with the .mda
extension. Here’s an example structure:
Adding AI Instructions
Inside your .mda
file, you can add an ai-script
block like this:
Convert Web Content with url2mda
The easiest way to test MAGI is with our url2mda service, which converts web pages to MAGI format:
Try it out in your browser: https://url2mda.sno.ai
Explore the Open Source Toolkit
MAGI is fully open source and includes tools like url2mda that you can run locally:
- Clone the repository:
git clone https://github.com/snoai/magi-markdown
- Navigate to the url2mda directory:
cd magi-markdown/apps/url2mda
- Install dependencies:
pnpm install
- Run locally:
pnpm dev
View MDA examples in the docs/mda-examples
directory to see MAGI in action for various use cases.
You’re now ready to create AI-friendly content with MAGI. That’s it! You’re now ready to create AI-friendly content with MAGI.