more-than-markdown.json _
{
  "product": {
    "name": "More Than Markdown",
    "tagline": "The editor that speaks your language",
    "description": "A powerful, modern document editor for markdown, YAML, JSON, and more. Built for developers who demand flexibility and power.",
    "version": "1.0.0",
    "platforms": ["desktop", "mobile"]
  },
  
  "features": [
    {
      "name": "Multi-Tab Editing",
      "description": "Work on multiple documents simultaneously with intuitive tab management"
    },
    {
      "name": "SSH/SFTP Remote Access",
      "description": "Edit files directly on remote servers without leaving the editor"
    },
    {
      "name": "Theme Management",
      "description": "Switch between light and dark themes"
    },
    {
      "name": "Live Markdown Preview",
      "description": "See your markdown rendered in real-time as you type"
    },
    {
      "name": "Template Library",
      "description": "Built-in templates for common document types gets you started faster by pre-writen boiler-plate content."
    },
    {
      "name": "YAML & JSON Support",
      "description": "First-class support for structured data formats. Validation and composition."
    },
    {
      "name": "File Browser",
      "description": "Navigate your filesystem or a remote directory with an integrated file drawer"
    }
  ],
  
  "techStack": {
    "desktop": ["Electron", "React", "TypeScript"],
    "mobile": ["React Native", "TypeScript"]
  },
  
  "download": {
    "desktop": {
      "mac": "Coming Soon",
      "windows": "Coming Soon",
      "linux": "Coming Soon"
    },
    "mobile": {
      "ios": "Coming Soon",
      "android": "Coming Soon"
    }
  },
  
  "links": {
    "github": "https://github.com/yourusername/more-than-markdown",
    "documentation": "Coming Soon"
  },
  
  "status": "In Active Development"
}