awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
interagent avatar

interagent/pliny

0
View on GitHub↗
808 stars·75 forks·Ruby·MIT·6 views

Pliny

An opinionated toolkit for writing excellent APIs in Ruby.

Features

  • API Development - An opinionated template for writing high-quality APIs.
  • API Frameworks - Opinionated template for building Ruby APIs.

Star history

Star history chart for interagent/plinyStar history chart for interagent/pliny

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pliny

Similar open-source projects, ranked by how many features they share with Pliny.
  • django-tastypie/django-tastypiedjango-tastypie avatar

    django-tastypie/django-tastypie

    3,948View on GitHub↗

    Django Tastypie is a framework for building RESTful web services that map Django models to API resources. It functions as a model-based API generator, automatically creating read-write endpoints for database models to enable standard CRUD operations via HTTP. The project serves as a multi-format data serializer and hypermedia API mapper. It converts database data into various response formats, including JSON, XML, and YAML, based on client requests, and transforms database relationships into navigable links for resource discovery. The toolkit includes a security implementation for user authe

    Python
    View on GitHub↗3,948
  • dreamfactorysoftware/dreamfactorydreamfactorysoftware avatar

    dreamfactorysoftware/dreamfactory

    1,773View on GitHub↗

    DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.

    Shellapiapi-generationapi-generator
    View on GitHub↗1,773
  • dingo/apidingo avatar

    dingo/api

    9,355View on GitHub↗

    This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a structured environment for developing web services with integrated routing, request handling, and versioning. The project distinguishes itself through a multi-adapter authentication system that validates identities via various schemes and third-party providers. It features a dedicated response transformation layer to convert raw database models into consistent output structures and an internal dispatcher that allows application logic to trigger API endpoints without external network

    PHP
    View on GitHub↗9,355
  • nesquena/rablnesquena avatar

    nesquena/rabl

    3,633View on GitHub↗

    General ruby templating with json, bson, xml, plist and msgpack support

    Ruby
    View on GitHub↗3,633
See all 30 alternatives to Pliny→

Frequently asked questions

What does interagent/pliny do?

An opinionated toolkit for writing excellent APIs in Ruby.

What are the main features of interagent/pliny?

The main features of interagent/pliny are: API Development, API Frameworks.

What are some open-source alternatives to interagent/pliny?

Open-source alternatives to interagent/pliny include: dreamfactorysoftware/dreamfactory — DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data… rails/jbuilder — Jbuilder is a JSON template engine and builder for Ruby that provides a domain specific language for generating… dingo/api — This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a… django-tastypie/django-tastypie — Django Tastypie is a framework for building RESTful web services that map Django models to API resources. It functions… nesquena/rabl — General ruby templating with json, bson, xml, plist and msgpack support. ruby-grape/grape — Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative…