Files
wehub-resource-sync 3a28426bf4
Lint and Format Check / lint-and-format (push) Failing after 0s
Check Migrations / Check for duplicate migration numbers (push) Failing after 1s
CI Pre-merge Check / CI Pre-merge Check (push) Failing after 2m17s
chore: import upstream snapshot with attribution
2026-07-13 12:23:40 +08:00

53 lines
2.6 KiB
Plaintext

---
title: Showcase
description: Production applications built with InsForge
---
import { ServiceIcons } from '/snippets/service-icons.mdx';
See what developers are building with InsForge - from AI-powered SaaS to social platforms and beyond.
## Community Projects
<CardGroup cols={2}>
<Card title="National Flags Leaderboard" icon="flag" href="https://national-flags-phi.vercel.app/">
<div style={{maxHeight: '192px', height: '192px', overflow: 'hidden', borderRadius: '0.5rem', pointerEvents: 'none'}}>
<img src="/showcase/national-flags.png" style={{width: '100%', height: '192px', objectFit: 'cover', pointerEvents: 'none'}} alt="National Flags Leaderboard showcase" />
</div>
Learn national flags through an interactive database and take on challenges with real-time leaderboard rankings.
<ServiceIcons services={['database', 'auth', 'storage', 'ai', 'functions']} />
</Card>
<Card title="Pokemon Vibe" icon="wand-magic-sparkles" href="https://pokemon-vibe.vercel.app/">
<div style={{maxHeight: '192px', height: '192px', overflow: 'hidden', borderRadius: '0.5rem', pointerEvents: 'none'}}>
<img src="/showcase/pokemon-vibe.png" style={{width: '100%', height: '192px', objectFit: 'cover', pointerEvents: 'none'}} alt="Pokemon Vibe showcase" />
</div>
Form your own Pokemon teams and compete against others. AI-powered battles let two teams fight on top of AI-generated drawings.
<ServiceIcons services={['database', 'auth', 'storage', 'ai', 'functions']} />
</Card>
<Card title="2048 Arena" icon="gamepad" href="https://insforge-2048-arena.netlify.app/">
<div style={{maxHeight: '192px', height: '192px', overflow: 'hidden', borderRadius: '0.5rem', pointerEvents: 'none'}}>
<img src="/showcase/2048-arena.png" style={{width: '100%', height: '192px', objectFit: 'cover', pointerEvents: 'none'}} alt="2048 Arena showcase" />
</div>
Classic 2048 puzzle game with multiplayer arena and competitive leaderboards.
<ServiceIcons services={['database', 'auth']} />
</Card>
<Card title="Line Connect Race" icon="route" href="https://line-connect-race.vercel.app/">
<div style={{maxHeight: '192px', height: '192px', overflow: 'hidden', borderRadius: '0.5rem', pointerEvents: 'none'}}>
<img src="/showcase/line-connect-race.png" style={{width: '100%', height: '192px', objectFit: 'cover', pointerEvents: 'none'}} alt="Line Connect Race showcase" />
</div>
Interactive line-drawing racing game with real-time multiplayer and competitive gameplay.
<ServiceIcons services={['database', 'auth', 'functions']} />
</Card>
</CardGroup>