Buildepot is a community-driven platform inspired by Modrinth, designed for Minecraft players to share their world saves, maps, and builds. With a focus on simplicity and performance, Buildepot helps players easily discover and share Minecraft creations.
While the website is still in very early development, the features that are planned are:
- World Sharing: Upload, share, and discover amazing Minecraft world saves, maps, and builds.
- User Profiles: Create and customize your profile to showcase your contributions.
- Categories & Tags: Easily categorize your builds, making it simple for others to find inspiration.
- Rating System: Rate and comment on other users' submissions.
- Frontend: Svelte
- Backend: SvelteKit
- Storage: AWS S3 (for storing world files and assets)
- Database: PostgreSQL (for user and build data)
- Language: TypeScript
To get started with Buildepot locally:
-
Clone the Repository
git clone https://github.com/your-username/buildepot.git cd buildepot
-
Install Dependencies
npm install