5 releases

new 0.1.1 Apr 27, 2024
0.1.0 Apr 17, 2024
0.0.3 Apr 5, 2024
0.0.2 Feb 2, 2024
0.0.1 Jan 5, 2024

#1060 in HTTP server

Download history 2/week @ 2024-01-29 10/week @ 2024-02-19 13/week @ 2024-02-26 8/week @ 2024-03-11 205/week @ 2024-04-01 18/week @ 2024-04-08 129/week @ 2024-04-15

352 downloads per month
Used in filigree-cli

MIT/Apache

310KB
7.5K SLoC

filigree

Filigree is a web app framework based around Rust's Axum library. Its main feature is a templating system that generates data models and other functionality from configuration files, to reduce the amount of boilerplate needed to build your app.

This project is in active development, with things basically working but many features to come.

Features

  • Configure your application using a set of easy-to-read TOML files
  • A server implementation with all the basics, generated for you but fully customizable
  • Confidently edit any generated file. Filigree will do a 3-way merge to integrate future changes
  • Email templates and email sending service integration
  • Data Models
    • Declarative configuration of model fields
    • Generate migrations both when creating a new model, and when changing it later
    • SQL queries to do all the basics
    • A full set of CRUD endpoints for each model
    • Tests for all your endpoints
    • Parent-child model relationships
  • Authentication
    • Traditional username/password
    • Passwordless login via email
    • OAuth2 Login
  • Permissions system

And more to come!

Roadmap


lib.rs:

The non-generated components of the Filigree web framework

Dependencies

~80MB
~1.5M SLoC