Quickstart¶
SpecStar is schema-first — most features start from defining a resource.
Choose a starting point based on your use case.
If this is your first time using SpecStar, start with Fast Demo.
This page is a scenario chooser: pick the story line that best matches your current situation, get to a first success, and then follow the next steps inside that path.
🚀 Getting Started¶
-
Build a full CRUD app from a single schema (recommended)
→ Fast Demo -
Integrate SpecStar into an existing codebase
→ Integrate with existing code
⚙️ Jobs & Background Processing¶
-
Build a complete job queue system (retry, logs, rerun)
→ Job Queue -
Run operations asynchronously (background / job execution)
→ Async Actions
🧱 Data & Schema Management¶
-
Keep full history with revision control (versioning, soft delete)
→ Data Versioning -
Handle schema evolution and data migration
→ Schema Migration
🌐 API & Frontend¶
-
Use the auto-generated UI without writing frontend code
→ Web UI -
Customize data submission and API behavior
→ Routes generation (FastAPI)