My primary website, built with Next.js https://www.aidxn.cc
Find a file
LibreCloud Actions Bot 2f6c52920e chore: bump dependencies
2025-02-21 00:04:21 +00:00
.gitea/workflows fix domain 2025-02-18 01:12:17 -05:00
.github Delete .github/workflows/codacy.yml 2025-01-06 11:01:23 -05:00
app bump (move to next@canary), use tailwindcss v4 2025-02-17 11:49:18 -05:00
components update bluesky username 2025-02-18 10:02:07 -05:00
public fix spacing, change featured project 2025-02-18 01:22:16 -05:00
.gitignore add lockb 2025-02-18 01:25:45 -05:00
eslint.config.mjs initial commit 2025-01-05 14:33:52 -05:00
LICENSE Initial commit 2025-01-04 20:57:52 -05:00
next.config.ts bump, improve/update now playing component to use listenbrainz, update deploy link, update env variables in readme 2025-02-17 18:02:30 -05:00
package.json chore: bump dependencies 2025-02-21 00:04:21 +00:00
postcss.config.mjs bump (move to next@canary), use tailwindcss v4 2025-02-17 11:49:18 -05:00
README.md bump, cleanup readme (removing todo, speed is fine in prod), add bump workflow, rewrite some content, add bsky, styling improvements, manifesto clarity/cleanup improvements 2025-02-18 00:59:35 -05:00
tailwind.config.ts bump, improve/update now playing component to use listenbrainz, update deploy link, update env variables in readme 2025-02-17 18:02:30 -05:00
tsconfig.json initial commit 2025-01-05 14:33:52 -05:00

aidxnCC

License: Unlicense Build Status

aidxnCC is the third version of my personal website.

It's built with Next.js and Tailwind CSS. aidxnCC will always be a work in progress, though completely functional.

Deploy with Vercel

Deploy with Vercel

To deploy with Vercel, simply click the button above. When prompted for environment variables, see the section below.

Contributing

Any and all contributions are welcome! Simply create a pull request and I should have a response to you within a day.

Please use common sense when contributing :)

Environment Variables

You will need some environment variables set to properly self-host aidxnCC. They are listed below.

Environment Variable Description Example
BRAINZ_USER_AGENT User agent used to make requests to MusicBrainz (should include your contact info) aidxnCC/1.0 ( aidan@p0ntus.com )
LISTENBRAINZ_TOKEN Your ListenBrainz user token (get this in settings) 0e0x0a0m-0p0l-0e0t-0o0k-0e0n00000000

To-Do

  • Dockerize for easier deployment