Trickster is a modern, lightweight Perl web framework designed to offer a clean developer experience without the heaviness of larger frameworks. Unlike Mojolicious, which is full-stack, and Dancer, which aims for minimalism, Trickster focuses on practical essentials with secure, production-ready defaults.

What makes Trickster different:

• Modern architecture: Stateless, signed-cookie sessions and a clean PSGI-native core make it easy to scale and deploy.

• Security-first design: Built-in validation, secure cookies, and CORS support are enabled out of the box.

• Developer-friendly CLI: Includes project scaffolding, generators, and a hot-reload development server—features often found in frameworks like Rails or Express.

• Balanced approach: Trickster offers more structure and tooling than Dancer while remaining lighter and more PSGI-focused than Mojolicious.

The framework is still young, and I would greatly appreciate feedback from the Perl community. I’m actively looking for reviews, suggestions, and real-world impressions to help shape its next steps.

GitHub: https://github.com/tricksterperl/trickster.git


In reply to Announcing Trickster: A Modern Minimalist Web Framework in Perl by isaac_caldwell

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.