An open-source platform for sharing and discovering characters from ElizaOS. This platform serves as a dedicated hub for ElizaOS creators to upload and share their character files, and for the community to discover and engage with these unique creations.
Learn more about ElizaOS: Official Website | GitHub Repository
🌐 Explore the platform: https://eliza.town/
- 🔐 GitHub authentication
- 📤 Upload character files with images
- ❤️ Like and download tracking
- 🔍 Search characters by name
- 👥 User profiles
- 📱 Responsive design
- React + TypeScript
- Supabase (Auth, DB, Storage)
- TailwindCSS
- Lucide Icons
- React Dropzone
- Clone the repository:
git clone https://github.com/ShadovvBeast/ElizaTown.git
cd elizatown
- Install dependencies:
bun install
- Create a
.env
file with your Supabase credentials:
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
- Run the development server:
bun dev
We welcome contributions! Please feel free to submit a Pull Request.
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a Pull Request
MIT Licensed - see LICENSE file