Back to all work

Learning Platform

Entrepreneur Lab

Bilingual LMS with multi-role workflows, event coordination, and community features for rural entrepreneurs.

Vue 3PHPTailwind
Entrepreneur Lab screenshot 1
Entrepreneur Lab screenshot 2
Entrepreneur Lab screenshot 3

Overview

Full-stack bilingual Learning Management System serving rural entrepreneurs across Bangladesh. Features 50+ Vue 3 components with real-time EN/BN language switching, 7+ role-based access levels with JWT + session hybrid auth, and a hybrid SPA + server-rendered architecture sharing authentication across both rendering modes.

Hard Problems

Challenge

Bilingual UI and content delivery at scale across SPA and server-rendered pages.

Solution

Vue I18n for client, `_bn` suffix columns for database content, server-side helper functions for PHP templates.

Challenge

SPA and server-rendered pages sharing authentication state.

Solution

Custom bootstrap detecting rendering context, JWT in httpOnly cookies, CORS with credentials enabled.

Key Decisions

DecisionChoseOverBecause
Backend frameworkCustom PHP bootstrapLaravelDirect path control, zero framework overhead, easier IIS deployment on existing infrastructure.

Tech Stack

languages

PHP 7.4+TypeScriptJavaScript

frameworks

Vue 3Tailwind CSSPiniaVue Router

data

MySQLJWT (firebase/php-jwt)

tools

ViteComposerVue I18nDomPDFPHPMailer