LittleX is a lightweight social media application developed using the Jaseci Stack. It serves as a demonstration of how Jaseci Stack can be utilized to build scalable and intelligent applications.
LittleX is a minimalistic implementation of a social media platform that showcases the capabilities of the Jaseci Stack. It includes features such as:
- 
User Profiles:
- Create and manage user accounts.
 - Follow other users and track relationships.
 
 - 
Tweets:
- Post, view, and interact with tweets.
 
 - 
Comments and Likes:
- Engage with tweets through comments and likes.
 
 - 
AI-Powered Features:
- Utilizes MTLLM for GPT-4o summarization and SentenceTransformer for semantic search, enhancing user interactions.
 
 - 
Cloud Deployment:
- Deploy workflows, walkers, and AI features to Jac Cloud for seamless scaling and execution.
 
 
Start by cloning the LittleX repository to your local system:
git clone https://github.com/Jaseci-Labs/littleX.git
cd littlexpip install -r littleX_BE/requirements.txtjac serve littleX_BE/littleX.jacOpen another command line
cd littleX_FE
npm i
npm run dev