Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/members/bolt/logo.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
© 2024 StackBlitz
© 2024 Bolt
SPDX-License-Identifier: LicenseRef-Restricted
Binary file removed public/images/members/stackblitz/logo.webp
Binary file not shown.
2 changes: 2 additions & 0 deletions src/assets/images/members/bolt/minimal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
© 2024 StackBlitz
© 2024 Bolt
SPDX-License-Identifier: LicenseRef-Restricted
20 changes: 0 additions & 20 deletions src/assets/images/members/stackblitz/minimal.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/cache/jobSet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/MemberLogoBoard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (!nRows) {
<MemberLogoBoardItem hidden={nRows < 5} slug="gitbook" name="GitBook" />

<MemberLogoBoardItem hidden={nRows < 6} slug="tideways" name="Tideways" maxHeight="1.7rem" />
<MemberLogoBoardItem hidden={nRows < 6} slug="stackblitz" name="StackBlitz" maxHeight="1.4rem" />
<MemberLogoBoardItem hidden={nRows < 6} slug="bolt" name="Bolt" maxHeight="1.5rem" />
<MemberLogoBoardItem hidden={nRows < 6} slug="voidzero" name="VoidZero" maxHeight="1.6rem" />
<MemberLogoBoardItem hidden={nRows < 6} slug="ag-grid" name="AG Grid" maxHeight="1.6rem" />

Expand Down
17 changes: 17 additions & 0 deletions src/content/members/bolt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Bolt",
"description": "Bolt lets you prompt, run, edit, and deploy full-stack web and mobile apps. We depend on Open Source to build our products. We also have a close relationship with Open Source teams. They are avid users of our tools and help us improve them in a close feedback loop. We have been involved in key projects, hiring maintainers of infrastructure projects like Vite and Vitest and organizing ViteConf, a free online event for the Web community. We're happy to continue giving back to the Open Source community by joining the Open Source Pledge.",
"shortDescription": "We're happy to continue giving back to the Open Source community by joining the Open Source Pledge.",
"url": "https://blog.stackblitz.com/posts/stackblitz-joins-osspledge/",
"jobsUrl": "https://jobs.lever.co/stackblitz",
"joinDate": "2024-09-19",
"annualReports": [
{
"url": "https://blog.stackblitz.com/posts/stackblitz-joins-osspledge/",
"year": "2024",
"reportDate": "2024-09-19",
"averageNumberOfDevs": 18,
"usdAmountPaid": 95000
}
]
}
17 changes: 0 additions & 17 deletions src/content/members/stackblitz.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/memberRoles.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ag-grid": "Member",
"antithesis": "Innovator",
"astral": "Innovator",
"bolt": "Innovator",
"browserbase": "Innovator",
"buttondown": "Innovator",
"chieftools": "Innovator",
Expand All @@ -27,7 +28,6 @@
"scalar": "Innovator",
"sentry": "Innovator",
"speakeasy": "Innovator",
"stackblitz": "Innovator",
"tideways": "Innovator",
"val-town": "Innovator",
"vlt": "Innovator",
Expand Down