The all-new Kirby 3.0(getkirby.com)

over 4 years ago from Jonathan Simcoe, Co-Founder → A Kids Book About

  • Florian KarstenFlorian Karsten, over 4 years ago

    This has been always possible with kirby.

    Working with kirby is very much like if you were working with nosql db where every record by default is also URL/route endpoint (it does not have to be you can have all routing you want).

    You don't have to output HTML. Kirby does not enforce templating engine so you can straight up output json on those routes.

    But there might be even better ways

    0 points