Basic Plan Documentation

This document provides an in-depth guide to the features and functionalities included in the Basic Plan. The Basic Plan is designed for individual developers and small teams who need a reliable foundation for their projects.

Key Features

Getting Started with the Basic Plan

To begin using the Basic Plan, follow these steps:

  1. Sign up for a new account or log in to your existing account.
  2. Navigate to the "Billing & Plans" section in your account dashboard.
  3. Select the "Basic Plan" and complete the checkout process.
  4. Once activated, you can start creating and deploying your projects.

Plan Limitations

While the Basic Plan offers robust functionality, it's important to be aware of its limitations:

Note on Storage

Storage includes code repositories, build artifacts, and deployed application files. Regularly review your storage usage to avoid unexpected charges or service interruptions.

Project Management

You can manage your projects through the project dashboard:

Creating a New Project

To create a new project:

  1. Go to the "Projects" tab in your dashboard.
  2. Click the "New Project" button.
  3. Provide a unique name for your project and select a template or start from scratch.
  4. Configure your project's build and deployment settings.

Basic Analytics

The Basic Plan provides access to essential analytics to help you understand your application's usage and performance:

Detailed analytics can be found in the "Analytics" section of your project dashboard.

Tip for Optimizing

Regularly check your basic analytics to identify performance bottlenecks and potential issues early on. This proactive approach can save time and resources.

Support Options

Basic Plan users have access to:

For more immediate assistance or advanced troubleshooting, consider upgrading to a plan with priority support.

Example Usage

Here's a simple example of a configuration file for a web application deployed under the Basic Plan:


# config.yaml
project_name: my-web-app
version: 1.0.0
environment: production

database:
  type: postgresql
  host: db.example.com
  port: 5432
  username: app_user

storage:
  bucket: basic-plan-bucket
  region: us-east-1
            

For more advanced configuration options, please refer to the Advanced Features Documentation.