Skip to content

Commit 3ec7752

Browse files
committed
chore: wip
1 parent 8674e0e commit 3ec7752

File tree

184 files changed

+355
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+355
-333
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This Code of Conduct applies within all community spaces, and also applies when
3636

3737
## Enforcement
3838

39-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at <chris@stacksjs.org>. All complaints will be reviewed and investigated promptly and fairly.
39+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at <chris@stacksjs.com>. All complaints will be reviewed and investigated promptly and fairly.
4040

4141
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
4242

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Only the latest major version receives security fixes.
88

99
## Reporting a Vulnerability
1010

11-
If you discover a security vulnerability within this package, please send an email to Chris Breuer at <chris@stacksjs.org>. All security vulnerabilities will be promptly addressed.
11+
If you discover a security vulnerability within this package, please send an email to Chris Breuer at <chris@stacksjs.com>. All security vulnerabilities will be promptly addressed.
1212

1313
### Public PGP Key
1414

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ As a developer, Stacks helps you every step along the way—in beginner & expert
3333
It’s incredibly easy to get started with this framework. Simply run the following command in your terminal:
3434

3535
```bash
36-
curl -Ssf stacksjs.org/install | sh # wip
36+
curl -Ssf stacksjs.com/install | sh # wip
3737

3838
# alternatively, if Bun >= v1.2.14 is installed already,
3939
# you may also get started via:
@@ -231,11 +231,11 @@ buddy types:generate # generates types for your components, functions, & views
231231
buddy types:fix # auto-fixes types for your components, functions, & views
232232

233233
buddy domains # alias for `buddy domains:list`
234-
buddy domains:add stacksjs.org # adds a domain
235-
buddy domains:remove stacksjs.org # removes a domain
234+
buddy domains:add stacksjs.com # adds a domain
235+
buddy domains:remove stacksjs.com # removes a domain
236236
buddy domains:list # lists all domains
237237
buddy domains:update # apply ./config/dns.ts updates
238-
buddy domains:purchase stacksjs.org # purchase a new domain
238+
buddy domains:purchase stacksjs.com # purchase a new domain
239239

240240
# test your stack
241241
buddy test # runs test suite (unit & e2e)

cloud/servers.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const servers = {
44

55
app: {
66
name: 'app-server-1',
7-
domain: 'stacksjs.org',
7+
domain: 'stacksjs.com',
88
region: 'us-east-1',
99
type: 'app',
1010
size: 't3.micro',
@@ -24,7 +24,7 @@ export const servers = {
2424

2525
app2: {
2626
name: 'app-server-2',
27-
domain: 'stacksjs.org',
27+
domain: 'stacksjs.com',
2828
instanceType: 't3.micro',
2929
userData: `#!/bin/bash
3030
echo "Hello World from App Server 2!" > /tmp/test.txt
@@ -47,7 +47,7 @@ export const servers = {
4747

4848
// worker: {
4949
// name: 'worker-server',
50-
// domain: 'stacksjs.org',
50+
// domain: 'stacksjs.com',
5151
// region: 'us-east-1',
5252
// type: 'worker',
5353
// size: 't3.micro',
@@ -61,7 +61,7 @@ export const servers = {
6161
cache: {
6262
// redis or memcached
6363
name: 'cache-server',
64-
domain: 'stacksjs.org',
64+
domain: 'stacksjs.com',
6565
region: 'us-east-1',
6666
type: 'cache',
6767
size: 't3.micro',
@@ -74,7 +74,7 @@ export const servers = {
7474

7575
// search: {
7676
// name: 'search-server',
77-
// domain: 'stacksjs.org',
77+
// domain: 'stacksjs.com',
7878
// region: 'us-east-1',
7979
// type: 'meilisearch',
8080
// size: 't3.micro',

config/library.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
repository: 'stacksjs/stacks',
1414
license: 'MIT',
1515
author: 'Chris Breuer',
16-
contributors: ['Chris Breuer <chris@stacksjs.org>'],
16+
contributors: ['Chris Breuer <chris@stacksjs.com>'],
1717
defaultLanguage: 'en',
1818
releaseable: true,
1919

config/stacks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { Registry } from '@stacksjs/registry'
1010
export default [
1111
{
1212
name: 'my-stack',
13-
url: 'stacksjs.org',
13+
url: 'stacksjs.com',
1414
github: 'stacksjs/my-stack',
1515
},
1616
// 'stacksjs' // works as well

config/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { StorageConfig } from '@stacksjs/types'
77
* you may hover any of the options below and the definitions will be provided. In case
88
* you have any questions, feel free to reach out via Discord or GitHub Discussions.
99
*
10-
* @see https://stacksjs.org/docs/storage
10+
* @see https://stacksjs.com/docs/storage
1111
*/
1212
export default {
1313
/**

config/team.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ export default {
1212

1313
// Our group of awesome team members
1414
members: {
15-
chris: 'chris@stacksjs.org',
16-
blake: 'blake@stacksjs.org',
17-
zoltan: 'zoltan@stacksjs.org',
18-
freddy: 'freddy@stacksjs.org',
19-
glenn: 'glenn@stacksjs.org',
20-
dorell: 'dorell@stacksjs.org',
21-
avery: 'avery@stacksjs.org',
22-
adelino: 'adelino@stacksjs.org',
23-
germaine: 'germaine@stacksjs.org',
24-
harley: 'harley@stacksjs.org',
25-
michael: 'michael@stacksjs.org',
15+
chris: 'chris@stacksjs.com',
16+
blake: 'blake@stacksjs.com',
17+
zoltan: 'zoltan@stacksjs.com',
18+
freddy: 'freddy@stacksjs.com',
19+
glenn: 'glenn@stacksjs.com',
20+
dorell: 'dorell@stacksjs.com',
21+
avery: 'avery@stacksjs.com',
22+
adelino: 'adelino@stacksjs.com',
23+
germaine: 'germaine@stacksjs.com',
24+
harley: 'harley@stacksjs.com',
25+
michael: 'michael@stacksjs.com',
2626
},
2727
} satisfies Team

docs/_data/team.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const core = [
44
name: 'Chris Breuer',
55
title: 'Creator',
66
org: 'Stacks',
7-
orgLink: 'https://stacksjs.org/',
7+
orgLink: 'https://stacksjs.com/',
88
desc: 'Independent open source developer, builder in the Stacks ecosystem.',
99
links: [
1010
{ icon: 'github', link: 'https://github.com/chrisbbreuer' },
@@ -18,7 +18,7 @@ export const core = [
1818
name: 'Blake Ayer',
1919
title: 'Cloud Genius',
2020
org: 'Stacks',
21-
orgLink: 'https://stacksjs.org/',
21+
orgLink: 'https://stacksjs.com/',
2222
desc: 'Core team member of Stacks.',
2323
links: [{ icon: 'github', link: 'https://github.com/blakeayer' }],
2424
sponsor: 'https://github.com/sponsors/blakeayer',
@@ -28,7 +28,7 @@ export const core = [
2828
name: 'Zoltan',
2929
title: 'Desktop Wizard',
3030
org: 'Stacks',
31-
orgLink: 'https://stacksjs.org/',
31+
orgLink: 'https://stacksjs.com/',
3232
desc: 'Core team member of Stacks.',
3333
links: [{ icon: 'github', link: 'https://github.com/konkonam' }],
3434
sponsor: 'https://github.com/sponsors/konkonam',
@@ -38,7 +38,7 @@ export const core = [
3838
name: 'Avery Hill',
3939
title: 'Merchandise & Event Planning',
4040
org: 'Stacks',
41-
orgLink: 'https://stacksjs.org/',
41+
orgLink: 'https://stacksjs.com/',
4242
desc: 'Core team member of Stacks.',
4343
links: [{ icon: 'github', link: 'https://www.averyahill.com/' }],
4444
},
@@ -47,7 +47,7 @@ export const core = [
4747
name: 'Harlequin Doyon',
4848
title: 'A collaborative being',
4949
org: 'Stacks',
50-
orgLink: 'https://stacksjs.org/',
50+
orgLink: 'https://stacksjs.com/',
5151
desc: 'Core team member of Stacks.',
5252
links: [{ icon: 'github', link: 'https://github.com/harlekoy' }],
5353
sponsor: 'https://github.com/sponsors/harlekoy',
@@ -57,7 +57,7 @@ export const core = [
5757
name: 'Germaine Abellanosa',
5858
title: 'Social Tech Genius',
5959
org: 'Stacks',
60-
orgLink: 'https://stacksjs.org/',
60+
orgLink: 'https://stacksjs.com/',
6161
desc: 'Core team member of Stacks.',
6262
links: [{ icon: 'github', link: 'https://github.com/germikee' }],
6363
sponsor: 'https://github.com/sponsors/germikee',
@@ -67,7 +67,7 @@ export const core = [
6767
name: 'Frederik Bußmann',
6868
title: 'A collaborative being',
6969
org: 'Stacks',
70-
orgLink: 'https://stacksjs.org/',
70+
orgLink: 'https://stacksjs.com/',
7171
desc: 'Core team member of Stacks.',
7272
links: [{ icon: 'github', link: 'https://github.com/freb97' }],
7373
sponsor: 'https://github.com/sponsors/freb97',
@@ -77,7 +77,7 @@ export const core = [
7777
name: 'Dorell James',
7878
title: 'A collaborative being',
7979
org: 'Stacks',
80-
orgLink: 'https://stacksjs.org/',
80+
orgLink: 'https://stacksjs.com/',
8181
desc: 'Core team member of Stacks.',
8282
links: [
8383
{ icon: 'github', link: 'https://github.com/dorelljames' },
@@ -90,7 +90,7 @@ export const core = [
9090
name: 'Glenn Michael',
9191
title: 'Desktop, Mobile, Web',
9292
org: 'Stacks',
93-
orgLink: 'https://stacksjs.org/',
93+
orgLink: 'https://stacksjs.com/',
9494
desc: 'Core team member of Stacks.',
9595
links: [{ icon: 'github', link: 'https://github.com/glennmichael123' }],
9696
sponsor: 'https://github.com/sponsors/glennmichael123',

docs/communication-services-todo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A comprehensive plan for implementing serverless email, phone/voice, and SMS cap
44

55
**Goal:** Enable Stacks users to deploy fully-functional communication infrastructure with `./buddy deploy --yes`, including:
66

7-
- Email inboxes for team members (e.g., <chris@stacksjs.org>)
7+
- Email inboxes for team members (e.g., <chris@stacksjs.com>)
88
- Phone numbers that can receive calls with notifications
99
- Programmatic SMS sending capabilities
1010

@@ -977,7 +977,7 @@ app/Commands/
977977

978978
## Email
979979

980-
- [ ] Team members can send/receive emails at @stacksjs.org
980+
- [ ] Team members can send/receive emails at @stacksjs.com
981981
- [ ] Emails are properly organized in S3
982982
- [ ] Bounce rate < 2%
983983
- [ ] Complaint rate < 0.1%
@@ -1081,7 +1081,7 @@ const emailConfig = await import('../../../../../config/email')
10811081
const teamConfig = await import('../../../../../config/team')
10821082

10831083
// Generate email infrastructure
1084-
const domain = emailConfig.default.from.address.split('@')[1] // e.g., 'stacksjs.org'
1084+
const domain = emailConfig.default.from.address.split('@')[1] // e.g., 'stacksjs.com'
10851085
const emailStack = Email.createEmailProcessingStack({
10861086
slug: appName,
10871087
environment: 'production',
@@ -1130,7 +1130,7 @@ export ROUTE53_HOSTED_ZONE_ID=Z01455702Q7952O6RCY37
11301130

11311131
After running `./buddy deploy --yes`:
11321132

1133-
1. **SES Domain Identity** - stacksjs.org verified for sending/receiving
1133+
1. **SES Domain Identity** - stacksjs.com verified for sending/receiving
11341134
2. **DKIM Records** - 3 CNAME records in Route53
11351135
3. **SPF Record** - TXT record for email authentication
11361136
4. **DMARC Record** - TXT record for email policy
@@ -1147,7 +1147,7 @@ After running `./buddy deploy --yes`:
11471147
./buddy email:verify
11481148

11491149
# Send test email
1150-
./buddy email:test chris@stacksjs.org
1150+
./buddy email:test chris@stacksjs.com
11511151

11521152
# View email logs
11531153
./buddy email:logs

0 commit comments

Comments
 (0)