Curated demo projects for AeThex student developers — planned
Find a file
2026-05-17 02:10:31 +00:00
demos scaffold: initialize student demo projects collection with web and Discord bot examples 2026-05-17 02:10:31 +00:00
CONTRIBUTING.md scaffold: initialize student demo projects collection with web and Discord bot examples 2026-05-17 02:10:31 +00:00
LICENSE Initial commit 2025-11-18 20:30:41 -07:00
README.md scaffold: initialize student demo projects collection with web and Discord bot examples 2026-05-17 02:10:31 +00:00

AeThex Student Demo Projects

A curated collection of projects built by student developers in the AeThex ecosystem. Every project here was submitted by a real student and reviewed by the community.


What This Is

This repo is a showcase and learning resource. Browse it to:

  • See what's possible with the AeThex stack
  • Find working examples to learn from
  • Get inspired for your own project

Want your project here? See Contributing below.


Categories

Folder What's Inside
demos/web/ React, Vite, Tailwind web apps
demos/discord-bots/ discord.js bots
demos/game-dev/ AeThex GameForge / Roblox / other game projects
demos/smart-contracts/ Solidity contracts and dApps

What's Possible

Here's a taste of what student developers have built:

  • Personal portfolio sites with animated hero sections
  • Discord bots that track server activity and post weekly digests
  • Browser-based mini-games built with Phaser.js
  • Smart contracts for simple voting and token distribution
  • Full-stack apps with Supabase auth, database, and storage

Contributing — Add Your Project

  1. Fork this repository on AeThex Forge
  2. Create a branch: git checkout -b add-my-project-name
  3. Create a folder under the right category:
    demos/web/your-project-name/
    demos/discord-bots/your-project-name/
    demos/game-dev/your-project-name/
    demos/smart-contracts/your-project-name/
    
  4. Add a README.md inside your folder (required — see requirements below)
  5. Add your project files
  6. Open a pull request against main

See CONTRIBUTING.md for full details and requirements.


Requirements at a Glance

  • Must have a README.md
  • Must be original work (not copied wholesale from tutorials)
  • Must be runnable — someone should be able to follow your README and see it work
  • Must follow AeThex community guidelines

Questions?

Open an issue or ask in #student-help on the AeThex Discord.