As LLMs like ChatGPT, Gemini, and Grok soar in popularity, the Spiderly library stands out by addressing what they can’t yet fully handle: project architecture that demands a broader perspective and deeper understanding. Developers leaning heavily on LLMs without grasping the generated code are more prone to errors that, if they slip into production, take longer to fix. Spiderly minimizes those risks.
With Spiderly.CLI
tool you create a solid foundation with whole app structure, email auth, Google auth, logging etc. Then, the Entity Administration Source Generator
builds everything you need for entity management. From there, you focus your brainpower on solving the end user’s specific problems.
The star of Spiderly is its Entity Administration Source Generator
(Spiderly.SourceGenerators
project), a standalone tool. It delivers:
Easily customizable, responsive admin forms for entities on the client side
Client-side form validations and server-side object validations for incoming client data
Controller methods for both client and server
Flexible authorization methods
Server-side CRUD methods for entity administration
Methods for filtering and working with tables
Spiderly also tackles other essentials: authentication (client and server, using JWT tokens), API request rate limiting, logging, entity versioning, consistent database table naming, and client-side app layout design.
I’d love for this, open-source project to spark a community that sets a standard for solving general coding challenges worth tackling broadly. Right now, Spiderly focuses on web apps using C#, Azure, EF Core (Lazy Loading), Serilog, JWT, FluentValidation, Mapster, SQL Server, Angular, and PrimeNG.
Spiderly website: https://www.spiderly.dev,
Check out a 4-minute demo of building an app with Spiderly.CLI
: https://youtu.be/t3TfUmnKUI4?si=rpjSupNyQVd_nS2J
Spiderly library source code: https://github.com/filiptrivan/spiderly
Example app using Spiderly: https://github.com/filiptrivan/plenum-rmt
Let’s build something great together!
Top comments (1)
Hey there!
While we appreciate you sharing posts here, please see DEV's Content Policy available in our Terms and be careful not to share content that is too promotional. The terms state:
Going forward, be careful to avoid sharing articles that are too promotional in nature. While it's generally okay to promote your product, business, personal brand, etc., just make sure that the posts you share have value beyond promotion.
If promotion is your primary goal, then consider signing up for Pro Tools which gives you access to:
Hope you understand our reason for limiting promotional content and that you continue to enjoy DEV!