Skip to content

Commit 8bc699c

Browse files
committed
chore: update domain from rixie.in to openlinear.tech
1 parent 77c345d commit 8bc699c

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenLinear is an open-source desktop app that connects a Linear-style task board
88

99
[![GitHub](https://img.shields.io/github/stars/kaizen403/openlinear?style=social)](https://github.com/kaizen403/openlinear)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/kaizen403/openlinear/blob/main/LICENSE)
11-
[![Live](https://img.shields.io/badge/try%20it-rixie.in-purple)](https://rixie.in)
11+
[![Live](https://img.shields.io/badge/try%20it-openlinear.tech-purple)](https://openlinear.tech)
1212

1313
</div>
1414

@@ -47,7 +47,7 @@ Full setup guide and architecture docs in the [repository](https://github.com/ka
4747
- [Documentation](https://github.com/kaizen403/openlinear/tree/main/docs/features)
4848
- [Architecture](https://github.com/kaizen403/openlinear/blob/main/docs/ARCHITECTURE.md)
4949
- [Releases](https://github.com/kaizen403/openlinear/releases)
50-
- [Live Instance](https://rixie.in)
50+
- [Live Instance](https://openlinear.tech)
5151

5252
### License
5353

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Drag tasks on a kanban board. Click execute. Get a pull request.
99
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
1010
[![Node](https://img.shields.io/badge/node-%3E%3D22-brightgreen)](https://nodejs.org)
1111
[![pnpm](https://img.shields.io/badge/pnpm-9-orange)](https://pnpm.io)
12-
[![Deploy](https://img.shields.io/badge/production-rixie.in-purple)](https://rixie.in)
12+
[![Deploy](https://img.shields.io/badge/production-openlinear.tech-purple)](https://openlinear.tech)
1313

1414
</div>
1515

apps/landing/app/pricing/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const plans = [
3737
price: "$0",
3838
period: "/month",
3939
description: "For individual developers exploring AI execution.",
40-
cta: { label: "Get Started", href: "https://dashboard.rixie.in", style: "secondary" as const },
40+
cta: { label: "Get Started", href: "https://openlinear.tech", style: "secondary" as const },
4141
features: [
4242
{ text: "Single project", icon: FolderOpen as LucideIcon },
4343
{ text: "Basic execution", icon: Zap as LucideIcon },
@@ -52,7 +52,7 @@ const plans = [
5252
period: "/month",
5353
description: "For developers who need more power and flexibility.",
5454
popular: true,
55-
cta: { label: "Upgrade to Pro", href: "https://dashboard.rixie.in", style: "primary" as const },
55+
cta: { label: "Upgrade to Pro", href: "https://openlinear.tech", style: "primary" as const },
5656
features: [
5757
{ text: "Multiple projects", icon: Layers as LucideIcon },
5858
{ text: "Batch execution (parallel + queue)", icon: Cpu as LucideIcon },

apps/landing/components/cta-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function CTASection() {
1616
</h2>
1717
</div>
1818
<a
19-
href="https://dashboard.rixie.in"
19+
href="https://openlinear.tech"
2020
className="btn-primary inline-flex items-center gap-2.5 rounded-full bg-primary px-8 py-3.5 text-[0.875rem] font-medium text-primary-foreground whitespace-nowrap h-fit"
2121
>
2222
Get Started <ArrowRight className="h-3.5 w-3.5" />

apps/landing/components/final-cta-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function FinalCTASection() {
2020

2121
<div className="flex flex-wrap items-center justify-center gap-4">
2222
<a
23-
href="https://dashboard.rixie.in"
23+
href="https://openlinear.tech"
2424
className="group inline-flex items-center gap-2 px-8 py-4 rounded-xl bg-gradient-to-b from-blue-500 to-blue-600 text-white font-medium hover:from-blue-400 hover:to-blue-500 transition-all shadow-lg shadow-blue-500/25"
2525
>
2626
Get Started Free

apps/landing/components/header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function Header() {
4949
</a>
5050

5151
<a
52-
href="https://dashboard.rixie.in"
52+
href="https://openlinear.tech"
5353
className="inline-flex items-center gap-1.5 px-4 py-1.5 rounded-full bg-white/[0.04] border border-white/[0.1] text-sm font-medium text-white/90 hover:text-white hover:bg-white/[0.08] transition-all"
5454
>
5555
Try for Free <ArrowRight className="h-3.5 w-3.5 ml-0.5 opacity-70" />
@@ -81,7 +81,7 @@ export function Header() {
8181
<hr className="border-white/[0.06] my-4" />
8282

8383
<a
84-
href="https://dashboard.rixie.in"
84+
href="https://openlinear.tech"
8585
className="flex items-center justify-center gap-2 px-5 py-3 rounded-xl bg-white/[0.06] border border-white/[0.12] text-sm font-medium text-white hover:bg-white/[0.1] transition-all"
8686
>
8787
Try for Free <ArrowRight className="h-4 w-4" />

apps/landing/components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function Hero() {
5353

5454
<div className="hero-reveal-4 flex flex-wrap items-center justify-center gap-4 mt-12">
5555
<a
56-
href="https://dashboard.rixie.in"
56+
href="https://openlinear.tech"
5757
className="group inline-flex items-center gap-2 rounded-xl bg-gradient-to-b from-blue-500 to-blue-600 px-6 py-3.5 text-sm font-medium text-white hover:from-blue-400 hover:to-blue-500 transition-all duration-300 shadow-lg shadow-blue-500/25"
5858
>
5959
Setup in 5 mins

docs/ARCHITECTURE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A deep dive into how OpenLinear works — from authentication to task execution.
88

99
## System Overview
1010

11-
OpenLinear is a monorepo with four main components: a Next.js desktop UI (`apps/desktop-ui`), a cloud metadata API (`apps/api`), a local execution sidecar (`apps/sidecar`), and a Neon cloud PostgreSQL database. The cloud API runs at rixie.in and handles all metadata (auth, tasks, teams, repos, etc.). The sidecar runs locally inside the Tauri desktop app, manages OpenCode, and handles all task execution.
11+
OpenLinear is a monorepo with four main components: a Next.js desktop UI (`apps/desktop-ui`), a cloud metadata API (`apps/api`), a local execution sidecar (`apps/sidecar`), and a Neon cloud PostgreSQL database. The cloud API runs at openlinear.tech and handles all metadata (auth, tasks, teams, repos, etc.). The sidecar runs locally inside the Tauri desktop app, manages OpenCode, and handles all task execution.
1212

1313
```
1414
┌─────────────────────────────────────────────────────────────┐
@@ -29,7 +29,7 @@ OpenLinear is a monorepo with four main components: a Next.js desktop UI (`apps/
2929
│ │
3030
┌─────────▼──────────────┐ ┌──▼────────────────────────────┐
3131
│ Cloud API (apps/api) │ │ OpenCode (host machine) │
32-
│ Express — rixie.in │ │ No containers, direct run │
32+
│ Express — openlinear.tech │ │ No containers, direct run │
3333
│ Auth, Tasks, Labels │ └───────────────────────────────┘
3434
│ Teams, Repos, Inbox │
3535
│ Neon PostgreSQL │
@@ -238,11 +238,11 @@ OpenCode is the AI agent that executes tasks. The agent runs directly on your ma
238238

239239
## Production Deployment
240240

241-
Production runs on a DigitalOcean droplet at `https://rixie.in`.
241+
Production runs on a DigitalOcean droplet at `https://openlinear.tech`.
242242

243243
```
244244
┌─────────────────────────────────────────────────────────────┐
245-
│ DigitalOcean Droplet (rixie.in) │
245+
│ DigitalOcean Droplet (openlinear.tech) │
246246
│ │
247247
│ PM2 Process Manager │
248248
│ ├── openlinear-api (Express, port 3001) │
@@ -265,7 +265,7 @@ Push to `main` triggers automatic deployment:
265265
1. GitHub Actions builds API + Web
266266
2. SSH to droplet → run `/opt/openlinear/deploy.sh`
267267
3. Deploy script: `git pull``pnpm install` → prisma migrate → build apps → PM2 restart
268-
4. Health check: `curl https://rixie.in/health`
268+
4. Health check: `curl https://openlinear.tech/health`
269269

270270
### Release Pipeline
271271

docs/CICD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ All three jobs run in **parallel**.
9595
| **checks** || Typecheck + build all apps + run API tests vs fresh Postgres 16 |
9696
| **deploy** | checks | SSH into droplet → `scripts/deploy.sh` |
9797
| **diagnostics** | deploy (always runs) | `pm2 show`, port check, `curl localhost:3001/health` |
98-
| **verify** || Poll `https://rixie.in/health` for 200 |
98+
| **verify** || Poll `https://openlinear.tech/health` for 200 |
9999

100100
`scripts/deploy.sh` pulls the latest code on the droplet, rebuilds what changed, and reloads PM2 for zero-downtime restarts.
101101

docs/features/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ openlinear/
99
components/ React components (board, task forms, overlays, settings)
1010
hooks/ Custom hooks (SSE subscription, auth)
1111
lib/ API client, utilities
12-
api/ Cloud metadata API (deployed at rixie.in)
12+
api/ Cloud metadata API (deployed at openlinear.tech)
1313
src/
1414
routes/ REST endpoints (auth, tasks, labels, settings, teams, projects, inbox, repos)
1515
services/ Business logic (github, team-scope)
@@ -67,7 +67,7 @@ PostgreSQL via Prisma ORM. Schema lives at `packages/db/prisma/schema.prisma`.
6767

6868
## API
6969

70-
The cloud API (`apps/api`) is an Express server deployed at rixie.in. It handles metadata only — no execution, no OpenCode. Routes are mounted under `/api/`:
70+
The cloud API (`apps/api`) is an Express server deployed at openlinear.tech. It handles metadata only — no execution, no OpenCode. Routes are mounted under `/api/`:
7171

7272
**Cloud API routes:**
7373
- `/api/auth` -- username/password registration and login, GitHub OAuth

0 commit comments

Comments
 (0)