⬡ Grid Forge Products

Our Software

Proprietary tools and platforms built by Grid Forge — for K12 students, game developers, and enterprises requiring AI automation.

StuTalent
AI education platform for K12 students
K-12 · AI Lab
Available

StuTalent is an AI education platform designed for K12 students to learn, explore, and experiment with artificial intelligence systems. Students interact with AI models, run guided experiments, complete smart assignments, and develop AI literacy skills — all within a structured, school-friendly environment. Teachers and administrators get real-time analytics and progress dashboards.

🧠
Personal AI Mentor
Each student gets a personalized AI guide that adapts to their learning pace, answers questions in real time, and suggests the next steps in their AI learning journey.
📊
Real-Time Analytics
Teachers and school admins can track individual student progress, identify those who need support, and view class-wide AI engagement metrics in one dashboard.
🧪
AI Experiment Labs
Students run hands-on AI experiments — from classification tasks to prompt engineering — in a safe, guided environment designed for K12 learning.
📝
Smart Assignments
AI-generated assignments tailored to curriculum goals. Automatically graded with feedback available in both Turkish and English.
Contact for Institutions muhammedyagarkar.com.tr
StuTalent AI — Try Demo
K12 Mode
What is AI? Explain machine learning How do neural networks work? Give me a quiz
Hi! I'm your StuTalent AI Mentor. Ask me anything about artificial intelligence — I'll explain it at your level! 🎓
Grid Forge Game Studio
Professional game development suite — Windows desktop app
Microsoft Store
Coming Soon

Grid Forge Game Studio is a professional game development suite built with Python, designed to be sold on the Microsoft Store. It bundles sprite management, a 2D map editor, a physics sandbox, audio tools, and a project export system into a single clean Windows desktop application.

🎨
Sprite & Asset Manager
Import, organize, and animate sprites with a visual editor. Supports PNG spritesheets and frame-by-frame animation.
🗺️
2D Map Editor
Draw tile maps, define collision layers, place entities, and export directly to playable scenes.
⚙️
Physics & Audio
Built-in physics sandbox and sound effect manager. Configure gravity, friction, collision masks, and audio channels.
📦
One-Click Export
Export your game project as a standalone executable or web bundle. No external build tools required.
main_scene.py — Grid Forge Game Studio
📁 Project
🗺️ Map Editor
🎨 Sprites
⚙️ Physics
🔊 Audio
📦 Export
import grid_forge as gf
from grid_forge.engine import Scene, Sprite

# Initialize world
world = gf.World("My Game")
scene = Scene("Level 1", size=(1280, 720))

player = Sprite("hero.png")
player.set_pos(100, 400)
player.add_physics(gravity=9.8)
scene.add(player)

world.run(scene)
Python 3.12 · Grid Forge Engine v0.2 · Ready
Available on Microsoft Store — Coming Soon
Cloud Agent Wendigo
Your AI runs in the cloud — autonomous, 24/7, serverless
Cloud · SaaS
AI Agent

Cloud Agent Wendigo lets you deploy intelligent AI agents to the cloud that run 24/7 without requiring your own servers. Agents can handle long-duration tasks, send automated reports, monitor systems, and execute multi-step workflows — all while you focus on what matters.

⏱️
Long-Running Tasks
Deploy agents that run for hours or days without interruption. Perfect for data processing, content generation, and monitoring pipelines.
📡
Automated Tracking
Agents can monitor websites, APIs, or internal systems and send you alerts, summaries, or reports on a schedule.
🔄
Workflow Automation
Chain multiple AI steps into workflows — describe what you want done, and the agent handles the rest automatically.
🌐
Serverless Infrastructure
No servers to manage. No infrastructure to maintain. Your agents run on Grid Forge's cloud — you only pay for what you use.
Try Demo with Wendigo
Input Task
"Monitor competitor prices daily and send summary"
▼ Wendigo Agent
Step 1
Scrape target URLs
Step 2
Analyze price data
Output
PDF report → Email → Slack ✓
AGENT RUNNING · 24/7 · CLOUD