Free, flexible, and robust gaming clan websites built on a convenient CMS powered by NextJS, Airtable, GitHub, and Vercel.
The list of gaming clan websites hosted on clan.l33t.xyz
is growing. The first one is Clan Amazon, which is maintained by the creator of l33t-xyz
.
See the list of clans on the wiki.
Get a fully customizable clan website up and running in 10 minutes!
See: Get Started on the wiki.
While eventually, the site will be fully customizable, currently, the customizations are around hero (header) images, and color themes. The current color theme choices are: default
, dark-inferno
, dark-forest
, dark-steel-blue
, dark-amethyst
, and dark-bronze
.
- Live website: https://clan.l33t.xyz (Fallback: http://clan-l33t-xyz.vercel.app)
- Hosting is provided by Vercel (from the l33t-xyz-bot mirror/fork)
- Airtable serves as the database, with content entered as MDX, an extension of Markdown
- Custom code for proxying/rendering from https://l33t.xyz
To develop locally, perform the following steps:
git clone
yarn install
andyarn run dev
- Two options, one involving editing the hosts file, one not:
- Modify hosts file (i.e.
/etc/hosts
) and pointyourclan.clan.l33t.xyz
to127.0.0.1
, then, in your browser, navigate tohttp://<yourclan>.clan.l33t.xyz:3000
- Alternately, without editing the hosts file, in your browser, navigate to
http://localhost:3000/<yourclan>
. However, with this method, not all routing may work correctly
Check out the official wiki and the FAQ.
Code: MIT License. See LICENSE.md
Wiki, README, and other documentation: Creative Commons Attribution 4.0 International License.
Contributions are welcome. Please fork and submit a pull request