monthlyInstancePrice() — supabase Function Reference
Architecture documentation for the monthlyInstancePrice() function in ProjectCreation.utils.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD bf6c040d_c49e_cbde_ad87_91d650a6b372["monthlyInstancePrice()"] 09fc5b7a_db9f_e8fe_3d30_22fddb4f5cf6["ProjectCreationFooter()"] 09fc5b7a_db9f_e8fe_3d30_22fddb4f5cf6 -->|calls| bf6c040d_c49e_cbde_ad87_91d650a6b372 style bf6c040d_c49e_cbde_ad87_91d650a6b372 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/interfaces/ProjectCreation/ProjectCreation.utils.ts lines 40–42
export const monthlyInstancePrice = (instance: string | undefined): number => {
return instanceSizeSpecs[instance as DesiredInstanceSize]?.priceMonthly || 10
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does monthlyInstancePrice() do?
monthlyInstancePrice() is a function in the supabase codebase.
What calls monthlyInstancePrice()?
monthlyInstancePrice() is called by 1 function(s): ProjectCreationFooter.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free