Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions cloud/free-tier.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "FalkorDB DBaaS Free Tier"
![FalkorDB Cloud Free Tier Banner](https://github.com/user-attachments/assets/062cb5c5-d969-4481-ab1b-1802fea0732a)

# Free Tier
FalkorDB's free cloud tier gives you instant access to a graph database with multi-graph support and multi-tenancy capabilities. You can deploy on AWS or GCP with 100MB of storage and rely on community support to get started.
FalkorDB's free cloud tier gives you instant access to a graph database with multi-graph support and multi-tenancy capabilities. You can deploy on AWS or GCP with **100MB of RAM** (max graph dataset size: 100MB) and rely on community support to get started.

The free tier provides everything you need to explore FalkorDB and build initial prototypes. When your application grows and requires TLS security, VPC networking, high availability, automated backups, or dedicated support, you can upgrade to a paid plan that includes these enterprise features.

Expand All @@ -17,6 +17,8 @@ The free tier provides everything you need to explore FalkorDB and build initial
| Feature | FREE | STARTUP | PRO | ENTERPRISE |
| :--- | :---: | :---: | :---: | :---: |
| **Monthly Cost (from)** | **Free** | **$73** | **$350** | **Custom** |
| **Memory (RAM)** | 100 MB | From 1 GB | From 8 GB | Custom |
| **Max Graph Dataset** | 100 MB | ~75% of RAM | ~75% of RAM | Custom |
| Multi-Graph / Multi-Tenancy | **✓** | **✓** | **✓** | **✓** |
| Graph Access Control | **✓** | **✓** | **✓** | **✓** |
| TLS | ✗ | **✓** | **✓** | **✓** |
Expand Down Expand Up @@ -46,8 +48,8 @@ Need an extension? Speak to [sales](https://www.falkordb.com/get-a-demo/)

{% include faq_accordion.html
title="Frequently Asked Questions"
q1="How much storage does the Free Tier include?"
a1="The Free Tier includes **100MB** of storage, which is sufficient for evaluation, prototyping, and learning FalkorDB's graph database capabilities."
q1="How much memory does the Free Tier include?"
a1="The Free Tier includes **100MB of RAM**, which is also the maximum size of your graph dataset. FalkorDB is an in-memory graph database, so this 100MB is the total working memory available for your graphs. It's sufficient for evaluation, prototyping, and learning FalkorDB's graph database capabilities."
q2="Do I need a credit card to sign up?"
a2="No, the Free Tier requires no credit card. You can sign up and start using FalkorDB immediately at [app.falkordb.cloud/signup](https://app.falkordb.cloud/signup)."
q3="What happens if my Free Tier instance is inactive?"
Expand Down
2 changes: 1 addition & 1 deletion cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ The Enterprise Tier is fully optimized for mission-critical applications, provid
q4="What features are available across all tiers?"
a4="All tiers include **Multi-Graph / Multi-Tenancy** and **Graph Access Control**. Higher tiers add TLS, VPC, high availability, automated backups, and dedicated support."
q5="Is there a free trial available?"
a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB storage on AWS or GCP — no credit card required."
a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size) on AWS or GCP — no credit card required."
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Make the max dataset value explicit for consistency.

Use max graph dataset size: 100MB here as well, so this FAQ matches the wording used on the Free Tier page and avoids ambiguity.

Suggested wording
-  a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size) on AWS or GCP — no credit card required."
+  a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size: 100MB) on AWS or GCP — no credit card required."
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size) on AWS or GCP — no credit card required."
a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size: 100MB) on AWS or GCP — no credit card required."
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@cloud/index.md` at line 77, Update the FAQ sentence that currently reads
"FalkorDB offers a **Free Tier** that provides a fully functional graph database
instance with 100MB of RAM (max graph dataset size) on AWS or GCP — no credit
card required." to explicitly use the phrase "max graph dataset size: 100MB" so
it matches the Free Tier page wording; locate and edit the string/line
containing a5 in cloud/index.md and replace the parenthetical phrasing with "max
graph dataset size: 100MB".

%}