Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .claude/skills/brand/verbal-identity.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Paraglide Verbal Identity
# Beyond Verbal Identity

## Core Belief

Expand Down Expand Up @@ -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.

---

Expand All @@ -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.

Expand All @@ -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. |

---

Expand Down Expand Up @@ -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?

---
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/write-docs/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "paraglide-launch"
name = "beyond-launch"
version = "0.3.1"
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"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Multi-language directories (Rails + React, Django + React, Laravel + Vue) produc
## Install

```
cargo install paraglide-launch
cargo install beyond-launch
```

## Usage
Expand Down
Loading