---
title: "Sign In - Song Refiners"
url: https://songrefiners.com/auth
description: "Sign in or create your free Song Refiners account. Get your first song reviewed free — no credit card required."
lang: en
---

Song Refiners (https://songrefiners.com/)

# Welcome back

Sign in to your account

Already a member on a new device or private browser? You're in the right place.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Song Refiners",
    "alternateName": "SongRefiners",
    "url": "https://songrefiners.com",
    "logo": "https://songrefiners.com/images/song-refiners-og.png",
    "description": "Song Refiners blends cutting-edge tech with human expertise to help songwriters strengthen craft, melody, and emotional impact. It ALL Starts With Your Song!",
    "founder": {
      "@type": "Person",
      "name": "Keith Mohr",
      "description": "30+ year music industry veteran, founder of Nashville Rising Song and AI Rising Song"
    },
    "sameAs": [
      "https://www.facebook.com/songrefiners",
      "https://www.instagram.com/songrefiners",
      "https://x.com/SongRefiners",
      "https://www.youtube.com/@songrefiners",
      "https://www.tiktok.com/@songrefiners",
      "https://www.airisingsong.com",
      "https://www.nashvillesongpitcher.com"
    ],
    "contactPoint": {
      "@type": "ContactPoint",
      "contactType": "customer service",
      "email": "info@songrefiners.com"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "WebSite",
    "name": "Song Refiners",
    "url": "https://songrefiners.com"
  }
]
```