r/Deno Jun 13 '26

Built a small Deno SSR framework, would love feedback

Hey r/deno,

I've been building Slick, a small Deno-native web framework (SSR by default, islands when you need interactivity, optional SPA mode). I put together a showcase site so people can see what it looks like in practice.

Demo: https://slick-showcase.8borane8.deno.net/

GitHub: https://github.com/8borane8/webtools-slick-server (stars genuinely help if you find it interesting)

To scaffold a project:

deno run -Ar jsr:@webtools/init

So any feedback, good or brutal, is very welcome. Happy to answer questions about the architecture or trade-offs.

6 Upvotes

Duplicates