CostPlusDB

Database hosting at cost plus
Version v1.0
Updated
Owner intent solutions io Contact Email

Stop Overpaying for PostgreSQL

AWS RDS charges $303/month.
We charge $119/month.
Same specs. Same features. 61% cheaper.

╔════════════════════════════════════════╗
║  DEDICATED TIER:    $119/MONTH         ║
║  (8GB RAM, 200GB storage, PostgreSQL)  ║
║                                        ║
║  AWS RDS:           $303/MONTH         ║
║  YOU SAVE:          $184/MONTH (61%)   ║
╚════════════════════════════════════════╝

Get Your Database in 48 Hours

→ See Your Exact Price (takes 2 minutes)

Or email me directly: jeremy@intentsolutions.io
I'm Jeremy - founder, operator, and the person who'll set up your database. Response: 4-hour SLA (business hours), typically 30-min, 7 days/week.

← Back to Home


Quick Start (5 Minutes)

Step 1: Choose your tier
        Use the calculator to pick Shared/Dedicated/Pro/Enterprise

Step 2: Email jeremy@intentsolutions.io
        Include: tier choice, company name, desired region

Step 3: Get provisioned (24-48 hours)
        Receive connection details via email

Step 4: Connect your app
        Standard PostgreSQL connection string provided

Example connection:

postgresql://youruser:yourpass@host:5433/yourdb?sslmode=require

Common Questions

Is this legit? Why so cheap?

I'm Jeremy - a bootstrapped software consultant. I rent VPS servers from Contabo/Hetzner, install PostgreSQL 16, and charge you cost plus.

AWS marks up 2,233%. I mark up 87%. Still profitable for me, way cheaper for you.

Proof: Every invoice shows you my exact infrastructure costs. See our transparency docs.

Do you handle data migration?

Nope - you'll handle migration yourself using standard PostgreSQL tools.

Here's what I provide: step-by-step guides for AWS/Heroku/Railway/Supabase, your connection credentials, and email support if you get stuck.

You'll run the pg_dump/pg_restore commands and verify everything transferred correctly. Most people knock this out in 20-60 minutes.

Why self-service? It's a big part of how we keep prices at $119/month instead of $303/month.

Prefer hands-off? I offer professional migration service for $500 flat fee (any database size). Just email me at jeremy@intentsolutions.io

What if you go out of business?

You own your data. You have full database access (superuser credentials). Export your data anytime with pg_dump.

If I ever shut down, you get 60 days notice + migration assistance to AWS/GCP/self-hosted. No lock-in, no proprietary tech.

How is support? Can I talk to a human?

You email me directly: jeremy@intentsolutions.io

Standard Support:

Premium Slack Support:

No support queue. You talk directly to the founder who built and maintains your database.

What about security and backups?

Security:

Backups:

Full security practices

Shared vs Dedicated - what's the difference?

See all tiers in the calculator


Ready to Stop Overpaying?

→ Configure Your Database - See exact pricing (2 minutes)

Questions? Email jeremy@intentsolutions.io - 4-hour SLA (business hours), typically 30-min response, 7 days/week for everyone.


All the Details

What PostgreSQL version?

PostgreSQL 16 (latest stable). We don't offer multiple versions - you get the best, most secure version available.

How do I connect to my database?

After provisioning (24-48 hours), you'll receive:

Connection string example:

postgresql://your_user:password@server_ip:5433/your_db?sslmode=require
What's your uptime SLA?

99.9% uptime measured monthly. If we go below 99.9%, you get a pro-rated refund.

We're honest about what we can deliver as a bootstrapped service. If you need 99.999% uptime (five nines), AWS RDS is better for you.

Can I see how you operate?

Yes! Unlike most providers, we publish everything:

What's your long-term plan?

Phase 1 (Now): Rent VPS servers, build customer base, refine operations
Phase 2 (12-18 months): Buy our own servers in a colocation datacenter - lower costs for customers
Phase 3 (18-36 months): Multi-region with high-availability across datacenters

Learn more: Long-Term Vision | Business Plan


Technical FAQ

How do I connect from my application?

Use the standard PostgreSQL connection string we provide:

postgresql://username:password@host:5433/database?sslmode=require

Works with:

Can I migrate from AWS RDS/Heroku/Supabase?

Yep. You'll handle the migration yourself - it's just standard PostgreSQL.

# From your old database
pg_dump -h old-host -U old-user -d old-db -F c -f backup.dump

# To your new CostPlusDB instance
pg_restore -h new-host -U new-user -d new-db backup.dump

I'll provide step-by-step guides for AWS/Heroku/Railway/Supabase, connection credentials, and examples. You run the commands and verify the data transferred correctly.

Most folks finish this in 20-60 minutes. It's straightforward if you've used pg_dump before.

Need help? Email me during your migration. Want me to handle it? Migration service is $500 flat (any size). Email jeremy@intentsolutions.io

What PostgreSQL extensions are supported?

All standard extensions included:

Need something else? Email me - most extensions can be enabled on request.

Do I get superuser access?

Yes. You receive superuser credentials to your database.

This means you can:

How do backups work?

Automated daily backups via pgBackRest:

Need a restore? Email me with the date/time you want to restore to.

Can I access the server directly via SSH?

No. Direct SSH access is not provided for security reasons.

You have full PostgreSQL access via standard database connections. This is sufficient for all database operations.

If you need custom server configuration, email me to discuss: jeremy@intentsolutions.io


Getting Started

How do I sign up?
  1. Use the calculator to estimate your costs
  2. Email jeremy@intentsolutions.io with your requirements
  3. I'll review and confirm if we're a good fit
  4. Provisioning takes 24-48 hours
  5. You receive connection details and can start using your database
Do you have a control panel or dashboard?

Not yet. This is a bootstrapped operation. You'll receive:

A customer dashboard is planned for Month 6-12 once I have automation in place.

Can I migrate my existing database?

Yes. If you're coming from AWS RDS, Heroku Postgres, or another PostgreSQL provider:

  1. I'll provision your new database
  2. You'll migrate your data using pg_dump/pg_restore
  3. I'll send you guides and answer questions via email if you get stuck

Want me to handle migration? $500 flat fee. Email jeremy@intentsolutions.io


Transparency

Why publish all your operations?

Learn more: All Transparency Docs

Where do you publish everything?

Still Have Questions?

Email: jeremy@intentsolutions.io
Response time: 4-hour SLA (business hours), typically 30-min, 7 days/week