Skip to content
Merged
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
59 changes: 31 additions & 28 deletions src/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,41 @@ Bootstrap your project with our framework-specific templates and start building
privacy-first applications.

<CardGrid>
<ProjectCard
title="Next.js Starter"
description="Full-featured Next.js template with iExec integration, TypeScript support, and example implementations."
icon="logos:nextjs-icon"
status="available"
statusLabel="Available"
buttonLabel="Get Started"
buttonIcon="mdi:github"
buttonHref="https://github.com/iExecBlockchainComputing/iexec-nextjs-starter"
/>

<ProjectCard
title="React Starter"
description="React application template with hooks, components, and utilities for seamless iExec integration."
icon="logos:react"
status="coming-soon"
statusLabel="Coming Soon"
buttonLabel="Coming Soon"
buttonIcon="mdi:github"
buttonDisabled
/>
title="Next.js Starter"
description="Full-featured Next.js template with Reown integration, TypeScript support, and seamless iExec connectivity."
icon="logos:nextjs-icon"
status="available"
statusLabel="Available"
buttonLabel="Get Started"
buttonIcon="mdi:github"
buttonHref="https://github.com/iExecBlockchainComputing/iexec-nextjs-starter"
/>

<ProjectCard
title="React Starter"
description="React starter template with Privy SDK for seamless iExec wallet integration."
icon="logos:react"
status="available"
statusLabel="Available"
buttonLabel="Get Started"
buttonIcon="mdi:github"
buttonHref="https://github.com/iExecBlockchainComputing/iexec-react-starter"
/>

<ProjectCard
title="Vue.js Starter"
description="Vue 3 Composition API template with TypeScript and optimized build configuration for iExec apps."
icon="logos:vue"
status="coming-soon"
statusLabel="Coming Soon"
buttonLabel="Coming Soon"
buttonIcon="mdi:github"
buttonDisabled
/> </CardGrid>
title="Vue.js Starter"
description="Vue 3 starter template with TypeScript and Reown integration for iExec apps."
icon="logos:vue"
status="available"
statusLabel="Available"
buttonLabel="Get Started"
buttonIcon="mdi:github"
buttonHref="https://github.com/iExecBlockchainComputing/iexec-vuejs-starter"
/>

</CardGrid>

## Interactive Sandboxes

Expand Down