|
| 1 | +- [pricingsaas saas pricing models](https://pricingsaas.com/saas-pricing-models.html) |
| 2 | +- [reddit r web_design comments x0knh7 subscription_fee_vs_flat_rate](https://www.reddit.com/r/web_design/comments/x0knh7/subscription_fee_vs_flat_rate/) |
| 3 | + |
| 4 | +# No metering |
| 5 | + |
| 6 | +- Infra is expensive and time consuming to build |
| 7 | +- Need a lot of requests to gain more profit which for a freelance project probably won't be much |
| 8 | + |
| 9 | +## Monthly Hosting |
| 10 | + |
| 11 | +> This does not include cost for building the website |
| 12 | +
|
| 13 | +- $20/month base cost |
| 14 | +- Unlimited seats |
| 15 | +- Free subdomain |
| 16 | +- DIY page management |
| 17 | +- Analytics |
| 18 | +- Maintenance and security updates |
| 19 | +- Lifetime access to new components and features added to our CMS |
| 20 | +- Page view usage based pricing: |
| 21 | + - $0.0000640 per page view up to 2.5 million visits |
| 22 | + - $0.0000420 per page view for 2.5 million visits and above |
| 23 | + |
| 24 | +### Add-ons |
| 25 | + |
| 26 | +- Open AI GPT-3.5 Integration: $10/mo |
| 27 | +- Open AI GPT-4 Integration: $20/mo |
| 28 | +- Unlimited edits and page management: $100/mo |
| 29 | +- Unlimited edits with A/B testing: $200/mo (if we can implement a hands-off approach) |
| 30 | +- SEO, Branding, Marketing campaign: Contact Us |
| 31 | +- Personalized Recommendations: |
| 32 | + - Basic: |
| 33 | + - $15 for 10,000 recommendations |
| 34 | + - $1 for every 1000 recommendations after |
| 35 | + - Pro: |
| 36 | + - $60 for 100,000 recommendations |
| 37 | + - $1 for every 2000 recommendations after |
| 38 | + |
| 39 | +#### Notes |
| 40 | + |
| 41 | +- Page view: $0.0000320/page view |
| 42 | + - cloudrun x2 price as base price including cloudflare |
| 43 | + - 10 images (should have thick profits here) |
| 44 | + - 10 api requests |
| 45 | +- Page view: $0.0000640/page view |
| 46 | + - should give enough profit to cover for other infra |
| 47 | + - can give discount to big clients up to $.0000320 |
| 48 | + - 2678400 (seconds in month) results in $171.4176 |
| 49 | + |
| 50 | +### Pitch |
| 51 | + |
| 52 | +- Built on biggest cloud providers like Cloudflare, Google, Amazon, and Microsoft that provide enterprise grade security as well as amazing price to performance ratio due to economies of scale that will benefit business of all sizes |
| 53 | + - Poor security can be a potential source of headache and costs to address but by following industry best practices, you avoid these potential pitfalls and opportunity costs |
| 54 | + - Running our own services and infra on lower level cloud primitives is more difficult and time-consuming but gives us economies of scale which allow us to pass cost saving to users compared to relying Software as a Service companies which becomes exponentially expensive as you scale |
| 55 | +- Unparalleled scalability and availability using cutting edge serverless technologies that both scale up thousands of instances to meet demand and down to 0 when no users are using the website or app |
| 56 | +- Optimized for e-commerce |
| 57 | + - Lots of studies show that slow websites in e-commerce massively increases bounce rate |
| 58 | + - Optimal load times for peak conversions ranged from 1.8 to 2.7 seconds across device types |
| 59 | + - Just a 100-millisecond delay in load time hurt conversion rates by up to 7% |
| 60 | + - Optimal load times for lowest bounce rates ranged from 700ms to 1.2s across all device types |
| 61 | + - A two-second delay in load time hurt bounce rates by up to 103% |
| 62 | + - Pages with the lowest bounce rates had start render times ranging from 0.9 to 1.5 seconds |
| 63 | + - A two-second delay correlated with up to a 51% decrease in session length |
| 64 | + - [s3 amazonaws sofist marketing State+of+Online+Retail+Performance+Spring+2017+ +Akamai+and+SOASTA+2017 pdf](https://s3.amazonaws.com/sofist-marketing/State+of+Online+Retail+Performance+Spring+2017+-+Akamai+and+SOASTA+2017.pdf) |
| 65 | + - Uses qwik city, a next generation framework which is one of the fastest tools for building e-commerce sites and dynamic web applications |
| 66 | + - Runs your code at more than 300 locations across the globe providing the lowest latency possible |
| 67 | + - Our noctus image optimization service increase performance of image heavy sites by optimizing quality, converting to next generation formats like Avif and Webp, and serving the smallest image resolution possible based on the user's device. All that for a portion of the cost of other similar service providers like [cloudinary](https://cloudinary.com/pricing) which start out cheap but get crazy expensize as you scale |
| 68 | +- Optimized for Search Engine Optimization (SEO) |
| 69 | + - High core web vitals provide a good baseline for search engine rankings |
| 70 | + - Actual SEO work (marketing campaign, content creation, etc) not included |
| 71 | + |
| 72 | +# Metering more profit |
| 73 | + |
| 74 | +- $5-30/mo for db, devops, portal fee |
| 75 | + - try to get atleast $15-20 base to cover for expenses sufficiently |
| 76 | +- free unlimited DIY edits |
| 77 | +- free unlimited DIY creation of new static pages |
| 78 | +- usage based pricing. Pay for resources you use |
| 79 | + - Requests: $0.80/million requests or 0.0000008/request |
| 80 | + - Duration: 0.00003/second request duration |
| 81 | + - Shared CMS: |
| 82 | + - Dedicated Website: |
| 83 | + - Requests: $0.0000006/request |
| 84 | + - CPU Usage: $0.00000004/ms of cpu usage |
| 85 | + |
| 86 | +# Metering |
| 87 | + |
| 88 | +- Have a metering class or something |
| 89 | +- add response time middleware to express that adds duration to headers |
| 90 | + - we only measure duration and requests. But include the cpu and memory in the pricing (markup) |
| 91 | + - this comes out as less than .80/million request which is what I want anyway |
| 92 | +- get value from headers in pages then store in class state |
| 93 | +- get cloudflare to send it after request |
| 94 | + - if we using postgres, use ~pubsub~ cloud tasks api to queue the writes |
| 95 | + - [postgresql message id CAKhTGFWrx06KXEzS4K3Z1aCcEsqB3f62pbNdrpyJUOo7QD7k3w%40mail gmail com](https://www.postgresql.org/message-id/CAKhTGFWrx06KXEzS4K3Z1aCcEsqB3f62pbNdrpyJUOo7QD7k3w%40mail.gmail.com) |
| 96 | + - [reddit r devops comments oikwu7 comment h4x5znu utm_source share utm_medium web2x context 3](https://www.reddit.com/r/devops/comments/oikwu7/comment/h4x5znu/?utm_source=share&utm_medium=web2x&context=3) |
| 97 | + - See [../../../../../vimwiki/TIL/postgresql/Writing sql/Database Design.md#Horizontal partitioning: an example](../../../../../vimwiki/TIL/postgresql/Writing sql/Database Design.md#Horizontal partitioning: an example) |
| 98 | + - Then create a task that moves request data into a daily data or move to bigquery |
| 99 | + - mongodb is also an option but kinda prefer relational |
| 100 | + |
| 101 | + |
| 102 | +- $5-30/mo for db, devops, portal fee |
| 103 | + - try to get atleast $15-20 base to cover for expenses sufficiently |
| 104 | +- free unlimited DIY edits |
| 105 | +- free unlimited DIY creation of new static pages |
| 106 | +- unlimited number of users |
| 107 | +- usage based pricing. Pay for resources you use |
| 108 | + - Shared CMS: |
| 109 | + - Requests: $0.0000004/request |
| 110 | + - Duration: $0.00003/second request duration |
| 111 | + - Dedicated Website: |
| 112 | + - Requests: $0.0000003/request |
| 113 | + - CPU Usage: $0.00000002/ms of cpu usage |
| 114 | + - Dedicated Image Service: |
| 115 | + - Requests: $0.40/million requests |
| 116 | + - CPU: $0.00002400/vCPU-second |
| 117 | + - Memory: $0.00000250/GiB-second |
| 118 | + - Image storage cost depends on how often images are accessed and what devices your users are using (mobile devices, older browsers vs latest browsers) |
| 119 | + - For more info regarding the storage free see [cloud google storage pricing](https://cloud.google.com/storage/pricing) |
| 120 | + - Image caching cost: $0.15/GB |
| 121 | + - This reduces requests, cpu, memory charges to almost nothing so bulk of costs for images goes to this and storage |
| 122 | +- Built on biggest cloud providers like Cloudflare, Google, Amazon, and Microsoft that provide enterprise grade security as well as amazing price to performance ratio due to economies of scale |
| 123 | + - And since our pricing is based on the underlying provider, you can benefit from these extremely low prices as well whether you're a small business with a few users per month to a millions of users per month. |
| 124 | +- unparalleled performance using cutting edge serverless technologies like: |
| 125 | + - cloudflare workers which run your code at more than 300 locations across the globe [cloudflare network](https://www.cloudflare.com/network/) and allow scaling up to thousands of instances back down to 0 |
| 126 | + - serverless containers which allow our servers to scale up and down to accomodate traffic. Scaling to 0 allows you to only pay for resources you use |
| 127 | + - self-hosted imagor service which reduce the costs of optimizing images compared to outsourcing to companies like [cloudinary pricing](https://cloudinary.com/pricing) which start out cheap but get crazy expensive as you scale |
| 128 | +- Optimized for e-commerce |
| 129 | + - [PUT ECOM STATS] |
| 130 | + - Uses qwik city, a next generation framework which is one of the fastest tools for building e-commerce sites |
| 131 | +- Optimized for Search Engine Optimization (SEO) |
| 132 | + - High core web vitals provide a good baseline for search engine rankings |
| 133 | + - Actual SEO work (marketing campaign, content creation, etc) not included |
| 134 | +- Add-ons: |
| 135 | + - $100/mo for unlimited edits by us |
| 136 | + - Open AI Integration: |
| 137 | + - $10/mo: GPT-3.5 model |
| 138 | + - $20/mo: GPT-4 (open AI's most capable model) |
| 139 | + - SEO, Branding, Marketing campaign |
0 commit comments