Files
insforge--insforge/docs/examples/overview.mdx
T
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

68 lines
2.2 KiB
Plaintext

---
title: InsForge cookbook and framework examples
description: Browse InsForge examples for Next.js, React, Vue, Nuxt, and Svelte, plus AI prompts, setup guides, and community projects to build full-stack apps.
---
A collection of practical examples and guides for building with InsForge - the fastest way to build full-stack applications with PostgreSQL, authentication, storage, AI, and serverless functions.
## Quick start
To get started with any example in this cookbook:
1. **Browse examples** - Find the framework or use case that matches your needs
2. **Follow the guide** - Each example includes AI prompts and setup instructions
3. **Get the code** - See what the AI generates for you
4. **Build and customize** - Use the examples as starting points for your projects
## What's inside
### Framework guides
Ready-to-use guides that show how to build with InsForge using popular frameworks and AI tools.
<CardGroup cols={2}>
<Card title="Next.js" icon="/images/logos/nextjs.svg" href="/examples/framework-guides/nextjs">
Build a Next.js app using AI prompts
</Card>
<Card title="React" icon="/images/logos/react.svg" href="/examples/framework-guides/react">
Build a React app using AI prompts
</Card>
<Card title="Vue" icon="/images/logos/vue.svg" href="/examples/framework-guides/vue">
Build a Vue app using AI prompts
</Card>
<Card title="Nuxt" icon="/images/logos/nuxt.svg" href="/examples/framework-guides/nuxt">
Build a Nuxt app using AI prompts
</Card>
<Card title="Svelte" icon="/images/logos/svelte.svg" href="/examples/framework-guides/svelte">
Build a Svelte app using AI prompts
</Card>
</CardGroup>
### Community showcase
Community-built applications that demonstrate real-world implementations of InsForge.
<Card title="View Showcase" icon="star" href="/showcase">
Explore projects built with InsForge
</Card>
---
## Contributing
Have a project built with InsForge? We'd love to feature it!
<CardGroup cols={2}>
<Card title="GitHub Issues" icon="github" href="https://github.com/InsForge/InsForge/issues">
Submit your project or example
</Card>
<Card title="Discord Community" icon="discord" href="https://discord.com/invite/DvBtaEc9Jz">
Share your work with the community
</Card>
</CardGroup>