Skip to content
This repository was archived by the owner on Jul 23, 2026. It is now read-only.
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2026 Stagecraft
Copyright 2026 Statecrafting

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vue + Encore Enterprise Template
Copyright 2026 Stagecraft
Copyright 2026 Statecrafting

This product is licensed under the Apache License, Version 2.0 (see LICENSE).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [template-encore](https://stagecraft-ing.github.io/template-encore) [![CI](https://github.com/stagecraft-ing/template-encore/actions/workflows/ci.yml/badge.svg)](https://github.com/stagecraft-ing/template-encore/actions/workflows/ci.yml) [![TypeScript](https://img.shields.io/badge/TypeScript-6.0-blue)](https://www.typescriptlang.org/) [![Vue 3](https://img.shields.io/badge/Vue-3.5-green)](https://vuejs.org/) [![Encore.ts](https://img.shields.io/badge/Encore.ts-1.57-purple)](https://encore.dev/) [![Node 24](https://img.shields.io/badge/Node-24.x-green)](https://nodejs.org/) [![PrimeVue](https://img.shields.io/badge/PrimeVue-4-blue)](https://primevue.org/)
# [template-encore](https://statecrafting.github.io/template-encore) [![CI](https://github.com/statecrafting/template-encore/actions/workflows/ci.yml/badge.svg)](https://github.com/statecrafting/template-encore/actions/workflows/ci.yml) [![TypeScript](https://img.shields.io/badge/TypeScript-6.0-blue)](https://www.typescriptlang.org/) [![Vue 3](https://img.shields.io/badge/Vue-3.5-green)](https://vuejs.org/) [![Encore.ts](https://img.shields.io/badge/Encore.ts-1.57-purple)](https://encore.dev/) [![Node 24](https://img.shields.io/badge/Node-24.x-green)](https://nodejs.org/) [![PrimeVue](https://img.shields.io/badge/PrimeVue-4-blue)](https://primevue.org/)
![acme-vue-encore reference application](.github/img/template-github-banner.jpg)

Runnable reference application: a public-facing SPA and a staff-facing SPA, both backed by a single
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "acme-vue-encore: a runnable Vue 3 (PrimeVue) SPA + Encore.ts backend reference app with rauthy OIDC authentication, TypeScript, and Docker",
"private": true,
"author": "Stagecraft",
"author": "Statecrafting",
"license": "Apache-2.0",
"workspaces": [
"apps/web",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The backend decomposes into six logical services (`lib`, `db`, `health`, `auth`,

## Ecosystem Context

`acme-vue-encore` sits in the broader Open Agentic Platform (OAP) / Stagecraft ecosystem as the lean reference app.
`acme-vue-encore` sits in the broader Open Agentic Platform (OAP) / Statecrafting ecosystem as the lean reference app.

The code-generating "generator" was deliberately stripped out into the sibling repository `factory-encore` (commit `b37d3d7`). The repository also vends `tenant-tail` run-side provenance and certificate verifiers tied to OAP specs 209 and 219 (the pinned version lives in the root `package.json`). The Express 5 backend it originally began with was fully retired during the Encore migration (specs 001 through 006).

Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Follow these steps to get **acme-vue-encore** running locally on your machine.
Clone the repository and navigate into the project directory:

```bash
git clone https://github.com/stagecraft-ing/template-encore.git
git clone https://github.com/statecrafting/template-encore.git
cd template-encore
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You should perform a global find-and-replace for the following strings:

- **`acme-vue-encore`**: Replace with your project's internal identifier (e.g., `my-company-app`).
- **`@template`**: The npm workspace scope. Replace with your organization's scope (e.g., `@myorg`).
- **`stagecraft-ing`**: The GitHub organization name.
- **`statecrafting`**: The GitHub organization name.
- **`template-encore`**: The GitHub repository name.

## Configuration Updates
Expand Down
14 changes: 7 additions & 7 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const config: Config = {
tagline: 'Spec-governed Vue 3 and Encore.ts reference app with built-in auth.',
favicon: 'img/favicon.ico',

url: 'https://stagecraft-ing.github.io',
url: 'https://statecrafting.github.io',
baseUrl: '/template-encore/',

organizationName: 'stagecraft-ing',
organizationName: 'statecrafting',
projectName: 'template-encore',

onBrokenLinks: 'throw',
Expand All @@ -34,7 +34,7 @@ const config: Config = {
docs: {
sidebarPath: './sidebars.ts',
editUrl:
'https://github.com/stagecraft-ing/template-encore/tree/main/website/',
'https://github.com/statecrafting/template-encore/tree/main/website/',
},
blog: false,
theme: {
Expand All @@ -55,7 +55,7 @@ const config: Config = {
label: 'Docs',
},
{
href: 'https://github.com/stagecraft-ing/template-encore',
href: 'https://github.com/statecrafting/template-encore',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -86,15 +86,15 @@ const config: Config = {
items: [
{
label: 'GitHub',
href: 'https://github.com/stagecraft-ing/template-encore',
href: 'https://github.com/statecrafting/template-encore',
},
{
label: 'Open Agentic Platform',
href: 'https://github.com/stagecraft-ing/open-agentic-platform',
href: 'https://github.com/statecrafting/open-agentic-platform',
},
{
label: 'factory-encore (the generator)',
href: 'https://github.com/stagecraft-ing/factory-encore',
href: 'https://github.com/statecrafting/factory-encore',
},
],
},
Expand Down
Loading