Effortlessly Generate Structured Information with Ollama, Zod, and ModelFusion

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

Puter.js - The Backend for AI-Generated Apps
One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.
developer.puter.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. modelfusion

    Discontinued The TypeScript library for building AI applications.

    You can experiment and adapt this example to your requirements. The possibilities are vast, and by tweaking the model, schema, and prompts, you can tailor the output to suit a wide range of applications. The example code is available in the ModelFusion repository.

  2. Puter.js

    Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

    Puter.js logo
  3. zod

    TypeScript-first schema validation with static type inference

    The schema property contains a Zod-schema that specifies the structure of the output. We use Zod to define a schema that has a destinationsarray. Each destination has a city, region, and description field, all strings.

  4. valibot

    The modular and type safe schema library for validating structural data 🤖

    The ModelFusion zodSchema function wraps the Zod object definition. This is necessary because ModelFusion supports Zod and unchecked JSON schemas and is adaptable to other schema validation libraries such as Valibot.

  5. ollama

    Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

    Ollama is an application for running large language models (LLMs) on your local machine.

  6. modelfusion-terminal-app-starter

    Discontinued Starter template for building ModelFusion terminal apps with TypeScript.

    To set up a Node.js repository with TypeScript, Zod, and ModelFusion, you can use the ModelFusion Terminal App Starter.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • What is Context Engineering?

    4 projects | dev.to | 9 Sep 2025
  • Valibot: featherweight validator

    2 projects | dev.to | 24 Jun 2024
  • Valibot: A New Approach to Data Validation in JavaScript

    3 projects | dev.to | 16 Jun 2024
  • Using Valibot for Recursive Schema Validation

    2 projects | dev.to | 12 May 2024
  • Why Your AI Agents Need Finite State Machines: Building Deterministic Workflows in a Vibe-Coding World

    1 project | dev.to | 30 Jul 2026

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?