| cuda 12 | v1.48.0 (recommended) | |||
|---|---|---|---|---|
| tested models |
|
DeepSite-Local is a modern, privacy-friendly coding platform designed for seamless local project development. It empowers you to create, edit, and manage projects entirely on your own machine—no cloud integration, no required login, and no built-in cloud AI. With support for image uploads and optional local LM Studio integration, DeepSite gives you full control over your workflow and data, making it ideal for offline use and local-first development.
- Local Project Publishing:
- Create and edit entirely on your local machine—no login required.
- Image Upload (Beta):
- Upload images to your projects (local).
- Local LM Studio Integration:
- Use local AI models (via LM Studio) for chat and code generation, with automatic model detection.
- UI:
- UI Changes for local project management.
- Image Persistence & AI Usage:
- Images uploaded to a project do not persist after reloading the project.
- Uploaded images are not yet fed into the AI assistant prompt.
- Loading Existing Projects:
- Seamless loading of existing projects is coming soon.
- For now, to load a project: create a default project with a name, find the folder in
/public/[displayname]/[encodedname], and replace the files inside that folder with your own.
- General Improvements:
- Discuss more in the discussions
Clone the repository:
git clone https://github.com/SquashyHydra/Deepsite-Local.gitInstall dependencies:
npm installCreate a .env file and add the required variables. Use the development .env as an example.
npm run devnpm run buildnpm run start- Recommended CUDA version: CUDA 12
v1.48.0. - When updating to
v1.50.0,gpt-oss-20bmay stop working, butqwen3-coder-30bstill works.
- If you need to use
mongodb+srv://, add it before theMONGODB=localhostvariable in your.envfile, like so:MONGODB=mongodb+srv://localhost.
- Images not persisting: This is a known limitation; see Roadmap above.
- Project loading issues: Use the manual folder method described above until seamless loading is released.
- Model/Provider not available: Ensure LM Studio is running and the model is loaded.
- Other issues: Please open an issue or discussion on GitHub.
- Follow this discussion for the latest updates, tips, and troubleshooting.
MIT License