A collection of example projects demonstrating how to use Specific.
| Example | Description | Demo |
|---|---|---|
| node-hello-api | Minimal API service | https://hello.spcf.app |
| node-notes-api | Notes CRUD API with database | https://notes.spcf.app |
| node-cache-counter | Visit counter using cache | https://cache-counter.spcf.app |
| node-realtime-click-counter | Click counter with real-time sync | https://realtime-click.spcf.app |
| node-file-storage | File upload/download with storage | https://file-storage.spcf.app |
| node-microservices | Multi-service architecture | https://microservices.spcf.app |
| node-secrets | Secrets and config management | https://secrets.spcf.app |
| node-workflows | Background tasks with workflows | https://workflows.spcf.app |