A web-based character records tool. Hosted at c.ily.rs.
Find a file
2026-04-07 18:30:48 +01:00
data feat: dynamic field labels, optionally overriding field names per species 2026-04-07 18:17:41 +01:00
scripts ci(xml): xml validation 2026-03-23 21:11:49 +00:00
src chore: cleans up outstanding tsc lints 2026-04-07 18:22:21 +01:00
static chore!: adds sveltekit scaffold 2026-03-23 15:57:51 +00:00
.gitignore chore!: adds sveltekit scaffold 2026-03-23 15:57:51 +00:00
.npmrc chore!: adds sveltekit scaffold 2026-03-23 15:57:51 +00:00
package-lock.json chore(deps): fix vite and picomatch vulnerabilities 2026-04-07 18:30:48 +01:00
package.json build: switch to adapter-static for self-hosting 2026-04-07 17:11:51 +01:00
README.md docs: README.md 2026-03-24 03:29:19 +00:00
svelte.config.js build: switch to adapter-static for self-hosting 2026-04-07 17:11:51 +01:00
tsconfig.json chore!: adds sveltekit scaffold 2026-03-23 15:57:51 +00:00
vite.config.ts chore!: adds sveltekit scaffold 2026-03-23 15:57:51 +00:00

Character Records Generator

A web-based character records tool for Aurora Station. Hosted at c.ily.rs.

Pick a template and fill in the form. Each section covers a different record. Blank fields are omitted from the output automatically, so no rush to finish everything.

Characters save to your browser. You can also export to a file or generate a share link: the link itself encodes the full set of records, so functionally it's a save file.

Share links let the recipient see a preview of your records, with the option to import the character into their own roster.

This tool is entirely data-driven in XML, and it's already set up for template sharing. A visual template editor is coming soon, so anybody can create their own templates and share them between one another.

For issues, your best chance of getting a reply is to make an issue here, or to ping @llywelwyn in Discord.

Cheers.

Development

npm install
npm run dev

Build for production:

npm run build

Validate the data files:

npm run validate

Run tests:

npx vitest run

Where did the old WPF app go?

This used to be a WPF desktop app. The last version of that lives at 03feee5.