d718c5a372
CI / compile_and_lint (push) Failing after 0s
CI / docker_build (linux/amd64, -linux-amd64-duckdb, duckdb) (push) Failing after 0s
CI / docker_build (linux/arm64, -linux-arm64, minimal) (push) Failing after 2s
CI / docker_build (linux/arm64, -linux-arm64-duckdb, duckdb) (push) Failing after 1s
CI / docker_build (linux/amd64, minimal) (push) Failing after 1s
CI / test (, sqlite, sqlite::memory:) (push) Has been skipped
CI / test (mssql, mssql, mssql://root:Password123!@127.0.0.1/sqlpage) (push) Has been skipped
CI / test (mysql, mysql, mysql://root:Password123!@127.0.0.1/sqlpage) (push) Has been skipped
CI / test (oracle, oracle, Driver=Oracle 21 ODBC driver;Dbq=//127.0.0.1:1521/FREEPDB1;Uid=root;Pwd=Password123!) (push) Has been skipped
CI / test (postgres, odbc, Driver=PostgreSQL Unicode;Server=127.0.0.1;Port=5432;Database=sqlpage;UID=root;PWD=Password123!, true) (push) Has been skipped
CI / test (postgres, postgres, postgres://root:Password123!@127.0.0.1/sqlpage) (push) Has been skipped
CI / playwright (push) Has been skipped
CI / docker_build (linux/arm/v7, -linux-arm-v7, minimal) (push) Failing after 0s
CI / hurl_examples (push) Failing after 8s
deploy website / deploy_official_site (push) Failing after 1s
CI / hurl (${{ matrix.example }}) (push) Has been skipped
CI / docker_push (duckdb) (push) Has been cancelled
CI / docker_push (minimal) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
80 lines
3.1 KiB
SQL
80 lines
3.1 KiB
SQL
SELECT 'shell' as component,
|
|
'style_pricing.css' as css ;
|
|
|
|
|
|
SELECT 'hero' as component,
|
|
'DATAPAGE PRICING PLANS' as title,
|
|
'
|
|
> *Start free, launch with fixed costs, and scale efficiently.*
|
|
|
|
> If you have any questions regarding **DataPage.app**, fill out the form [*here*](https://beta.datapage.app/fill-the-form.sql) and we''ll get back to you shortly.' as description_md;
|
|
|
|
SELECT 'START PLAN' as title,
|
|
'
|
|
### **Price**: **€18/month** *(First 1 month FREE)*
|
|
### **🚩[Register for the *START Plan*](https://buy.stripe.com/9AQeWCa6k85Q9gY8wy)**
|
|
---
|
|
- **Database Size**: **128MB**
|
|
- **Ideal For**: Testing and small-scale projects.
|
|
- **Features**:
|
|
- Basic SQLPage hosting.
|
|
- Essential components for simple applications.
|
|
- Community Support via forums.
|
|
---
|
|
### **🚩[Register for the *START Plan*](https://buy.stripe.com/9AQeWCa6k85Q9gY8wy)**
|
|
'
|
|
as description_md,
|
|
'player-play' as icon,
|
|
'blue' as color;
|
|
|
|
SELECT 'PRO PLAN' as title,
|
|
'
|
|
### **Price**: **€40/month** *(First 1 month FREE)*
|
|
### **🚩[Register for the *PRO Plan*](https://buy.stripe.com/eVabKqces99U1OweUX)**
|
|
---
|
|
- **Database Size**: **1GB**
|
|
- **Ideal For**: Growing projects and businesses needing enhanced support and features
|
|
- **Features**:
|
|
- All *START plan* features.
|
|
- **Priority support**: Get faster response times and direct assistance from our support team
|
|
- **Custom Domain**: Use your custom domain name with your SQLPage app
|
|
---
|
|
|
|
### **🚩[Register for the *PRO Plan*](https://buy.stripe.com/eVabKqces99U1OweUX)**
|
|
'
|
|
as description_md,
|
|
'shield-check' as icon,
|
|
'green' as color;
|
|
|
|
|
|
|
|
|
|
SELECT 'ENTREPRISE PLAN' as title,
|
|
'
|
|
### **Price**: **€600/month** *(First 1 month FREE)*
|
|
### **🚩[Register for the *ENTREPRISE Plan*](https://buy.stripe.com/8wM6q62DS5XI3WE4gk)**
|
|
---
|
|
- **Database**: **Custom Scaling**
|
|
- **Ideal For**: Large-scale operations with custom needs.
|
|
- **Features**:
|
|
- All Pro Plan features.
|
|
- **Custom Deployment**: Tailored deployment to suit your specific requirements, whether on-premises or in the cloud.
|
|
- **Database Scaling**: Dynamically scale your database to handle increased traffic and storage needs.
|
|
- **Authentication**: Implement OpenID Connect and OAuth2 for secure user authentication via Google, Facebook, or internal company accounts.
|
|
- **Premium Components**: Access to exclusive, high-performance components for building complex applications.
|
|
- **1-Hour Monthly Support**: Dedicated one-on-one support session with our experts each month.
|
|
- **SLA Agreement**: Service Level Agreement with guaranteed uptime and response times.
|
|
- **Custom Integration**: Personalized integration with your existing systems and workflows.
|
|
- **Onboarding Assistance**: Get personalized setup and onboarding assistance for a smooth start.
|
|
---
|
|
|
|
### **🚩[Register for the *ENTREPRISE Plan*](https://buy.stripe.com/8wM6q62DS5XI3WE4gk)**
|
|
' as description_md,
|
|
'bubble-plus' as icon,
|
|
'red' as color;
|
|
|
|
SELECT 'text' as component,
|
|
'' as title,
|
|
'## **Ready to Get Started?**
|
|
[Sign Up Now](https://datapage.app) and start building your SQLPage app with Datapage.app today!' as contents_md;
|