Skip to content

Commit e4016cd

Browse files
authored
Merge pull request #108 from supabase-community/feat/wording-tweaks
feat: site rename wording tweaks
2 parents e1122c7 + 81222f1 commit e4016cd

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In-browser Postgres sandbox with AI assistance.
44

55
![github-repo-hero](https://github.com/user-attachments/assets/1ace0688-dfa7-4ddb-86bc-c976fa5b2f42)
66

7-
With [database.build](https://database.build), you can instantly spin up an unlimited number of Postgres databases that run directly in your browser (and soon, deploy them to S3).
7+
With [database.build](https://database.build), you can instantly spin up an unlimited number of Postgres databases that run directly in your browser (and soon, deploy them to S3).
88

99
Each database is paired with a large language model (LLM) which opens the door to some interesting use cases:
1010

@@ -14,6 +14,7 @@ Each database is paired with a large language model (LLM) which opens the door t
1414
- Build database diagrams
1515

1616
## How it works
17+
1718
All queries in database.build run directly in your browser. There’s no remote Postgres container or WebSocket proxy.
1819

1920
How is this possible? [PGlite](https://pglite.dev/), a WASM version of Postgres that can run directly in your browser. Every database that you create spins up a new instance of PGlite that exposes a fully-functional Postgres database. Data is stored in IndexedDB so that changes persist after refresh.
@@ -27,7 +28,7 @@ This is a monorepo split into the following projects:
2728

2829
## Why rename postgres.new?
2930

30-
We renamed postgres.new due to a trademark conflict on the name "Postgres". To respect intellectual property rights, we are transitioning to our new name, database.build.
31+
This project is not an official Postgres project and we don’t want to mislead anyone! We’re renaming to database.build because, well, that’s what this does. This will still be 100% Postgres-focused, just with a different URL.
3132

3233
## Video
3334

apps/postgres-new/app/export/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ export default function Page() {
5757
</div>
5858
</AccordionTrigger>
5959
<AccordionContent className="p-3 prose prose-sm">
60-
We are renaming {legacyDomainHostname} due to a trademark conflict on the name
61-
&quot;Postgres&quot;. To respect intellectual property rights, we are transitioning
62-
to our new name,{' '}
60+
This project is not an official Postgres project and we don&apos;t want to mislead
61+
anyone! We&apos;re renaming to{' '}
6362
<Link href={currentDomainUrl} className="underline">
6463
{currentDomainHostname}
65-
</Link>
66-
.
64+
</Link>{' '}
65+
because, well, that&apos;s what this does. This will still be 100% Postgres-focused,
66+
just with a different URL.
6767
</AccordionContent>
6868
</AccordionItem>
6969
</Accordion>

apps/postgres-new/app/import/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ export default function Page() {
6262
</div>
6363
</AccordionTrigger>
6464
<AccordionContent className="p-3 prose prose-sm">
65-
We are renaming {legacyDomainHostname} due to a trademark conflict on the name
66-
&quot;Postgres&quot;. To respect intellectual property rights, we are transitioning
67-
to our new name,{' '}
65+
This project is not an official Postgres project and we don&apos;t want to mislead
66+
anyone! We&apos;re renaming to{' '}
6867
<Link href={currentDomainUrl} className="underline">
6968
{currentDomainHostname}
70-
</Link>
71-
.
69+
</Link>{' '}
70+
because, well, that&apos;s what this does. This will still be 100% Postgres-focused,
71+
just with a different URL.
7272
</AccordionContent>
7373
</AccordionItem>
7474
</Accordion>

apps/postgres-new/components/layout.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ function RenameDialog() {
9191
<h3 className="font-bold">Why rename?</h3>
9292

9393
<p>
94-
We are renaming {legacyDomainHostname} due to a trademark conflict on the name
95-
&quot;Postgres&quot;. To respect intellectual property rights, we are transitioning to our
96-
new name,{' '}
97-
<a href={currentDomainUrl} className="underline">
94+
This project is not an official Postgres project and we don&apos;t want to mislead anyone!
95+
We&apos;re renaming to{' '}
96+
<Link href={currentDomainUrl} className="underline">
9897
{currentDomainHostname}
99-
</a>
100-
.
98+
</Link>{' '}
99+
because, well, that&apos;s what this does. This will still be 100% Postgres-focused, just
100+
with a different URL.
101101
</p>
102102

103103
<div className="my-2 border-b" />

0 commit comments

Comments
 (0)