Skip to content

Commit

Permalink
chore: Add funding
Browse files Browse the repository at this point in the history
  • Loading branch information
storm1729 committed Nov 28, 2024
1 parent 5b0d070 commit ade71f1
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions public/funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"version": "v1.0.0",

"entity": {
"type": "organisation",
"role": "owner",
"name": "Reacher",
"email": "amaury@reacher.email",
"description": "My name is Amaury, and I am an indie hacker and solo founder building Reacher, a powerful open-source email verification API.",
"webpageUrl": {
"url": "https://reacher.email"
}
},

"projects": [
{
"guid": "reacher",
"name": "Reacher",
"description": "Reacher is a powerful, open-source email verification API.",
"webpageUrl": {
"url": "https://reacher.email"
},
"repositoryUrl": {
"url": "https://github.com/reacherhq/check-if-email-exists"
},
"licenses": ["spdx:AGPL-3.0", "commercial"],
"tags": ["email", "email-validation", "email-verification"]
}
],

"funding": {
"channels": [
{
"guid": "mybank",
"type": "bank"
}
],

"plans": [
{
"guid": "hosting-monthly",
"status": "active",
"name": "Hosting Support",
"description": "This plan covers the monthly server hosting and related service costs (OVH, Supabase, Stripe, Vercel) for Reacher.",
"amount": 100,
"currency": "EUR",
"frequency": "monthly",
"channels": ["mybank"]
},
{
"guid": "hire-developer",
"status": "active",
"name": "First Developer Hire Compensation",
"description": "To meet the project's growing needs, I plan to hire a part-time developer to expand Reacher's IP pool while maintaining its high IP reputation. This plan covers the annual gross employer cost for a part-time (50%) mid-level developer in France.",
"amount": 30000,
"currency": "EUR",
"frequency": "yearly",
"channels": ["mybank"]
}
]
}
}

0 comments on commit ade71f1

Please sign in to comment.