Neural HackPad is a memory-enhanced, GPT-4 powered developer assistant designed to help you with code problems, architecture, documentation, and design decisions — all while keeping your session history organized by user.
- Per-user memory across sessions
- Real-time programming Q&A
- Lightweight Flask API
- Stores and retrieves conversation history
pip install -r requirements.txt
export OPENAI_API_KEY=your-key-here
python main.py
{
"user_id": "john@example.com",
"query": "How do I implement a thread-safe queue in Python?"
}
Returns last 10+ interactions for that user.
- Coding assistant for teams
- Technical documentation Q&A bot
- Custom AI developer with persistent memory