<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Refund Policy - Obsidian Palace</title>
<meta name="description" content="Refund policy for Obsidian Palace MCP Server. 14-day no-questions-asked refund on all commercial licenses.">
<!-- Favicon -->
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
palace: {
bg: '#0a0a0b',
surface: '#1a1a1d',
border: '#2a2a2d',
text: '#fafafa',
muted: '#888888',
accent: '#7c3aed',
'accent-hover': '#a78bfa',
}
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],
}
}
}
}
</script>
<style>
html { scroll-behavior: smooth; }
body { background-color: #0a0a0b; }
</style>
</head>
<body class="font-sans text-palace-text antialiased">
<!-- Navigation -->
<nav class="fixed top-0 left-0 right-0 z-50 bg-palace-bg/80 backdrop-blur-md border-b border-palace-border">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<!-- Logo -->
<a href="/" class="flex items-center space-x-2">
<svg class="w-8 h-8 text-palace-accent" viewBox="0 0 32 32" fill="currentColor">
<path d="M16 2L4 8v16l12 6 12-6V8L16 2zm0 4l8 4-8 4-8-4 8-4zM6 11.5l8 4v9l-8-4v-9zm20 0v9l-8 4v-9l8-4z"/>
</svg>
<span class="text-xl font-bold">Obsidian Palace</span>
</a>
<!-- Desktop Navigation -->
<div class="hidden md:flex items-center space-x-8">
<a href="/#features" class="text-palace-muted hover:text-palace-text transition-colors">Features</a>
<a href="pricing.html" class="text-palace-muted hover:text-palace-text transition-colors">Pricing</a>
<a href="technical/API.md" class="text-palace-muted hover:text-palace-text transition-colors">Docs</a>
<a href="https://github.com/Probably-Computers/obsidian-palace-mcp" class="text-palace-muted hover:text-palace-text transition-colors" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</div>
</nav>
<!-- Content -->
<main class="pt-32 pb-20 px-4">
<div class="max-w-3xl mx-auto">
<h1 class="text-4xl font-bold mb-4">Refund Policy</h1>
<p class="text-palace-muted mb-8">Last updated: December 12, 2025</p>
<div class="prose prose-invert max-w-none space-y-8">
<!-- Highlight Box -->
<div class="p-6 rounded-xl bg-palace-surface border border-palace-accent/30">
<h2 class="text-2xl font-semibold mb-4 text-palace-accent">14-Day Money-Back Guarantee</h2>
<p class="text-palace-text text-lg leading-relaxed">
We offer a <strong>14-day no-questions-asked refund policy</strong> on all commercial license purchases. If you're not satisfied with Obsidian Palace for any reason, simply request a refund within 14 days of your purchase.
</p>
</div>
<section>
<h2 class="text-2xl font-semibold mb-4">How to Request a Refund</h2>
<p class="text-palace-muted leading-relaxed">
To request a refund, follow these simple steps:
</p>
<ol class="list-decimal list-inside text-palace-muted mt-4 space-y-3">
<li><strong class="text-palace-text">Email us</strong> at <a href="mailto:adamc@probablycomputers.com" class="text-palace-accent hover:text-palace-accent-hover">adamc@probablycomputers.com</a></li>
<li><strong class="text-palace-text">Include your order number</strong> (found in your purchase confirmation email)</li>
<li><strong class="text-palace-text">Request your refund</strong> - no explanation needed</li>
</ol>
</section>
<section>
<h2 class="text-2xl font-semibold mb-4">Refund Timeline</h2>
<ul class="list-disc list-inside text-palace-muted mt-4 space-y-2">
<li>Refund requests must be made within <strong class="text-palace-text">14 days</strong> of purchase</li>
<li>Refunds are processed within <strong class="text-palace-text">5-10 business days</strong></li>
<li>Funds are returned to your original payment method</li>
</ul>
</section>
<section>
<h2 class="text-2xl font-semibold mb-4">What Happens After a Refund</h2>
<p class="text-palace-muted leading-relaxed">
Upon receiving a refund:
</p>
<ul class="list-disc list-inside text-palace-muted mt-4 space-y-2">
<li>Your commercial license will be revoked</li>
<li>You may continue using Obsidian Palace under the free AGPL-3.0 license</li>
<li>Any data stored in your Obsidian vault remains yours</li>
</ul>
</section>
<section>
<h2 class="text-2xl font-semibold mb-4">Eligible Purchases</h2>
<p class="text-palace-muted leading-relaxed">
This refund policy applies to:
</p>
<ul class="list-disc list-inside text-palace-muted mt-4 space-y-2">
<li><strong class="text-palace-text">Personal Pro License</strong> ($29 one-time)</li>
<li><strong class="text-palace-text">Commercial License</strong> ($49/year)</li>
</ul>
<p class="text-palace-muted leading-relaxed mt-4">
The free Community tier under AGPL-3.0 does not require a refund policy as no payment is involved.
</p>
</section>
<section>
<h2 class="text-2xl font-semibold mb-4">Payment Processing</h2>
<p class="text-palace-muted leading-relaxed">
All payments and refunds are processed by <a href="https://paddle.com" class="text-palace-accent hover:text-palace-accent-hover underline" target="_blank" rel="noopener">Paddle</a>, our Merchant of Record. Paddle handles all payment processing, currency conversion, and refund transactions securely.
</p>
</section>
<section>
<h2 class="text-2xl font-semibold mb-4">Questions?</h2>
<p class="text-palace-muted leading-relaxed">
If you have any questions about our refund policy, please contact us:
</p>
<div class="mt-4 p-4 rounded-lg bg-palace-surface border border-palace-border">
<p class="text-palace-text font-medium">Probably Computers</p>
<p class="text-palace-muted mt-2">Email: <a href="mailto:adamc@probablycomputers.com" class="text-palace-accent hover:text-palace-accent-hover">adamc@probablycomputers.com</a></p>
</div>
</section>
<!-- Related Links -->
<section class="pt-4 border-t border-palace-border">
<p class="text-palace-muted">
See also: <a href="terms.html" class="text-palace-accent hover:text-palace-accent-hover">Terms of Service</a> | <a href="privacy.html" class="text-palace-accent hover:text-palace-accent-hover">Privacy Policy</a> | <a href="pricing.html" class="text-palace-accent hover:text-palace-accent-hover">Pricing</a>
</p>
</section>
</div>
</div>
</main>
<!-- Footer -->
<footer class="py-12 px-4 border-t border-palace-border">
<div class="max-w-6xl mx-auto">
<div class="flex flex-col md:flex-row items-center justify-between gap-6">
<div class="flex items-center space-x-2">
<svg class="w-6 h-6 text-palace-accent" viewBox="0 0 32 32" fill="currentColor">
<path d="M16 2L4 8v16l12 6 12-6V8L16 2zm0 4l8 4-8 4-8-4 8-4zM6 11.5l8 4v9l-8-4v-9zm20 0v9l-8 4v-9l8-4z"/>
</svg>
<span class="font-semibold">Obsidian Palace</span>
</div>
<div class="flex flex-wrap items-center justify-center gap-6 text-sm text-palace-muted">
<a href="https://github.com/Probably-Computers/obsidian-palace-mcp" class="hover:text-palace-text transition-colors" target="_blank" rel="noopener">GitHub</a>
<a href="technical/API.md" class="hover:text-palace-text transition-colors">Documentation</a>
<a href="privacy.html" class="hover:text-palace-text transition-colors">Privacy</a>
<a href="terms.html" class="hover:text-palace-text transition-colors">Terms</a>
<a href="refund.html" class="text-palace-text font-medium">Refunds</a>
<a href="mailto:adamc@probablycomputers.com" class="hover:text-palace-text transition-colors">Contact</a>
</div>
<p class="text-sm text-palace-muted">
© 2025 Probably Computers. AGPL-3.0 License.
</p>
</div>
</div>
</footer>
</body>
</html>