← Back to tools
View AGENTS.md for quark
quark
Extremely small and simple HTTP web server for static content
Description
quark is an extremely small and simple HTTP GET/HEAD-only web server for static content. It is part of the suckless project and embodies the minimal software philosophy.
When to use this tool
✓ Good fit when
- You want the simplest possible static HTTP server
- You prefer suckless-style minimal software
✕ Avoid when
- You need POST, PUT, or dynamic content support
AI Summary
Extremely minimal HTTP server for static content from suckless
Capabilities
- + Serve static files over HTTP
- + Support GET and HEAD requests only
Use When
- → You want the simplest possible static HTTP server
- → You prefer suckless-style minimal software
Avoid When
- x You need POST, PUT, or dynamic content support