Skip to content

samdobson/thoughtware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thoughtware

This is thoughtware, an experimental web server where an LLM handles all application logic.

See accompanying blog post at https://samdobson.uk/posts/thoughtware/

Quick Start

  1. Install dependencies:

    pip install -r requirements.txt
  2. Set up environment: Create a .env file:

    LLM_PROVIDER=anthropic
    ANTHROPIC_API_KEY=sk-ant-...
    ANTHROPIC_MODEL=claude-haiku-4-5
  3. Run the server:

    python server.py
  4. Visit: http://localhost:8000

License

MIT

Acknowledgements

Thoughtware was inspired by the excellent Nokode project.

About

An experimental web server where an LLM handles all application logic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages