-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclawnify.json
More file actions
57 lines (57 loc) · 1.86 KB
/
clawnify.json
File metadata and controls
57 lines (57 loc) · 1.86 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
48
49
50
51
52
53
54
55
56
57
{
"$schema": "https://app.clawnify.com/schema/v1/clawnify.json",
"version": 1,
"name": "Open Property",
"description": "Open-source property management software — a self-hosted, cloud-based alternative to TenantCloud, AppFolio, Buildium, and Propertyware. Rental property management for landlords, small property managers, and apartment / multi-family back-office teams: properties and units, tenants and leases, rent collection and ledger, work orders and maintenance, and a vendor directory.",
"icon": "icon.svg",
"tags": [
"property-management",
"property-management-software",
"rental-property-management",
"rental-management-software",
"landlord-software",
"real-estate",
"leases",
"rent-collection",
"maintenance",
"apartment-management",
"tenantcloud-alternative",
"appfolio-alternative",
"buildium-alternative",
"propertyware-alternative"
],
"app": {
"framework": "react+hono",
"database": true,
"storage": false
},
"deploy": {
"title": "Deploy your property management software",
"subtitle": "Like TenantCloud or AppFolio — set up in minutes",
"prompts": [
{
"key": "company_name",
"label": "Company / portfolio name",
"placeholder": "e.g. Oakwood Properties",
"required": true
},
{
"key": "portfolio_size",
"label": "How many units do you manage?",
"placeholder": "e.g. 12"
},
{
"key": "property_types",
"label": "What kinds of properties?",
"type": "textarea",
"placeholder": "e.g. single-family rentals, a 4-unit duplex, two condos..."
},
{
"key": "details",
"label": "Anything else?",
"type": "textarea",
"placeholder": "Rent due day, late-fee policy, regular vendors, brand colors, special features..."
}
]
}
}