DevSpace

A platform for sharing developments and tools

Upload, find, and share applications and tools with other developers. DevSpace is a convenient hub for open-source projects and useful utilities. Join the community and grow together!

Software Catalog

×

JSON Builder

Create your app JSON file with this builder. Fill in the details below.

Need help? Check out the documentation to format your JSON correctly.

{
  "name": "App Name",
  "type": "app",
  "description": "Short description of the application",
  "version": "1.0.0",
  "languages": ["RU", "EN"],
  "author": {
    "name": "Name or nickname",
    "link": "https://github.com/..."
  },
  "tags": {
    "type": ["Library", "App", "NPM Package", "Website"],
    "purpose": ["UI Development", "Backend", "Education", "Tooling", "Productivity"],
    "technology": ["JavaScript", "Python", "React", "Vue", "Node.js"],
    "functionality": ["Authentication", "UI Component", "Analytics", "Database"],
    "maturity": ["Alpha", "Beta", "Stable", "Deprecated"],
    "other": ["Open Source", "JS/ES6 Module", "Offline", "Mobile Ready", "Experimental"]
  },
  "icon": "https://link/to/icon.png",
  "platforms": ["Windows", "macOS", "Linux", "Android", "iOS", "Web", "Google Chrome", "Firefox", "Safari", "Yandex Browser", "Microsoft Edge", "Opera"],
  "screenshots": ["https://link/to/screenshot1.jpg", "https://link/to/screenshot2.jpg"],
  "download": {
    "url": "https://example.com/download",
    "label": "Download the application"
  },
  "repo": "https://github.com/project",
  "license": "MIT",
  "lastUpdate": "2025-07-05",
  "docs": "https://link.to/documentation"
}