> For the complete documentation index, see [llms.txt](https://docs.pandastack.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandastack.io/v1/getting-started/platform.md).

# Projects

PandaStack Projects provides a seamless way to deploy and manage your web applications. It supports both \`static websites\` and \`containerized applications\`.

## Deployment Types

### 1. Static Web

Perfect for static websites and single-page applications (SPAs). Supports:

* Automatic builds for almost all frontend frameworks.&#x20;
* Custom domains
* Environment variables with set of pre-defined ENV variables.&#x20;
* Build directory configuration
* Auto-deployment from Git
* Instant rollbacks

### 2. Containerized Applications

For dynamic applications that require server-side processing. Supports multiple runtimes:

* Node.js
* Python
* Go
* Docker

## Features

* Instant rollbacks.
* Auto-scaling
* HealthCheck enable
* Pre-defined ENV

## Detailed Guides

* [Deploy Static Website](/v1/getting-started/platform/static-website.md)
* [Deploy Containerized Website](/v1/getting-started/platform/conatinered-website.md)

## Best Practices

### 1. Project Setup

* Use meaningful project names
* Configure appropriate resource tiers
* Set up auto-scaling for production
* Enable health checks
* Configure environment variables

### 2. Deployment

* Test in preview environments
* Use auto-deployment for development
* Manual deployment for production
* Monitor build logs
* Configure proper build commands

### 3. Monitoring

* Set up health checks
* Enable analytics
* Monitor resource usage
* Track performance metrics
* Configure alerts

### 4. Security

* Use environment variables for secrets
* Implement SSO when needed
* Secure custom domains
* Regular security audits
* Proper access control

## Troubleshooting

### 1. Build Issues

* Check build commands
* Verify environment variables
* Review build logs
* Check resource limits
* Validate dependencies

### 2. Performance Issues

* Monitor resource usage
* Check auto-scaling settings
* Review application logs
* Analyze metrics
* Verify configuration

### 3. Deployment Failures

* Check build logs
* Verify resource availability
* Review configuration
* Check dependencies
* Validate environment variables


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pandastack.io/v1/getting-started/platform.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
