{% extends "base.html" %} {% block content %}

PRICING

Choose Your Plan

HD wallpapers, deep interpretations, unlimited divination

Free

Basic access

$0 /forever
  • Daily almanac data
  • Daily fortune overview
  • 1 wallpaper/day · 1080p
  • 1 divination/day only
  • Includes ads
{% if user and user.plan == 'free' %}
Current plan
{% elif not user %} {% else %}
Current plan
{% endif %}
Most Popular

Monthly Pro

Cancel anytime

$4.99 /month
  • All Free features
  • HD wallpaper · 1440p
  • Unlimited I-Ching
  • Deep interpretations
  • Full month archive
  • Ad-free
{% if user and user.plan == 'pro' %}
✓ Subscribed
{% elif user %} {% else %} {% endif %}
{% if selected_plan == 'yearly' %}
Recommended
{% endif %}

Yearly Pro

Best value · Save 33%

$39.99 /year
  • All Monthly Pro features
  • Yearly destiny report
  • Custom wallpaper themes
  • Priority support
{% if user and user.plan == 'pro' %}
✓ Subscribed
{% elif user %} {% else %} {% endif %}

ONE-TIME

Annual Destiny Report

Deep yearly fortune & personality analysis

$19.99
{% endblock %}