Skip to content

InsForge/insforge-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InsForge Templates

Production-ready starters and app templates for Next.js and React.

This repository collects standalone templates you can use to start a new InsForge app quickly, whether you want a minimal framework starter or a more complete product-style template such as a chatbot, CRM, or e-commerce storefront.

Quick Start

The fastest way to get started is with the InsForge CLI:

npx @insforge/cli create

If you prefer to inspect a template manually, clone this repository, move into a template directory, and follow that template's local setup instructions.

Templates

Starters

Template Framework Best for Includes
nextjs Next.js App Router Learning how to build a Next.js app with InsForge from a clean starting point InsForge auth setup, protected route example, OAuth support, Tailwind CSS, starter guidance
react React + Vite Learning how to use InsForge in a client-side React app InsForge auth context, protected route example, OAuth support, Tailwind CSS, starter guidance

App Templates

Template Framework Best for Includes
chatbot Next.js App Router Building an AI chat product on top of InsForge Persisted chat history, file uploads, auth, storage, optional Vercel AI Gateway support
crm Next.js App Router Building an authenticated internal tool or CRM Sales pipeline, lead management, client flows, RLS, seeded defaults
e-commerce Next.js App Router Launching a storefront with user accounts and checkout Seeded catalog, product pages, cart, checkout, account area, analytics

Features

  • Framework starters and app templates built with Next.js, React, and Vite
  • UI foundations built with Tailwind CSS across the repository
  • Authentication, database, and storage integration with InsForge
  • Per-template setup guides and example environment variables for local development
  • Deployment paths designed to work well with Vercel
  • Templates designed to be adapted into real products

Repository Structure

insforge-templates/
├── chatbot/
├── crm/
├── e-commerce/
├── nextjs/
├── react/
└── ...

Each directory is an independent template with its own dependencies, environment variables, and setup instructions.

Getting Started Manually

  1. Clone the repository.
  2. Move into the template you want to use.
  3. Install dependencies with npm install.
  4. Copy the template's example environment file.
  5. Follow that template's README.md for any required InsForge migration, local setup, and deployment steps.

Per-Template Documentation

For full setup details, go directly to the template README you want to use:

Provide Feedback

  • Open an issue if you believe you've encountered a bug that you want to flag for the team.

About

Full-stack templates built by InsForge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors