Common Lisp web framework
Website: https://www.vinland.dev/
Vinland is a Clack-based web framework built on the Raven URL router.
Vinland is BETA software. Breaking API changes may be introduced.
Additionally, struct definitions may be updated from time to time, so it is recommended to restart the Lisp process whenever upgrading.
Refer to the Quickstart Guide in this repository for instructions on generating a new project and getting started with Vinland.
See vinland-todo-app for an example of an application built with Vinland and Hotwire.
Not in Quicklisp, so clone the repository to "local-projects/".
Run tests:
(ql:quickload "foo.lisp.vinland")
(asdf:test-system :foo.lisp.vinland)
The Vinland skeleton does not yet provide, but plans to support:
- integration with a configuration library (under development)
- migrations and database integrations (support is planned for at least: cl-migratum, cl-dbi, and postmodern)
- integration with system managers: Qlot, CLPM, ocicl
- integration with a templating library as an alternative to Spinneret
- integration with a JavaScript bundler as an alternative to importmaps
These features will be added in approximately the order listed above.
- cl-project
- foo.lisp.http-response
- foo.lisp.lack-middleware-errors
- foo.lisp.lack-middleware-flash
- foo.lisp.lack-request
- foo.lisp.params
- foo.lisp.raven
- foo.lisp.resource
- jonathan
- lack-app-file
- lack-component
- lack-middleware-csrf
- lack-response
- uiop
Open an Issue or Pull Request on GitHub.
If you decide to open a Pull Request, please provide context to your changes: describe the impact, what problem it solves for you, and any alternative approaches you considered.
- John Newton ([email protected])
Copyright (c) 2024 John Newton
Apache-2.0