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.

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, 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
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)

How does Spiderly compare to JHipster?

For .NET developers building admin-style or business applications, Spiderly is often a more focused and streamlined solution than JHipster. While JHipster is powerful and flexible, it comes with more complexity and is better suited for Java ecosystems. Spiderly is easier to set up, requires less configuration, and gives you full-stack code generation directly from your EF Core model—all under the MIT license.

Feature Spiderly JHipster
End-to-end code generation Yes — from EF Core to UI + API + validation + DTOs Yes — from database to Spring Boot API + Angular/React UI
Auto-sync on changes Real-time generation on model changes Requires manual regeneration or CLI commands
Tech stack .NET + Angular (EF Core, PrimeNG, FluentValidation, Serilog...) Java + Spring Boot + Angular/React/Vue
Setup complexity Minimal — works out of the box for CRUD apps Higher — requires multiple tools and configuration steps
License MIT — simple and permissive Apache 2.0 — open source but more enterprise-focused
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.