[Agentica] Every TypeScript Developer is an AI Developer ...
Summary Agentica is a TypeScript AI framework specialized in Function Calling. Github...
1. Preface These days, Vibe Coding is a popular topic. However, whenever I read about Vibe...
Summary MCP (Model Context Protocol) has brought a new wave to the AI ecosystem, but...
Summary Making an Agentic AI framework specialized in AI Function Calling, we've...
Summary My boss showed me white paper of sierra.ai, and gave me a mission to do the...
1. Preface @autoview is an automated frontend builder that generates code using type...
1. Preface Bring your Swagger/OpenAPI document, and it transforms into an AI...
1. Preface Create TypeScript classes, and transform them into AI chatbots. From now...
1. Preface typia challenges Agentic AI with its compiler skills. This new challenge...
Preface I made MCP (Model Context Protocol) alternative. My alternative solution is...
Preface typia is a transformer library supporting superfast runtime validation, and JSON...
Preface Demonstration Shopping A.I. Chatbot Application:...
Preface BBS A.I. Chatbot Application: https://nestia.io/chat/bbs Related...
Preface https://github.com/samchon/openapi OpenAPI and LLM schema definitions for...
@nestia/editor Swagger-UI embedding Cloud TypeScript Editor and RPC SDK. Live...
New NestJS Swagger Generator import { NestiaSwaggerComposer } from...
Preface Automatic markdown documents generator for Prisma. Github Repository Generated...
1. Preface I had made a TypeScript RPC (Remote Procedure Call) framework for WebSocket...
Outline I made OpenAPI type definitions and converter library, @samchon/openapi. It...
Outlline https://nestia.io/docs/editor If you're a frontend developer, stop using...
Outline https://typia.io/playground I've published an executable playground website of...
Outline Click image, then move to "TypeScript Swagger Editor" I've made a new type of...
Outline Let's learn Shopping Mall (E-Commerce) Architecture of the Relational Database....
Summary prisma-markdown Made a markdown documents generator for Prisma ORM Very easy to...
Outline import typia, { tags } from "typia"; interface IMember { id: string &...
Preface Automatic markdown documents generator for Prisma. Github Repository Generated...
Preface // RUNTIME VALIDATORS export function is<T>(input: unknown | T): input is...
Summary If you're a frontend developer, stop using swagger-ui and msw. Instead, you can...
Summary This story is about a precursor library typescript-is: There had been an ancesor...