The official website for LokumAI organization - making AI as sweet and accessible as Turkish Delight.
🌐 Live Site: https://lokumai.github.io
- Framework: Astro - Fast, modern static site generator
- Styling: TailwindCSS - Utility-first CSS framework
- Deployment: GitHub Pages with GitHub Actions
- Languages: TypeScript, JavaScript, HTML
lokumai.github.io/
├── .github/
│ └── workflows/
│ └── deploy.yml # GitHub Actions deployment
├── public/
│ └── favicon.svg # Site favicon
├── src/
│ ├── components/
│ │ ├── Header.astro # Navigation header
│ │ └── Footer.astro # Site footer
│ ├── layouts/
│ │ └── BaseLayout.astro # Base page layout
│ └── pages/
│ ├── index.astro # Home page (🍬 Artificial Delight 🧠)
│ ├── about.astro # Our Story (Turkish Delight philosophy)
│ ├── focus-areas.astro # AI Technologies & Focus Areas
│ ├── projects.astro # Featured Projects
│ └── community.astro # Join Us / Contribution Guidelines
├── package.json
├── astro.config.mjs # Astro configuration
├── tailwind.config.mjs # TailwindCSS configuration
└── README.md
The website embodies the LokumAI philosophy through:
- Turkish Delight Color Palette: Soft pastels inspired by lokum (rose pink, pistachio green, sugar white, lavender)
- Three Stacked Cubes Logo: Representing diverse perspectives uniting to create solutions
- Responsive Design: Mobile-first approach with smooth animations
- Accessibility: Clear typography, good contrast, semantic HTML
- Node.js 18+ and npm
- Git
# Clone the repository
git clone https://github.com/lokumai/lokumai.github.io.git
cd lokumai.github.io
# Install dependencies
npm install
# Start development server
npm run dev
The site will be available at http://localhost:4321
npm run dev # Start development server
npm run build # Build for production
npm run preview # Preview production build locally
npm run astro # Run Astro CLI commands
The site automatically deploys to GitHub Pages when changes are pushed to the main
branch using GitHub Actions.
# Build the site
npm run build
# The built site will be in the `dist/` folder
We welcome contributions! Here's how you can help:
- 🌟 Star the repository to show your support
- 🐛 Report issues if you find bugs or have suggestions
- 🛠️ Submit pull requests with improvements
- 📖 Improve documentation by fixing typos or adding examples
- Follow the existing code style and structure
- Write clear commit messages in English
- Test your changes locally before submitting
- Update documentation if needed
This project is open source and available under the MIT License.
- 🏠 Website: https://lokumai.github.io
- 🐙 GitHub Organization: https://github.com/lokumai
- 🤗 Hugging Face: https://huggingface.co/lokumai
- 💼 LinkedIn: https://www.linkedin.com/company/lokumai
Made with 🍬 and ❤️ in Istanbul
LokumAI © 2024-2025 - Artificial Delight for Everyone