A static archive of pixieengine.com — the sprite/tune sharing site formerly powered by a Rails app on Heroku. The dynamic app was retired; the site is now a fully static, read-only export served from S3 + CloudFront.
The original Rails application was removed in this repo's history. If you need it, check out a commit before the "remove old rails app" change.
| Path | What |
|---|---|
static-site/ |
The generator: turns the exported dataset into the static public/ tree (sprite/tune/tag/gallery pages, /load/, sitemaps, robots, CSS). See static-site/README.md. |
infra/ |
AWS CDK stack (PixieStaticStack): the S3 bucket, CloudFront distribution, and the URL-rewrite Function. |
docs/ |
Runbooks and working notes — deploy, AWS inventory, recovery, architecture. |
exported data ──▶ static-site/generate.mjs ──▶ public/ (~256k files)
│
▼
aws s3 sync public/ s3://pixieengine-static
│
▼
CloudFront ──▶ https://pixieengine.com
- Rebuild the static site: see
static-site/README.md. - Deploy / sync to S3 + invalidate CloudFront: see
docs/deploy.md. - Infrastructure changes: see
infra/README.md.
Outstanding follow-ups live in TODO.md.