Skip to content

Commit 613f268

Browse files
Noah Boyersclaude
andcommitted
docs: update README to reflect coderdemo.io branding
- Changed title from "AI Demo Environment" to "Coder Demo Environment" - Updated all URL references from ai.coder.com to coderdemo.io - Simplified login flow to GitHub-only authentication (removed Okta flow) - Fixed outdated path reference from ./aidev/infra to ./infra - Updated introduction and getting started sections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c60127a commit 613f268

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
1-
# AI Demo Environment (ai.coder.com)
1+
# Coder Demo Environment (coderdemo.io)
22

3-
Welcome to the AI Demo Environment's Github repository!
3+
Welcome to the Coder Demo Environment's Github repository!
44

5-
This project is used by ["ai.coder.com"](https://ai.coder.com), allowing users to experiment with the latest AI features in Coder and create demoes for them.
5+
This project powers ["coderdemo.io"](https://coderdemo.io), a demonstration environment showcasing Coder's cloud development capabilities and features.
66

77
---
88

9-
## Getting Hand's On
10-
11-
> [!IMPORTANT] Before accessing the deployment, make sure you've been invited to our "coder-contrib" Github organization. If not, reach out to `[email protected]` and send your Github handle to be added in. Otherwise, if you're an internal user, you should already have access to to the environment.
9+
## Getting Started
1210

1311
### Accessing the Deployment:
1412

15-
Get Started Here 👉 [https://ai.coder.com](https://ai.coder.com)
13+
Get Started Here 👉 [https://coderdemo.io](https://coderdemo.io)
1614

1715
**Login Flow**
1816

19-
- Non-Coder Employee
20-
21-
1. Select "GitHub"
22-
23-
2. Login with your Github account (that has access to the coder-contrib Github Organization).
24-
25-
- Coder Employee
26-
27-
1. Select "Okta"
17+
1. Click "Sign in with GitHub"
18+
2. Authorize the Coder Demo GitHub App
19+
3. Start creating workspaces!
2820

29-
2. Login with your Github account (that has access to the coder-contrib Github Organization).
21+
> [!NOTE] This is a demo environment. For production Coder deployments, refer to the [official Coder documentation](https://coder.com/docs).
3022
3123
---
3224

@@ -102,7 +94,7 @@ If you don't have an existing network infrastructure, then you can start with de
10294

10395
Additionally, if you don't have an existing cluster infrastructure, then you can start with deploying the [`eks-cluster` module](./modules/compute/cluster).
10496

105-
Lastly, for Coder's backend database, you can refer to our deployment in [`./aidev/infra/aws/us-east-2/rds`](./aidev/infra/aws/us-east-2/rds) to see how to deploy it.
97+
Lastly, for Coder's backend database, you can refer to our deployment in [`./infra/aws/us-east-2/rds`](./infra/aws/us-east-2/rds) to see how to deploy it.
10698

10799
We just an [`aws_db_instance`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance) that uses Postgres.
108100

0 commit comments

Comments
 (0)