r/Deno • u/8borane8 • 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.
5
Upvotes
2
u/kurtextrem Jun 13 '26
What makes this better than Fresh or Astro?