🔥 Big update: the Gowebly CLI now supports Templ

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • gowebly

    🔥 A next-generation CLI tool that makes it easy to create amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js and the most popular CSS frameworks on the frontend.

  • // ./templates/pages/index.templ package pages // MetaTags defines meta tags. templ MetaTags(keywords, description string) { } // styledTextStyles defines CSS styles for component. css styledTextStyles() { color: blue; margin: 1rem 0; } // BodyContent defines HTML content. templ BodyContent(h1, text string) {

    logo p>

    { h1 }h1>

    { text }p>

    Hello from templstrong>!
    Edit this styled text in the './templates/pages/index.templ' file. p>

    Documentationa>, GitHuba> p> div>

    Show contentbutton>p>

    div> div> div> main> } // BodyScripts defines JavaScript code. script BodyScripts() { console.log("Hello from templ!", "Edit this JavaScript code in the './templates/pages/index.templ' file."); }

  • templ

    A language for writing HTML user interfaces in Go.

  • I've released a big update to the Gowebly CLI project in v1.5.0 which includes Templ support for built-in net/http and all Go web frameworks: Fiber, go-chi and echo.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • unpkg

    The CDN for everything on npm

  • templ.vim

  • helix

    A post-modern modal text editor.

  • Helix: https://helix-editor.com/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts