A web-based character records tool. Hosted at c.ily.rs.
Find a file
2026-03-24 03:46:13 +00:00
data fix(state): changing species clears language, citizenship, and subspecies selections 2026-03-24 02:33:35 +00:00
scripts ci(xml): xml validation 2026-03-23 21:11:49 +00:00
src feat: updated help text 2026-03-24 03:38:18 +00: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 build: swaps adapter 2026-03-24 03:46:13 +00:00
package.json build: swaps adapter 2026-03-24 03:46:13 +00:00
README.md docs: README.md 2026-03-24 03:29:19 +00:00
svelte.config.js build: swaps adapter 2026-03-24 03:46:13 +00: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.