-
Notifications
You must be signed in to change notification settings - Fork 1
Home
-
Repository: REChain-Network-Solutions/AIPlatform
-
Codename / Product: MagicAI
-
Purpose: AI SaaS starter platform including landing page, dashboard, customization, and core AI features.
-
License: BSD 3-Clause
-
Languages: JavaScript (41.4%), PHP (27%), Blade (20%), CSS/SCSS/Sass (remaining)
-
Landing Page & Dashboard: Out-of-the-box templates for SaaS presentation and operations.
-
Theme Customization: Change visual appearance with one click.
-
Extensions Support: Modular AI features via
magicai-extentions. -
Localization: Multi-language support via
lang/. -
Secure Foundation: Security policy included in
SECURITY.md.
| Path | Description |
|---|---|
| .github/ | GitHub workflows, issue templates |
| app/ | Core application logic: controllers, models, services |
| bootstrap/ | Initialization & environment bootstrapping |
| config/ | Configuration files (app, DB, cache, etc.) |
| database/ | Migrations, seeds, SQL dump (magicai.sql) |
| documents/ | Documentation & project notes |
| lang/ | Translation & localization files |
| magicai-extentions/ | Custom AI extensions/plugins |
| packages/ | External or internal packages/modules |
| public/ | Public assets (CSS, JS, images) |
| resources/ | Views, Blade templates, frontend resources |
| routes/ | API & web routes |
| storage/ | Logs, cached data, temporary files |
| tests/ | Unit & integration tests |
Other important files:
-
.env.exampleβ environment template -
composer.json/composer.lockβ PHP dependencies -
package.json/package-lock.jsonβ JavaScript dependencies -
vite.config.mjsβ Vite frontend bundler config -
phpunit.xmlβ PHPUnit test configuration -
version.txtβ Current app version -
README.md,SECURITY.mdβ Documentation
-
Clone Repository
git clone https://github.com/REChain-Network-Solutions/AIPlatform.git cd AIPlatform -
Environment Setup
cp .env.example .env # edit DB credentials, API keys, etc. -
Install Dependencies
composer install npm install # or yarn -
Database Setup
php artisan migrate --seed # optionally import magicai.sql -
Build Frontend
npm run build # or npm run dev for development -
Run Application
php artisan serve
-
Backend: Laravel-based (PHP + Blade templating)
-
Frontend: Tailwind CSS + Vite build system
-
Database: SQL migrations & schema (
magicai.sql) -
Extensions: Modular plug-ins via
magicai-extentions -
Localization: Multi-language system in
lang/ -
Testing: PHPUnit for backend, potential JS tests
-
Security guidelines in
SECURITY.md -
BSD 3-Clause license
-
.envfile for sensitive configs (DB, API keys) -
Recommend HTTPS + reverse proxy for production
-
Commits: ~7 (early development stage)
-
Releases: none published
-
Stars/Forks: minimal (early community adoption)
-
SaaS startups needing ready AI landing + dashboard
-
Enterprises requiring multilingual AI interface
-
Developers launching branded AI tools with quick theme customization
-
Educational projects experimenting with AI SaaS architecture
-
Publish first official release
-
Extend AI integrations (OpenAI, HuggingFace, local models)
-
Add CI/CD pipelines in
.github/workflows/ -
Dockerize for production deployment
-
Expand automated test coverage
-
Create official documentation site
MagicAI (AIPlatform) is a flexible AI SaaS starter kit offering a complete landing + dashboard solution, fast theming, localization, and extensibility. Though early in development, it provides a strong base for building scalable AI-powered applications.
# MagicAI (AIPlatform) Wiki- Repository: [REChain-Network-Solutions/AIPlatform](https://github.com/REChain-Network-Solutions/AIPlatform.git)
- Codename / Product: MagicAI
- Purpose: AI SaaS starter platform including landing page, dashboard, customization, and core AI features.
- License: BSD 3-Clause
- Languages: JavaScript (41.4%), PHP (27%), Blade (20%), CSS/SCSS/Sass (remaining)
- Landing Page & Dashboard: Out-of-the-box templates for SaaS presentation and operations.
- Theme Customization: Change visual appearance with one click.
-
Extensions Support: Modular AI features via
magicai-extentions. -
Localization: Multi-language support via
lang/. -
Secure Foundation: Security policy included in
SECURITY.md.
| Path | Description |
|---|---|
.github/ |
GitHub workflows, issue templates |
app/ |
Core application logic: controllers, models, services |
bootstrap/ |
Initialization & environment bootstrapping |
config/ |
Configuration files (app, DB, cache, etc.) |
database/ |
Migrations, seeds, SQL dump (magicai.sql) |
documents/ |
Documentation & project notes |
lang/ |
Translation & localization files |
magicai-extentions/ |
Custom AI extensions/plugins |
packages/ |
External or internal packages/modules |
public/ |
Public assets (CSS, JS, images) |
resources/ |
Views, Blade templates, frontend resources |
routes/ |
API & web routes |
storage/ |
Logs, cached data, temporary files |
tests/ |
Unit & integration tests |
Other important files:
-
.env.exampleβ environment template -
composer.json/composer.lockβ PHP dependencies -
package.json/package-lock.jsonβ JavaScript dependencies -
vite.config.mjsβ Vite frontend bundler config -
phpunit.xmlβ PHPUnit test configuration -
version.txtβ Current app version -
README.md,SECURITY.mdβ Documentation
-
Clone Repository
git clone https://github.com/REChain-Network-Solutions/AIPlatform.git cd AIPlatform -
Environment Setup
cp .env.example .env # edit DB credentials, API keys, etc. -
Install Dependencies
composer install npm install # or yarn -
Database Setup
php artisan migrate --seed # optionally import magicai.sql -
Build Frontend
npm run build # or npm run dev for development -
Run Application
php artisan serve
- Backend: Laravel-based (PHP + Blade templating)
- Frontend: Tailwind CSS + Vite build system
-
Database: SQL migrations & schema (
magicai.sql) -
Extensions: Modular plug-ins via
magicai-extentions -
Localization: Multi-language system in
lang/ - Testing: PHPUnit for backend, potential JS tests
- Security guidelines in
SECURITY.md - BSD 3-Clause license
-
.envfile for sensitive configs (DB, API keys) - Recommend HTTPS + reverse proxy for production
- Commits: ~7 (early development stage)
- Releases: none published
- Stars/Forks: minimal (early community adoption)
- SaaS startups needing ready AI landing + dashboard
- Enterprises requiring multilingual AI interface
- Developers launching branded AI tools with quick theme customization
- Educational projects experimenting with AI SaaS architecture
- Publish first official release
- Extend AI integrations (OpenAI, HuggingFace, local models)
- Add CI/CD pipelines in
.github/workflows/ - Dockerize for production deployment
- Expand automated test coverage
- Create official documentation site
MagicAI (AIPlatform) is a flexible AI SaaS starter kit offering a complete landing + dashboard solution, fast theming, localization, and extensibility. Though early in development, it provides a strong base for building scalable AI-powered applications.