www/apps/bloom/app/credits-and-plans/page.mdx
import { Table } from "docs-ui"
export const metadata = {
title: Credits and Plans,
}
Bloom uses a credit-based pricing system. Every month, your plan includes credits that you spend when chatting with Bloom to build and update your store.
Credits are the currency Bloom uses to measure usage. Each time you send a prompt to Bloom, it consumes credits based on the complexity and scope of your request.
Different types of prompts consume different amounts of credits. More complex requests that require Bloom to generate more code or make extensive changes will use more credits.
{/* ### Example Credit Usage
For example, here's how different types of prompts typically consume credits:
<Note>These examples are estimates and actual credit usage may vary based on the specific details of your prompt and the changes Bloom needs to make.
</Note> <Table> <Table.Header> <Table.Row> <Table.HeaderCell> Prompt Type </Table.HeaderCell> <Table.HeaderCell> Example </Table.HeaderCell> <Table.HeaderCell> Estimated Credits </Table.HeaderCell> </Table.Row> </Table.Header><Table.Body> <Table.Row> <Table.Cell> Add data </Table.Cell> <Table.Cell> "Add a category and products for desks" </Table.Cell> <Table.Cell> 0.13 credits </Table.Cell> </Table.Row>
<Table.Row>
<Table.Cell>
Layout change
</Table.Cell>
<Table.Cell>
"Move the product description above the product images on the product page"
</Table.Cell>
<Table.Cell>
0.21 credits
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
New feature
</Table.Cell>
<Table.Cell>
"Add a product review system with star ratings"
</Table.Cell>
<Table.Cell>
0.7 credits
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
Design overhaul
</Table.Cell>
<Table.Cell>
"Change the homepage to match this website: example.com"
</Table.Cell>
<Table.Cell>
0.52 credits
</Table.Cell>
</Table.Row>
</Table.Body>
</Table> */}The number of credits a prompt consumes can depend on several factors, including:
To get the most out of your credits, consider:
Bloom provides two types of plans: Free and Hobby. Plans provide a set of credits per month with different features to support your store-building journey.
The Free plan is idea for new users who want to try Bloom and explore its capabilities. With the Free plan, you get:
Once you're ready to publish your store or need more credits, upgrade to the Hobby plan.
The Hobby plan is designed for active store builders who are ready to start selling or need more credits to build and update their store.
The Hobby plan includes everything in the Free plan, plus:
The Hobby plan has multiple pricing tiers based on the number of credits you need per month:
<Table> <Table.Header> <Table.Row> <Table.HeaderCell> Credits per Month </Table.HeaderCell> <Table.HeaderCell> Price </Table.HeaderCell> </Table.Row> </Table.Header><Table.Body> <Table.Row> <Table.Cell> 50 credits </Table.Cell> <Table.Cell> $29/month </Table.Cell> </Table.Row>
<Table.Row>
<Table.Cell>
90 credits
</Table.Cell>
<Table.Cell>
$50/month
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
160 credits
</Table.Cell>
<Table.Cell>
$80/month
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
240 credits
</Table.Cell>
<Table.Cell>
$120/month
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
360 credits
</Table.Cell>
<Table.Cell>
$180/month
</Table.Cell>
</Table.Row>
</Table.Body>
</Table>To see how many credits you have left for the month:
In the account view, you'll see the credits remaining for the current month at the top right. For example, you'll see "40 credits left".
In the project view, click on the project name at the top left to open the project menu. The credits remaining show as a progress bar displaying how much you've used and how much is left. For example, you'll see "10.00/50".
Credits reset automatically at the start of each month. Unused credits don't roll over to the next month.
Upgrade to a higher plan at any time to get more credits or access additional features.
To upgrade your plan:
Upgrading your plan doesn't reset your credit usage. For example, if you've used 50 credits and upgrade to 160 credits, you'll have 110 credits remaining (160 - 50 = 110).
</Note>Downgrade to a lower plan if you don't need as many credits or to cancel your subscription. Downgrading takes effect at the start of the next billing cycle, so you'll keep your current credits until then.
To downgrade your plan, follow the same steps as upgrading but select a lower-tier plan instead. Your new plan and credit limit will take effect at the start of the next month when your credits reset.
Downgrading to the Free plan cancels your subscription. Your current plan stays active until the end of your billing cycle, then your account switches to the Free plan with its limitations:
To update your payment method, manage billing details, or view a breakdown of your current cycle, see the Manage Billing guide.
No, you don't need to enter payment information to use the Free plan. You can start building your store and using Bloom's features without providing any payment details.
If you run out of credits before the end of the month, you'll receive an error when you try to send a prompt to Bloom.
If you're on the Hobby plan, your production store stays live, but you can't make changes with Bloom until your credits reset at the start of the next month. You can still push updates through Export to GitHub or make edits with Selection Mode, which doesn't consume credits.
To upgrade and get more credits immediately, follow the steps in the Upgrade Your Plan section above.
Yes, credits are shared across all stores under the same account. This means that if you have multiple projects, they will all draw from the same pool of credits.
No, Bloom doesn't offer one-time credit purchases. To get more credits immediately, upgrade to a higher plan. Your new credits become available right away. Downgrade back to your original plan at the start of the next month if you don't need the extra credits long-term.
Yes, cancel your subscription at any time by downgrading to the Free plan. Your plan stays active until the end of your current billing cycle, then switches to the Free plan with its limitations.
Your store stays live with all existing features until the end of your billing cycle. After that, if you were on the Hobby plan, your store switches to the Free plan with its limitations (5 credits per month, no production deployment). Continue using your store on the Free plan or upgrade again to regain more credits and features.