-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclawnify.json
More file actions
47 lines (44 loc) · 1.63 KB
/
clawnify.json
File metadata and controls
47 lines (44 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://app.clawnify.com/schema/v1/clawnify.json",
"version": 1,
"name": "Field Service Scheduler",
"description": "Field service scheduling and business management with customers, technicians, service types, and job tracking. Like PestPac, FieldWork, or ServiceTitan. Best for pest control, HVAC, plumbing, cleaning, landscaping, or any field service business that needs appointment scheduling, technician dispatch, recurring jobs, and service history.",
"icon": "icon.svg",
"screenshot": "https://github.com/user-attachments/assets/f200eed4-ac02-49fc-9898-a46d209dc432",
"tags": ["scheduling", "field-service", "dispatch", "crm", "invoicing"],
"app": {
"framework": "preact+hono",
"database": true,
"storage": false
},
"deploy": {
"title": "Deploy your Field Service Scheduler",
"subtitle": "Like PestPac or ServiceTitan — customized for your business in minutes",
"prompts": [
{
"key": "business_type",
"label": "What kind of business?",
"placeholder": "e.g. Residential pest control, HVAC repair, pool cleaning",
"required": true
},
{
"key": "company_name",
"label": "Company name",
"placeholder": "e.g. Austin Pest Pros",
"required": true
},
{
"key": "location",
"label": "Where are you based?",
"placeholder": "e.g. Austin, TX"
},
{
"key": "details",
"label": "Any other details?",
"type": "textarea",
"placeholder": "Services you offer, brand colors, special features, terminology you use..."
}
]
},
"agent": "agent.md"
}