Skip to content

Commit c50bbad

Browse files
committed
feat: add funding
1 parent 97ac876 commit c50bbad

File tree

2 files changed

+118
-0
lines changed

2 files changed

+118
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: tryandromeda

funding.json

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"version": "1.0.0",
3+
"title": "Andromeda - Modern JavaScript Runtime",
4+
"description": "A modern, fast, and secure JavaScript runtime built from the ground up in Rust, powered by Nova Engine and Oxc. Andromeda represents the next generation of JavaScript execution environments with zero-config TypeScript, native performance, and rich built-in APIs.",
5+
"message": "Help build the future of JavaScript runtime technology. Your support enables us to create a faster, simpler, and more capable JavaScript execution environment for developers worldwide.",
6+
"url": "https://github.com/sponsors/tryandromeda",
7+
"type": "individual",
8+
"platforms": [
9+
{
10+
"type": "github",
11+
"url": "https://github.com/sponsors/tryandromeda"
12+
}
13+
],
14+
"tiers": [
15+
{
16+
"name": "Supporter",
17+
"description": "Support Andromeda's development with coffee-level sponsorship",
18+
"amount": {
19+
"value": 5,
20+
"currency": "USD",
21+
"interval": "monthly"
22+
},
23+
"benefits": [
24+
"Early access to development updates",
25+
"Discord supporter role"
26+
]
27+
},
28+
{
29+
"name": "Supporter++",
30+
"description": "Enhanced support for Andromeda with priority access",
31+
"amount": {
32+
"value": 25,
33+
"currency": "USD",
34+
"interval": "monthly"
35+
},
36+
"benefits": [
37+
"All Supporter benefits",
38+
"Priority bug reports and feature requests"
39+
]
40+
},
41+
{
42+
"name": "Supporter+=2",
43+
"description": "Significant support with direct influence on development",
44+
"amount": {
45+
"value": 100,
46+
"currency": "USD",
47+
"interval": "monthly"
48+
},
49+
"benefits": [
50+
"All Supporter++ benefits",
51+
"Direct influence on roadmap priorities",
52+
"One-on-one feedback sessions",
53+
"Beta access to experimental features"
54+
]
55+
},
56+
{
57+
"name": "Supporter+=3",
58+
"description": "Premium support with custom development consideration",
59+
"amount": {
60+
"value": 500,
61+
"currency": "USD",
62+
"interval": "monthly"
63+
},
64+
"benefits": [
65+
"All Supporter+=2 benefits",
66+
"Custom feature development consideration",
67+
"Priority technical support",
68+
"Logo placement on project website"
69+
]
70+
}
71+
],
72+
"goals": [
73+
{
74+
"title": "Performance Optimization",
75+
"description": "Making Andromeda faster than Node.js and Deno"
76+
},
77+
{
78+
"title": "API Completeness",
79+
"description": "Implementing remaining Web Platform APIs"
80+
},
81+
{
82+
"title": "Production Readiness",
83+
"description": "Comprehensive testing and stability improvements"
84+
},
85+
{
86+
"title": "Developer Tooling",
87+
"description": "Enhanced debugging, profiling, and IDE integration"
88+
},
89+
{
90+
"title": "Documentation",
91+
"description": "Comprehensive guides, examples, and API references"
92+
}
93+
],
94+
"contact": {
95+
"email": "[email protected]",
96+
"twitter": "https://twitter.com/1oad1n9",
97+
"bluesky": "https://bsky.app/profile/loading.trynova.dev",
98+
"discord": "https://discord.gg/tgjAnX2Ny3"
99+
},
100+
"links": {
101+
"repository": "https://github.com/tryandromeda/andromeda",
102+
"documentation": "https://github.com/tryandromeda/andromeda",
103+
"community": "https://discord.gg/tgjAnX2Ny3"
104+
},
105+
"license": "MPL-2.0",
106+
"keywords": [
107+
"javascript",
108+
"typescript",
109+
"runtime",
110+
"rust",
111+
"performance",
112+
"web-apis",
113+
"nova-engine",
114+
"oxc",
115+
"zero-config"
116+
]
117+
}

0 commit comments

Comments
 (0)