Discover and explore top open-source AI tools and projects—updated daily.
Open-source app builder for local development
Top 85.4% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> Quests is an open-source application builder designed for developers and power users. It enables the creation and local execution of full-stack applications using any Large Language Model (LLM), offering a flexible and powerful local development environment. The primary benefit is the ability to leverage diverse AI models and build/run complex applications entirely on the user's machine.
How It Works
The project utilizes a monorepo architecture with core components like @quests/workspace
for AI agents and workflow logic, and @quests/ai-gateway
for local LLM interaction. It features a sophisticated coding agent capable of targeted edits and real-time linting, integrated into an Electron desktop application (@quests/studio
). Users bring their own API keys (BYOK) to connect with various LLM providers, ensuring data privacy and model choice. Applications are built and run locally, with built-in version control and the ability to export fully functional React applications.
Quick Start & Requirements
git clone --recursive https://github.com/quests-org/quests.git
), navigate into the directory, and install dependencies using pnpm install
.pnpm dev:studio
.Highlighted Details
Maintenance & Community
The project is organized as a monorepo. While the README outlines contribution guidelines and AI assistance disclosure, it does not provide specific links to community channels (e.g., Discord, Slack) or details on notable contributors or sponsorships.
Licensing & Compatibility
Licensed under the Apache 2.0 license. This license is permissive and generally compatible with commercial use and closed-source linking.
Limitations & Caveats
The README implies the project is actively under development, noting that while Quests can be used for "vibe coding," the project itself is "not vibe coded," suggesting a focus on quality and structured contributions. Specific limitations, alpha/beta status, or known bugs are not detailed in the provided text.
1 day ago
Inactive