This is thoughtware, an experimental web server where an LLM handles all application logic.
See accompanying blog post at https://samdobson.uk/posts/thoughtware/
-
Install dependencies:
pip install -r requirements.txt
-
Set up environment: Create a
.envfile:LLM_PROVIDER=anthropic ANTHROPIC_API_KEY=sk-ant-... ANTHROPIC_MODEL=claude-haiku-4-5
-
Run the server:
python server.py
-
Visit: http://localhost:8000
MIT
Thoughtware was inspired by the excellent Nokode project.