Skip to content
View amirsaam's full-sized avatar
:octocat:
:octocat:

Organizations

@PlayCover

Block or report amirsaam

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
.github/profile/README.md

Howdy! I'm Amir ๐Ÿ‘‹

This is the place where I try to be a OpenSource person and version control myself ๐Ÿ˜…

Tip

Open for Collaborations & Freelance Opportunities

{
  "success": true,
  "data": {
    "amirUsesTo": {
      "code": ["Swift", "Bash", "HTML", "CSS", "JavaScript"],
      "createApps": ["Skip", "SwiftUI", "SwiftData", "RealmDB", "SQLite"],
      "tryMakeWebsites": ["Vapor", "Elementary", "HTMX", "AlpineJS", "Bootstrap"]
    },
    "amirToolbox": ["Project X", "Figma", "Xcode", "Zed", "Docker", "Git", "GitHub Actions"],
    "amirOpenSources": [
      {
        "name": "RadixUI-Swift",
        "url": "https://github.com/amirsaam/Radix-UI-Swift",
        "description": "RadixUI ready to be used in SwiftUI (Unofficial)",
        "isSwiftPackage": true,
      },
      {
        "name": "PatreonAPI-Swift",
        "url": "https://github.com/amirsaam/PatreonAPI-Swift",
        "description": "A Swift library for interacting with Patreon API",
        "isSwiftPackage": true,
      }
    ],
    "amirProjects": [
      {
        "name": "MahiaaZ",
        "description": "A full-featured Mafia/Werewolf game master assistant",
        "status": "Work In Progress",
        "visibility": "private",
        "referenceUrl": "https://en.wikipedia.org/wiki/Mafia_(party_game)",
        "summary": "Helps managing roles, voting, night phases and etc.",
      },
      {
        "name": "KavehSMS",
        "description": "An easy to use client for Kavenegar SMS WebService utilising its API",
        "status": "Work In Progress",
        "visibility": "private",
        "referenceUrl": "https://kavenegar.com",
        "summary": "Supports sending, status checking, and all other useful API endpoints",
      }
    ]
    "amirSocials": [
      {
        "platform": "LinkedIn",
        "url": "https://www.linkedin.com/in/amirsaam",
        "displayName": "Amir Mohammadi"
      },
      {
        "platform": "X (Twitter)",
        "url": "https://twitter.com/inoutAmir",
        "displayName": "Amir"
      },
      {
        "platform": "Instagram",
        "url": "https://instagram.com/i.amirsaam",
        "displayName": "Amir ๐ŸฆŠ"
      },
      {
        "platform": "Dribbble",
        "url": "https://dribbble.com/amirsaam",
        "displayName": "Amir Mohammadi"
      }
    ]
  },
  "meta": {
    "lastUpdated": "2026-03-23T17:12:00Z",
    "source": "amir-profile",
    "version": 1.4
  }
}

Pinned Loading

  1. Radix-UI-Swift Radix-UI-Swift Public

    RadixUI ready to be used in SwiftUI (Unofficial)

    Swift 5 1

  2. PatreonAPI-Swift PatreonAPI-Swift Public

    A Swift library for interacting with Patreon API

    Swift 3

  3. EncryptKit EncryptKit Public

    A Simple CommonCrypto Package to Encrypt/Decrypt a String

    Swift

  4. CodableAny CodableAny Public

    Conforms "Any" in Swift to Codable protocol

    Swift