Spiderly LogoSPIDERLY
PlaygroundFAQDocs
PlaygroundFAQDocs

Frequently Asked Questions
About Spiderly

Find answers to common questions about Spiderly. Our FAQ covers pricing, comparisons, OS support, tech stack, code generation scope, prerequisites, installation guide, and more.

Is Spiderly free to use?

Yes, Spiderly is completely free, and every feature that was once free will always remain free!

How to install Spiderly?

You can find the installation instructions here.

What are the prerequisites for using Spiderly?

The prerequisites are listed in the first step of the getting-started guide.

What parts of the app does Spiderly Source Generators generate?

Frontend (UI)

  • TypeScript classes with strongly typed constructors
  • Table view pages — records with sorting, filtering, and pagination
  • Admin pages — forms for creating and editing records
  • Angular reactive form validators
  • API client

Backend (API)

  • Partial DTO classes
  • Controllers
  • FluentValidation rules
  • CRUD service methods — database interaction
  • Object mapping configuration

Is Spiderly open-source?

Yes, Spiderly is open-source and released under the MIT License. You're free to use it in personal, commercial, or open-source projects.

How does Spiderly compare to the ABP Framework?

In most scenarios, Spiderly is the better choice—especially if you're building a typical business or admin-style app with .NET and Angular. It's much simpler to set up, requires less boilerplate, and is completely free under the MIT license. You get full CRUD, API, Angular UI, validation, mapping, and even DTOs generated automatically from your EF Core model.

Feature Spiderly ABP Framework
End-to-end code generation Yes — from EF Core to UI + API client + validation No — you build modules manually
License & cost Fully free (MIT) Free + commercial tiers
Auto-sync on changes Real-time generation on code change Manual updates required
Tech stack .NET + Angular (with EF Core, PrimeNG, FluentValidation, Serilog...)
Modular with flexibility (Blazor, Angular, MVC…)
OS support Windows only Cross-platform (Windows, Linux, macOS)

Does Spiderly work on Linux operating systems?

No, Spiderly is currently not compatible with Linux. We are focusing on Windows support for now, but Linux support may be added in the future.

Does Spiderly work on macOS?

No, Spiderly is currently not compatible with macOS. We are focusing on Windows support for now, but macOS support may be added in the future.