BETA Local is Free • Cloud uses DeepSeek (Pay-as-you-go)
Local + Cloud — your choice

Free AI Coding Companion
That Grows With You

LPDHub is a free desktop app where an AI reads your project, writes real code, applies fixes, runs commands, and verifies the result. Run AI locally for free or use DeepSeek Cloud — more models coming soon.

Free to use
Local + Cloud
Private by design
LPDHub — My Project
Chat
Files
Git
Terminal
Local Cloud
Fix the login form validation
LPDHub I’ll update auth.js with proper email & password validation…
auth.js — proposed edit
− if (email) { login(); }
+ if (validateEmail(email) && password.length >= 8) {
+ login(email, password);
+ }
✓ Approve ✗ Reject

An AI that doesn't just talk — it builds.

Most AI tools give you text. LPDHub gives you working code — written, applied, tested, and verified inside your real project.

Writes files
Edits code
Fixes bugs
Runs commands
Tests results
Auto-retries

Everything you need to ship faster.

�️

Free Local AI

Run AI models on your machine with LM Studio — completely free, no internet required. Your code stays on your computer and we never collect your code or personal data.

☁️

DeepSeek Cloud

Need more power? Switch to DeepSeek Cloud with one click — pay only for what you use. No subscriptions, no hidden fees. More cloud models coming soon.

Real Code Actions

The AI writes new files, applies precise search-and-replace edits, installs packages via terminal, and builds full features end-to-end — not just suggestions.

🔄

Smart Auto-Fix Loop

When a build error is detected, the AI attempts the fix, runs a verification command, checks the output, and retries with better instructions if the error persists.

🐙

Built-in Git & GitHub

Browse branches, view commit history, stage files, commit, push, and pull — all from inside the app. No separate Git GUI needed.

MCP Protocol Support

Extend your AI's reach with the Model Context Protocol. Built-in MCP servers for Git and Terminal let the AI understand your project's live state.

📱

Build Mobile Apps

LPDHub can help you build iOS and Android apps — whether you’re using React Native, Expo, Swift, or Kotlin. The AI writes mobile code the same way it writes web code.

📂

Project File Explorer

Browse your entire project tree inside the app. Open, navigate, and let the AI act on any file — all without leaving the window.

You Stay in Control

Every code change shows a before/after diff and waits for your approval. Nothing is modified on disk until you say so.

Build anything — web, mobile, desktop.

LPDHub works with any language or framework. Write code, fix bugs, and ship features across all your projects.

Python
JavaScript
C++
Java
React / React Native
TypeScript
Android
iOS (Expo / Swift)

… and any other language or framework. If it’s code, LPDHub can work with it.

How It Works

1

Download & Install

Grab the Windows .exe installer. One file, no configuration, no account needed.

2

Choose Local or Cloud

Use the Local tab with LM Studio (free), or switch to the Cloud tab to use DeepSeek — pay only for what you use.

3

Open Your Project

Point LPDHub to any project folder. The AI scans the file tree and understands your codebase.

4

Chat, Build, Ship

Tell the AI what to build or fix. Review the diffs, approve changes, and watch your project come together.

An AI that learns your project.

LPDHub doesn't start from scratch each time. It remembers what worked, what failed, and how your project is built — so every conversation is better than the last.

🧠

Per-Project Memory

Every project gets its own memory file. The AI remembers past conversations, fixes it applied, errors it resolved, architecture decisions, and your project goals — all stored locally in a .Lpdhub-Ai folder inside your project.

🔍

Pattern Recognition

When the AI fixes a bug, it records the error-to-fix pattern. Next time a similar error appears — in this project or any other — it already knows the solution and applies it faster.

📊

Tech Stack Detection

The AI automatically scans your project to detect languages, frameworks, and build tools. It tailors its responses to your specific stack — whether that's React, Python, Expo, Next.js, or anything else.

🔄

Feedback Loop

Every fix attempt is tracked. Successful patterns get reinforced. Failed approaches are recorded so the AI avoids repeating mistakes. Over time, it learns what works for your codebase.

🌐

Cross-Project Knowledge

Solutions that work in one project are stored in a global knowledge base. When you start a new project, the AI already carries useful patterns from everything it has solved before.

🛡️

Self-Heal Rules

The AI builds a set of learned rules per project — path conventions, required packages, known tool requirements, and past fix strategies — so it avoids known pitfalls automatically.

How the learning cycle works
1 You ask the AI to fix or build something
2 AI applies changes and records what it did
3 Results are tracked — success or failure
4 Patterns are stored for future reference

Local + Cloud — Your Choice

LPDHub gives you two simple options: run AI completely free on your own machine, or use DeepSeek Cloud for more power. Switch between them with one click.

🖥️ Local (Free)

Install LM Studio (free and open source), download a model, and run AI entirely on your machine. No internet needed, no cost, your code never leaves your computer.

Download LM Studio →
☁️ DeepSeek Cloud (Pay-as-you-go)

For larger projects or faster responses, switch to the Cloud tab. DeepSeek Cloud charges only for what you use — no subscriptions, no monthly fees. More cloud models coming soon.

🔒 Your Privacy Matters

We do not collect your code or personal data — ever. In Local mode, everything stays on your machine. In Cloud mode, your prompts go directly to DeepSeek's API — LPDHub never stores or intercepts them.

💡 Recommended Local Models

For best results, pick a model with Tool Use, Reasoning, or Instruct capabilities. Look for labels like "instruct", "tool-use", or "reasoning" in the model name when downloading.

📋 System Requirements for Local AI
Model Size VRAM Needed System RAM Good for Recommendation
7B 6 – 8 GB 16 GB Small to medium projects ⭐ Best starting point
14B 10 – 12 GB 32 GB Medium to large projects Very good
32B (Cherry B) 20 – 24 GB 64 GB Large complex projects Overkill for most

Don't have a powerful GPU? Use DeepSeek Cloud — it works on any computer.

FAQ

Yes! LPDHub is free to download and use. Local AI (via LM Studio) runs on your own hardware at no cost. If you choose DeepSeek Cloud, you pay only for what you use — there are no subscriptions or monthly fees.

We do not collect your code or personal data — ever. In Local mode, everything stays entirely on your machine. In Cloud mode, prompts are sent directly to DeepSeek's API — LPDHub never stores or intercepts them.

Windows 10 or 11. For Local AI: a 7B model needs 6–8 GB VRAM and 16 GB RAM; a 14B model needs 10–12 GB VRAM and 32 GB RAM; a 32B model needs 20–24 GB VRAM and 64 GB RAM. Don't have the hardware? DeepSeek Cloud works on any computer.

MCP (Model Context Protocol) lets the AI connect to external tools for richer context — like reading your Git status or running terminal commands. LPDHub includes built-in MCP servers, so it works out of the box. No setup needed.

Yes, this is Beta 1.0. The core experience — chat, file editing, auto-fix, Git integration — is fully working. We're actively adding multi-tab editing, plugin support, Mac/Linux builds, and more. Your feedback shapes what's next.

Be the first to try LPDHub

We’re putting the finishing touches on the beta. Drop your email and we’ll let you know the moment it’s ready.

No spam. We’ll only email you when the beta is live.

Windows first • Mac & Linux coming soon