From 096d53496146bcfe11f65cb755002f556cbb22b7 Mon Sep 17 00:00:00 2001 From: Jared Lunde Date: Sun, 3 May 2026 11:29:16 -0500 Subject: [PATCH] paraglide -> beyond --- .claude/skills/brand/verbal-identity.md | 12 ++++++------ .claude/skills/write-docs/SKILL.md | 2 +- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 4 ++-- LICENSE | 2 +- README.md | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.claude/skills/brand/verbal-identity.md b/.claude/skills/brand/verbal-identity.md index c9c3b49..c4ee52e 100644 --- a/.claude/skills/brand/verbal-identity.md +++ b/.claude/skills/brand/verbal-identity.md @@ -1,4 +1,4 @@ -# Paraglide Verbal Identity +# Beyond Verbal Identity ## Core Belief @@ -27,7 +27,7 @@ We removed it. The fog cleared. You're above it now. - **2009**: Self-taught. No CS degree. WordPress plugins, raw PHP, SFTP straight into production. No git, no version control, no ceremony. Carried the chip of "not a real engineer" ever since. - **2014**: First exit: $4.5M. Built and sold using the "wrong" methods. The industry said you needed CI/CD, staging environments, approval workflows. The market said move faster. The market was right. - **2020–25**: Paperspace. DigitalOcean. Railway. Watched platforms add layers instead of removing them. Deploy times got slower as infrastructure got "better." Infuriating. -- **2026**: Paraglide. Agents code faster than we review. Deploys should be faster than code. Rollbacks faster than fixes. The layers were never load-bearing. We removed them. +- **2026**: Beyond. Agents code faster than we review. Deploys should be faster than code. Rollbacks faster than fixes. The layers were never load-bearing. We removed them. --- @@ -51,12 +51,12 @@ Agents write code. Deploys are instant. Rollbacks are faster than fixes. The cer 2. **Ceremony is debt** — Every gate, every config file, every "best practice" that doesn't move code — cut it. 3. **Speed compounds** — The gap between idea and feedback is where startups die. It's gone. 4. **Agents deserve production** — Your agent writes code. It should test against production. Not a simulation. Production. -5. **The platform should be invisible** — If you're thinking about us, we failed. The highest praise isn't "Paraglide is great." It's "I forgot Paraglide was there." +5. **The platform should be invisible** — If you're thinking about us, we failed. The highest praise isn't "Beyond is great." It's "I forgot Beyond was there." 6. **We sell compute** — Not seats. Not tokens. Not plans. Compute. --- -## Who Paraglide Is For +## Who Beyond Is For You trust yourself to deploy. You fix forward. You don't wait for permission. @@ -70,7 +70,7 @@ You trust yourself to deploy. You fix forward. You don't wait for permission. | Fly.io | "Check Em Out!" / "No Dockerfile? No problem" | Chose personality. The brand is the show. | | Vercel | "The AI Cloud" / "Framework-Defined Infrastructure" | Chose abstraction. A term for reading your config file. | | Render | "Your fastest path to production" | Chose safety. The path _to_ production. Production is still somewhere else. | -| **Paraglide** | "Prompt straight into production." | Says what it does. No metaphor. No comfort. No cleverness. | +| **Beyond** | "Prompt straight into production." | Says what it does. No metaphor. No comfort. No cleverness. | --- @@ -263,7 +263,7 @@ $0.04/vCPU-hour. No seats. No tokens. No surprises. - Am I showing what happens or just claiming value? - Would a senior engineer roll their eyes at this? - Does this respect the reader's intelligence? -- Is this something only Paraglide would say? +- Is this something only Beyond would say? - Am I coddling or giving power? --- diff --git a/.claude/skills/write-docs/SKILL.md b/.claude/skills/write-docs/SKILL.md index 7b7a815..c96d0c0 100644 --- a/.claude/skills/write-docs/SKILL.md +++ b/.claude/skills/write-docs/SKILL.md @@ -1,6 +1,6 @@ --- name: write-docs -description: Write documentation in the Paraglide voice. Use when writing API docs, guides, tutorials, or reference material. +description: Write documentation in the Beyond voice. Use when writing API docs, guides, tutorials, or reference material. allowed-tools: Read, Glob, Grep, Edit, Write model: claude-sonnet-4-6 --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7d8f72..a3943a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: run: | LOCAL=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].version') echo "version=$LOCAL" >> "$GITHUB_OUTPUT" - PUBLISHED=$(cargo search paraglide-launch --limit 1 2>/dev/null | head -1 | sed -n 's/.*= "\(.*\)".*/\1/p') + PUBLISHED=$(cargo search beyond-launch --limit 1 2>/dev/null | head -1 | sed -n 's/.*= "\(.*\)".*/\1/p') echo "local=$LOCAL published=$PUBLISHED" if [ "$LOCAL" = "$PUBLISHED" ]; then echo "release=false" >> "$GITHUB_OUTPUT" diff --git a/Cargo.lock b/Cargo.lock index f1fd329..ddf6c88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,7 +520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] -name = "paraglide-launch" +name = "beyond-launch" version = "0.2.2" dependencies = [ "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 36b9202..a9f0035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "paraglide-launch" +name = "beyond-launch" version = "0.3.0" edition = "2024" description = "Analyze a project and detect deployable services, languages, frameworks, commands, and env vars" license = "MIT" -repository = "https://github.com/paraglidehq/launch" +repository = "https://github.com/beyondoss/launch" [lints.clippy] collapsible_if = "allow" diff --git a/LICENSE b/LICENSE index 721299b..45f3d56 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Paraglide +Copyright (c) 2026 Beyond Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b20e2a2..2651a58 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Multi-language directories (Rails + React, Django + React, Laravel + Vue) produc ## Install ``` -cargo install paraglide-launch +cargo install beyond-launch ``` ## Usage