@extends('site.layout') @section('title', 'Pricing - Dewemoji') @section('meta_description', 'Choose Dewemoji pricing for Free, Personal subscription, and Lifetime access for website, extension, and API usage.') @push('jsonld') @endpush @section('content')
Prices shown in {{ $currencyPref ?? 'USD' }}
@csrf

Supercharge your emoji workflow

Use Dewemoji for search, extension, and API in one account system.

@php $pref = $currencyPref ?? 'USD'; $monthlyIdr = $pricing['personal_monthly']['idr'] ?? 30000; $annualIdr = $pricing['personal_annual']['idr'] ?? 300000; $lifetimeIdr = $pricing['personal_lifetime']['idr'] ?? 900000; $monthlyUsd = $pricing['personal_monthly']['usd'] ?? 2; $annualUsd = $pricing['personal_annual']['usd'] ?? 20; $lifetimeUsd = $pricing['personal_lifetime']['usd'] ?? 60; $qrisUrl = $payments['qris_url'] ?? ''; $paypalUrl = $payments['paypal_url'] ?? ''; $paypalJoiner = $paypalUrl && str_contains($paypalUrl, '?') ? '&' : '?'; $paypalLifetimeUrl = $paypalUrl ? $paypalUrl.$paypalJoiner.'plan=personal_lifetime' : ''; $canQris = $pakasirEnabled ?? false; $paypalEnabled = $paypalEnabled ?? false; $paypalPlans = $paypalPlans ?? ['personal_monthly' => false, 'personal_annual' => false]; @endphp

Starter

For casual usage

$0/mo
Most Popular

Personal

For private keywords + sync

$0/mo

Lifetime

Pay once, use forever

$0

Plan comparison

Feature Starter Personal Lifetime
Emoji search + discovery Included Included Included
Private keywords Up to 20 Unlimited Unlimited
Keyword sync Account-only All channels All channels
API access Not included Included Included
Public search usage Hourly limits apply Unlimited Unlimited
Support Standard Priority Priority
Updates Regular All updates All updates
@endsection @push('scripts') @endpush