raidendotai / cofounder

ai-generated apps , full stack + generative UI
https://cofounder.openinterface.ai/
MIT License
5.37k stars 586 forks source link

Loss of Project State and API Keys After System Restart/Ctrl-C #60

Open jroth55 opened 3 weeks ago

jroth55 commented 3 weeks ago

Issue: Loss of project state, API keys, and generated code after session interruption (Ctrl-C) or system restart.

Reproduction: Run npx @openinterface/cofounder Set up API keys, generate project Interrupt (Ctrl-C) or restart system Run npx @openinterface/cofounder again Result: All progress and configuration lost

Impact: Costly regeneration of projects required Lost development time Poor developer experience

Expected Behavior:

Proposed Solutions: Git Integration:

Local Storage:

Impact: High cost to regenerate code Note: Generation process is resource-intensive and expensive. A persistence mechanism is crucial for efficient development workflow.

hongthana commented 2 weeks ago

Not sure if this helps