The official website for the Coreverse ecosystem.
A modern, multilingual, open-source website built with Next.js, React, TypeScript, and Tailwind CSS.
Designed for speed, accessibility, scalability, and an exceptional developer experience.
Coreverse Website is the official web platform of the Coreverse ecosystem.
It serves as the central hub for:
- ๐ Engine announcements
- ๐ฅ Downloads
- ๐ Documentation
- ๐ฅ Community
- ๐ Authentication
- ๐ข News & Updates
- ๐ Open-source collaboration
The project is built with a strong focus on:
- Performance
- Scalability
- Accessibility
- Security
- Maintainability
- Responsive Design
- ๐ Internationalization (i18n)
- โก Next.js App Router
- ๐จ Modern UI
- ๐ฑ Fully Responsive
- ๐ Dark Theme
- ๐ Authentication System
- โ๏ธ Supabase Integration
- ๐ฌ Interactive Videos
- ๐งฉ Modular Components
- ๐ฅ Optimized Performance
- โฟ Accessibility-first
- ๐ SEO-friendly
| Language | Status |
|---|---|
| ๐บ๐ธ English | โ |
| ๐น๐ท Turkish | โ |
| ๐ซ๐ท French | โ |
| ๐ฉ๐ช German | โ |
| ๐ช๐ธ Spanish | โ |
| ๐ต๐น Portuguese | โ |
| ๐ท๐บ Russian | โ |
| ๐จ๐ณ Simplified Chinese | โ |
| ๐ฏ๐ต Japanese | โ |
| ๐ฐ๐ท Korean | โ |
| ๐ต๐ฑ Polish | โ |
| ๐ฎ๐ณ Hindi | โ |
| ๐ธ๐ฆ Arabic | โ |
| Technology | Purpose |
|---|---|
| Next.js | React Framework |
| React | UI Library |
| TypeScript | Type Safety |
| Tailwind CSS | Styling |
| next-intl | Localization |
| Supabase | Backend & Authentication |
| GitHub Actions | CI/CD |
| ESLint | Code Quality |
coreverse-website
โโโ .github
โ โโโ ISSUE_TEMPLATE
โ โโโ workflows
โ โโโ CODE_OF_CONDUCT.md
โ โโโ CONTRIBUTING.md
โ โโโ SECURITY.md
โ โโโ FUNDING.yml
โ โโโ ...
โ
โโโ public
โ โโโ fonts
โ โโโ images
โ โโโ videos
โ
โโโ src
โ โโโ app
โ โโโ components
โ โโโ features
โ โโโ hooks
โ โโโ i18n
โ โโโ lib
โ โโโ services
โ โโโ supabase
โ โโโ utils
โ
โโโ AGENTS.md
โโโ CLAUDE.md
โโโ PROGRESS.md
โโโ package.json
โโโ README.md
Browser
โ
โผ
Next.js App Router
โ
โโโโโโโโโโโโโโโโโ
โผ โผ
UI Components API Routes
โ โ
โผ โผ
Feature Layer Authentication
โ โ
โโโโโโโโโฌโโโโโโโโ
โผ
Supabase Backend
The repository includes:
- ๐ฅ Intro Videos
- ๐ฎ Engine Showcase
- ๐จ Renderer Preview
- โ๏ธ Physics Demo
Located inside:
public/videos/
Clone the repository:
git clone [https://github.com/KING-MASTER2012/Coreverse-Website.git](https://github.com/KING-MASTER2012/Coreverse-Website.git)Move into the project:
cd coreverse-websiteInstall dependencies:
npm installCreate:
.env.local
next-env.d.ts
Example:
# Supabase (Client)
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
# Supabase (Server)
SUPABASE_PASSWORD=
SUPABASE_SECRET_KEY=
DATABASE_URL=
# Brevo
BREVO_API_KEY=
BREVO_SMTP_KEY=
BREVO_SMTP_LOGIN=
BREVO_SENDER_EMAIL=
BREVO_SENDER_NAME=
# App
NEXT_APP_URL=
Start Development:
npm run devor Start Host Development:
npm run dev:hostOpen:
http://localhost:3000
or
http://192.168.1.130:3000
| Command | Description |
|---|---|
| npm run dev | Development server |
| npm run dev:host | Host development server |
| npm run build | Production build |
| npm run start | Production server |
| npm run lint | Run ESLint |
| npm run typecheck | Testing if the code works |
We welcome contributions from everyone!
Before contributing, please read:
- ๐ CONTRIBUTING.md
- ๐ก๏ธ CODE_OF_CONDUCT.md
- ๐ SECURITY.md
Please:
- โญ Star the repository
- ๐ด Fork it
- ๐ฟ Create a feature branch
- ๐ฌ Open a Pull Request
GitHub Issue Forms are included for:
- ๐ Bug Reports
- โจ Feature Requests
Please use them whenever possible.
A Pull Request template is included to help contributors provide all necessary information.
Every PR is automatically checked using GitHub Actions.
The repository includes:
- โ CI Workflow
- ๐ Deploy Workflow
- ๐ CodeQL Analysis
- ๐ฆ Dependabot Updates
- ๐ฐ GitHub Sponsors
- ๐ Issue Forms
- ๐ Pull Request Template
Everything inside the .github directory is configured to provide a smooth open-source workflow.
Current development focuses on:
- ๐ Website Improvements
- ๐ Additional Translations
- ๐จ UI Enhancements
- ๐ฑ Better Mobile Experience
- โก Performance Optimizations
- ๐ Authentication Improvements
- ๐ Documentation Expansion
See PROGRESS.md for ongoing development.
Coreverse Website is completely open source.
We appreciate every contribution, including:
- Code
- Documentation
- Bug Reports
- Feature Requests
- Translations
- Design Improvements
Every contribution helps improve the Coreverse ecosystem.
Licensed under the GNU General Public License v3.0(GPL-3.0).
See LICENSE for more information.