benlamiro /
ShipGenAI
π 50 production-ready Generative AI SaaS apps β brand them, ship them, keep 100% of the revenue. Stripe billing Β· Google OAuth Β· Vercel deploy Β· MIT licensed
Loading repository dataβ¦
DamienBecherini / repository
π Production-ready boilerplate for modern, cross-platform desktop apps. Stack: Electron, React, Vite, TypeScript, TailwindCSS & ShadCN/UI. Pre-configured with secure IPC, path aliases, and build scripts for a fast start.
A production-ready starter template designed to quickly launch the development of modern, cross-platform desktop applications.
contextBridge, with no Node.js APIs exposed to the frontend.@/*).npm install
This command starts the Vite server and the Electron application simultaneously with hot-reloading enabled.
npm run dev
This project includes a utility script to streamline working with large-context AI assistants (like Gemini, Claude, etc.).
The npm run concat command reads all important project files (source code, configs, documentation) and merges them into a single text file: PROJECT_CONTEXT.md.
Providing this comprehensive file to an AI gives it a complete overview of the architecture, code, and dependencies, enabling it to provide more relevant and accurate responses.
Generate the context file:
npm run concat
Use the output:
Open the generated PROJECT_CONTEXT.md file located in the project's /build directory, copy its entire content, and paste it at the beginning of your conversation with the AI.
To package your application for distribution:
For Windows:
npm run dist:win
For macOS:
npm run dist:mac
For Linux:
npm run dist:linux
The packaged files will be located in the dist-electron directory.
src/
βββ backend/ # Electron's Main process code ('system' logic)
βββ ui/ # React application code (user interface)
βββ components/ # Shared UI components (ShadCN)
βββ types.ts # Central file for types and schemas
This project is dedicated to the public domain under the CC0 1.0 Universal license. You can copy, modify, distribute, and perform the work, even for commercial purposes, all without asking permission. For more details, see the license text.
Selected from shared topics, language and repository descriptionβnot editorial ratings.
benlamiro /
π 50 production-ready Generative AI SaaS apps β brand them, ship them, keep 100% of the revenue. Stripe billing Β· Google OAuth Β· Vercel deploy Β· MIT licensed
mzubair481 /
π A modern, production-ready Express.js starter template built with TypeScript. Features JWT authentication, Prisma ORM, comprehensive testing, Docker support, and monitoring tools. Perfect for building scalable and secure REST APIs.
vratix-dev /
Instantly build Node.js API backend services with Vratix π. A collection of open-source, production-ready API modules for Express.js written in TypeScript. Supports authentication, Stripe billing, email integrations (Postmark), AWS S3 uploads, Docker configs, and more!
kuraydev /
π Production-ready starter for React Native TypeScript libraries β dual CJS/ESM output, strict types, full tests, automated releases, and AI-ready tooling out of the box.
mustafacagri /
π Production-ready Next.js SaaS Starter | π³ Stripe Payments & Subscriptions | π Supabase Auth & Real-time DB | π¨ Tailwind UI | π± Responsive Design | β‘ TypeScript | π Dark Mode | π Analytics Dashboard | π SEO Ready | β¨ The ultimate boilerplate to launch your SaaS fast!
vincent-queimado /
π Fast and Easy Rest API Boilerplate with Express and Typescript π Prisma ORM, Zod validation, Winston logger, Passport-jwt, Swagger, Jest, Eslint, Prettier, Husky, live reload, among others. A boilerplate for building production-ready RESTful APIs using Node.js. Happy coding! π»πͺ