GitPedia

Frizzante

An opinionated web server framework written in Go that uses Svelte to render web pages.

From razshare·Updated June 25, 2026·View on GitHub·

Frizzante is an opinionated web server framework written in [Go](https://go.dev/) that uses [Svelte](https://svelte.dev/docs/svelte/overview) to render web pages. The project is written primarily in Go, distributed under the Apache License 2.0 license, first published in 2024. Key topics include: forms, go, goja, golang, javascript.

Latest release: v1.45.8
November 9, 2025View Changelog →
<img alt="frizzante logo" src="https://raw.githubusercontent.com/razshare/frizzante/refs/heads/main/assets/logo.png" width="308" />

<a href="https://github.com/razshare/frizzante/releases"><img src="https://img.shields.io/github/release/razshare/frizzante" alt="Latest Release"></a>
<a href="https://github.com/razshare/frizzante/actions"><img src="https://github.com/razshare/frizzante/actions/workflows/tests.yaml/badge.svg?branch=main" alt="Tests Status"></a>
<a href="https://discord.gg/y7tTeR7yPH"><img src="https://img.shields.io/badge/Discord-Join%20Server-7289da?logo=discord&logoColor=white&style=flat" alt="Discord Community"></a>

Frizzante is an opinionated web server framework written in Go that uses Svelte to render web pages.

Prerequisites

Install frizzante.

sh
go install github.com/razshare/frizzante@latest

[!TIP]
Remember to add Go binaries to your path.

sh
export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin

Get Started

Create project.

sh
frizzante create MyProject

Configure project.

sh
frizzante configure

Start development.

sh
frizzante dev

Build.

sh
frizzante build

This will create a .gen/bin/app standalone executable.

Contributors

Showing top 4 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from razshare/frizzante via the GitHub API.Last fetched: 6/26/2026