SkillAgentSearch skills...

Http4s.g8

giter8 template for bootstrapping http4s services

Install / Use

/learn @http4s/Http4s.g8
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

http4s giter8 template

This template is based on a final tagless architecture. For an alternate version fixed on cats.effect.IO, see http4s-io.g8.

Instructions

Generate an http4s service on the ember backend with Circe.

  1. Install sbt
  2. Create your project:
    • Scala 2: sbt new http4s/http4s.g8
    • Scala 3: sbt new http4s/http4s.g8 --branch 0.23-scala3
    • Java 8: sbt new http4s/http4s.g8 --branch 0.23-java8
  3. cd quickstart
  4. sbt run
  5. curl http://localhost:8080/hello/$USER
  6. Learn more
View on GitHub
GitHub Stars121
CategoryDevelopment
Updated8d ago
Forks73

Languages

Scala

Security Score

80/100

Audited on Mar 28, 2026

No findings