Skip to content

Commit 68309e8

Browse files
committed
feat: Add Penify Pricing page and link in documentation for better user guidance
1 parent ae3bdbe commit 68309e8

3 files changed

Lines changed: 89 additions & 4 deletions

File tree

.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ export default defineConfig({
125125
},
126126
],
127127
}]},
128+
{items: [{
129+
text: "💰 Penify Pricing",
130+
link: "/docs/penify-pricing.md",
131+
}]},
128132
{
129133
items: [{
130134
text: "💠 Penify Dashboard",

docs/penify-pricing.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
layout: doc
3+
title: "Penify Pricing: Plans, Features, and Comparison"
4+
description: Explore Penify's pricing plans, including Freemium, Premium, Pro, and Enterprise. Compare features, usage limits, and find the best plan for your code documentation and PR automation needs.
5+
keywords: Penify, pricing, plans, subscription, freemium, premium, pro, enterprise, code documentation, PR automation, developer tools
6+
---
7+
8+
<!-- 🌟 LIMITED TIME OFFER 🌟 -->
9+
<div style="background: linear-gradient(90deg, #f9d423 0%, #ff4e50 100%); color: #222; padding: 1.2em 1em; border-radius: 8px; margin: 1.5em 0; font-size: 1.15em; font-weight: 600; box-shadow: 0 2px 8px rgba(255,78,80,0.08); text-align: center;">
10+
🎁 <strong>Sign up before <span style="color:#ff4e50;">30th May</span> and get <span style="color:#f9d423;">10 FREE credits</span> to try Penify's premium features!</strong> No card required. Start documenting smarter today!
11+
</div>
12+
13+
# **Penify Pricing Guide**
14+
15+
Penify offers flexible pricing plans to suit individual developers, teams, and enterprises.
16+
17+
18+
## **Available Plans**
19+
20+
| Plan | Price (USD/month) | Suitable For |
21+
|--------------------------|-------------------|------------------------|
22+
| Freemium/Public Repo | $0 | Open source projects |
23+
| Freemium/Private Repo | $0 | Small private projects |
24+
| Premium | $18 | Growing teams |
25+
| Pro | $25 | Power users/teams |
26+
| Enterprise | Custom | Large organizations |
27+
28+
> **Note:** Annual billing options are available for Premium and Pro plans at discounted rates.
29+
30+
## **Feature Comparison Table**
31+
32+
Penify provides a comprehensive set of features across its plans. The table below summarizes the key differences:
33+
34+
| Feature Category | Freemium/Public | Freemium/Private | Premium | Pro | Enterprise |
35+
|---------------------------|:---------------:|:----------------:|:-------:|:---:|:----------:|
36+
| **Code Documentation** | 10 files/repo | 3 files/repo | 10 files/repo | All files | All files |
37+
| **CI/CD Doc Updates** | 10 commits/day | 5 commits/day | Unlimited | Unlimited | Unlimited |
38+
| **Changelog** || - ||||
39+
| **PR Summary** ||||||
40+
| **PR Review/Analyze** | - | - ||||
41+
| **API Doc Generation** | 40 endpoints | 10 endpoints | 40 endpoints | All endpoints | All endpoints |
42+
| **Architecture Doc** | All files | All files | All files | All files | All endpoints |
43+
| **Hosting** | - | - | - | Free w/ Auth | Free w/ Auth |
44+
| **Custom LLMs** | - | - | - | - ||
45+
46+
> For a detailed feature breakdown, see the interactive pricing table on the [Penify Pricing Page](https://penify.dev/pricing).
47+
48+
## **How to Choose a Plan**
49+
50+
- **Freemium:** Ideal for individuals, open source, or small private projects. Limited usage but free forever.
51+
- **Premium:** Best for growing teams needing more automation and higher limits.
52+
- **Pro:** For power users and teams requiring unlimited documentation and advanced PR features.
53+
- **Enterprise:** Tailored for large organizations with custom needs, SLAs, and dedicated support.
54+
55+
## **Upgrading or Downgrading Your Plan**
56+
57+
1. Log in to your [Penify Dashboard](https://dashboard.penify.dev).
58+
2. Navigate to the **Billing** or **Pricing** section.
59+
3. Select your desired plan and follow the prompts to upgrade, downgrade, or manage your subscription.
60+
61+
## **Frequently Asked Questions**
62+
63+
### **Is there a free trial for paid plans?**
64+
Penify offers a free tier for both public and private repositories. For paid plans, contact support for trial options.
65+
66+
### **Can I switch plans at any time?**
67+
Yes, you can upgrade or downgrade your plan at any time from the dashboard. Changes take effect immediately or at the next billing cycle.
68+
69+
### **What payment methods are supported?**
70+
Penify accepts major credit cards for monthly and annual subscriptions. For Enterprise, invoicing and custom payment options are available.
71+
72+
### **How do I get a custom Enterprise quote?**
73+
Contact [Penify Sales](mailto:support@penify.dev) for a tailored solution and pricing.
74+
75+
## **Need Help?**
76+
For more details, visit the [Penify Pricing Page](https://penify.dev/pricing) or reach out to [support@penify.dev](mailto:support@penify.dev).
77+
78+
Happy documenting!

index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,19 @@ features:
3232
- title: Create API Token
3333
details: Guide on how to create API Token
3434
link: /docs/Creating-API-Keys-in-Penify.md
35+
- title: "💰 Penify Pricing"
36+
details: "Compare Penify's Freemium, Premium, Pro, and Enterprise plans. Find the best fit for your team and see a detailed feature breakdown."
37+
link: /docs/penify-pricing.md
3538
- title: Install Penify on AuzreDevops
3639
details: Guide on how to install Penify on AzureDevops
3740
link: /docs/install-penify-on-AzureDevops.md
3841
- title: "Penify: Getting Started"
3942
details: Details on how to install Penify on Github
4043
link: /docs/what-is-penify.md
41-
# - title: Feature B
42-
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
43-
# - title: Feature C
44-
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
44+
# - title: Feature B
45+
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
46+
# - title: Feature C
47+
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
4548
---
4649
<ClientOnly>
4750
<EmailSignup />

0 commit comments

Comments
 (0)