Skip to content

SlumberDemon/fishweb

Repository files navigation

Fishweb

Fishweb is a web app manager that makes running static & Python ASGI/WSGI apps effortless.

Map domains to folders on your filesystem.

  • https://example.sofa.sh maps to ~/fishweb/example

Turn a new folder into a website hassle-free.

Examples

You can view the examples by cloning the repo, running the following commands in it, and visiting an example's subdomain.

uv sync --all-extras
fishweb serve --root examples

You can also use Fishweb to serve the documentation.

cd docs
npm install && npm run docs:build
cd ..
fishweb serve --root docs/.vitepress

The docs will then be available at http://dist.localhost:8888

Documentation

View the full docs here.

Inspirations

Projects that have shaped Fishweb with concepts, designs, and ideas.