Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
{
"group": "Quickstart",
"pages": [
"quickstart/overview",
{
"group": "Databases",
"pages": [
Expand Down
101 changes: 101 additions & 0 deletions quickstart/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
title: "Catalog"
description: "Setup your environment by selecting your resource type"
---

Connect to your infrastructure resources through Hoop.dev's secure gateway. Choose from databases, cloud services, development environments, and more.

## Popular

Get started with the most commonly used resources:

<CardGroup cols={4}>
<Card title="PostgreSQL" icon="database" href="/quickstart/databases/postgres" />
<Card title="MySQL" icon="database" href="/quickstart/databases/mysql" />
<Card title="MongoDB" icon="database" href="/quickstart/databases/mongodb" />
<Card title="SSH" icon="terminal" href="/quickstart/ssh" />
<Card title="AWS CLI" icon="aws" href="/quickstart/cloud-services/aws/aws-cli" />
<Card title="Kubernetes" icon="kubernetes" href="/quickstart/cloud-services/kubernetes/container-commands" />
</CardGroup>

## Cloud Services

Connect to AWS, Kubernetes, and other cloud infrastructure:

### AWS

<CardGroup cols={4}>
<Card title="AWS CLI" icon="aws" href="/quickstart/cloud-services/aws/aws-cli" />
<Card title="AWS CloudWatch" icon="aws" href="/quickstart/cloud-services/aws/aws-cloudwatch" />
<Card title="AWS ECS" icon="aws" href="/quickstart/cloud-services/aws/aws-ecs" />
<Card title="AWS SSM" icon="aws" href="/quickstart/cloud-services/aws/aws-ssm" />
</CardGroup>

### Kubernetes

<CardGroup cols={4}>
<Card title="Container Commands" icon="kubernetes" href="/quickstart/cloud-services/kubernetes/container-commands" />
<Card title="Cluster Administration" icon="kubernetes" href="/quickstart/cloud-services/kubernetes/cluster-administration" />
<Card title="Interactive Access" icon="kubernetes" href="/quickstart/cloud-services/kubernetes/interactive-access" />
</CardGroup>

## Databases

Connect to SQL, NoSQL, and data warehouses with automatic data masking:

<CardGroup cols={4}>
<Card title="PostgreSQL" icon="database" href="/quickstart/databases/postgres" />
<Card title="MySQL" icon="database" href="/quickstart/databases/mysql" />
<Card title="MongoDB" icon="database" href="/quickstart/databases/mongodb" />
<Card title="Oracle" icon="database" href="/quickstart/databases/oracle" />
<Card title="Microsoft SQL Server" icon="database" href="/quickstart/databases/mssql" />
<Card title="DynamoDB" icon="database" href="/quickstart/databases/dynamodb" />
<Card title="Redis" icon="database" href="/quickstart/databases/redis" />
<Card title="Apache Cassandra" icon="database" href="/quickstart/databases/apache-cassandra" />
<Card title="BigQuery" icon="database" href="/quickstart/databases/bigquery" />
</CardGroup>

## Development Environments

Secure access to development tools and application frameworks:

<CardGroup cols={4}>
<Card title="Node.js" icon="node" href="/quickstart/development-environments/nodejs" />
<Card title="Python Scripts" icon="python" href="/quickstart/development-environments/python/python-scripts" />
<Card title="Django Admin" icon="python" href="/quickstart/development-environments/python/django-admin" />
<Card title="Ruby on Rails" icon="gem" href="/quickstart/development-environments/ruby-on-rails" />
<Card title="PHP Artisan" icon="php" href="/quickstart/development-environments/php-artisan" />
<Card title="Elixir IEx" icon="code" href="/quickstart/development-environments/elixir-IEx" />
<Card title="Clojure" icon="code" href="/quickstart/development-environments/clojure" />
</CardGroup>

## Web Applications

Secure access to web applications and APIs:

<CardGroup cols={4}>
<Card title="Web Apps & APIs" icon="globe" href="/quickstart/web-applications/webapps-and-apis" />
<Card title="HTTP Proxy" icon="network-wired" href="/quickstart/web-applications/http-proxy" />
</CardGroup>

## Infrastructure Access

Direct access to servers and remote systems:

<CardGroup cols={4}>
<Card title="SSH" icon="terminal" href="/quickstart/ssh" />
</CardGroup>

---

## Next Steps

After choosing your resource type:

1. **Follow the setup guide** for your selected resource
2. **Configure access controls** to define who can access the resource
3. **Enable AI data masking** to automatically protect sensitive information
4. **Set up reviews** for time-based or command-level approvals
5. **Monitor sessions** through the web app to track usage and audit access

Need help? Check out our [setup and administration guide](/setup/architecture) or join our [community discussions](https://github.com/hoophq/hoop/discussions).