Simfinity.js icon
Simfinity.js icon

Simfinity.js

Simfinity.js is a Node.js framework for building GraphQL backends from GraphQLObjectType definitions. It generates queries, CRUD mutations, relationships and database storage mappings, with separate MongoDB/Mongoose and PostgreSQL adapters.

Official project overview: GraphQL types, generated operations and optional MCP tools.

Cost / License

Platforms

  • Node.JS  Requires Node.js 18.18 or newer and GraphQL 16. Choose MongoDB/Mongoose or PostgreSQL 15+ for storage.
0likes
0articles

Features

  1.  Extensible by Plugins/Extensions
  2.  GraphQL

Simfinity.js News & Activities

Highlights All activities

Recent activities

Simfinity.js information

AlternativeTo Category

Development

GitHub repository

  •  7 Stars
  •  1 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Simfinity.js was added to AlternativeTo by Juan Pablo Paillet on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Simfinity.js?

Simfinity.js is a Node.js framework for building GraphQL backends from GraphQLObjectType definitions. It generates queries, CRUD mutations, relationships and database storage mappings, with separate MongoDB/Mongoose and PostgreSQL adapters.

Applications can add validation, lifecycle hooks and authorization rules around the generated API. Authentication and trusted request context stay under the application's control. The optional MCP package exposes selected operations as tools without coupling the integration to either database.

The project is released under Apache-2.0 and includes runnable starter applications. PostgreSQL uses native tables, UUIDs and foreign keys. MongoDB generated mutations require a replica set or sharded cluster for transaction support.