My primary website, built with Next.js https://www.aidxn.cc
Find a file
2025-03-28 15:13:37 -04: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 security/feat: no need for api on lastplayed, greatly improve logging+interface+ status of music widget 2025-03-28 15:00:11 -04:00
components security/feat: no need for api on lastplayed, greatly improve logging+interface+ status of music widget 2025-03-28 15:00:11 -04:00
lib security/feat: no need for api on lastplayed, greatly improve logging+interface+ status of music widget 2025-03-28 15:00:11 -04:00
public feat: improved locale selection (made button, use i18n) 2025-03-26 23:13:38 -04:00
.gitignore add lockb 2025-02-18 01:25:45 -05:00
components.json security/feat: no need for api on lastplayed, greatly improve logging+interface+ status of music widget 2025-03-28 15:00:11 -04:00
eslint.config.mjs initial commit 2025-01-05 14:33:52 -05:00
i18n.ts feat: improved locale selection (made button, use i18n) 2025-03-26 23:13:38 -04: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 security/feat: no need for api on lastplayed, greatly improve logging+interface+ status of music widget 2025-03-28 15:00:11 -04:00
postcss.config.mjs bump (move to next@canary), use tailwindcss v4 2025-02-17 11:49:18 -05:00
README.md docs: rm env section, add mbz section w/ info about user agent change 2025-03-28 15:13:37 -04: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.

Own a server? Deploy on your own! F*** Vercel, check out Coolify, a free and open-source alternative to Vercel.

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 :)

MusicBrainz

This project does not use a custom user agent when interacting with the MusicBrainz API. This is because the LastPlayed component is rendered client-side and user agent support is not universal. If bugs were to occur, I believe it would be easier to block with this setup, and would likely come from only one client.

To-Do

  • Dockerize for easier deployment
  • Use MusicBrainz recording collections for displaying data about music