Home
Softono
a

amanvarshney01

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by amanvarshney01

create-better-t-stack
Open Source

create-better-t-stack

# Better-T-Stack A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations <br /> <a href="https://vercel.com/oss"> <img alt="Vercel OSS Program" src="https://vercel.com/oss/program-badge.svg" /> </a> ## Sponsors <p align="center"> <img src="https://sponsors.better-t-stack.dev/sponsors.png" alt="Sponsors"> </p> ![demo](https://github.com/user-attachments/assets/12fd4d67-8494-462a-8124-76670798308a) ## Philosophy - Roll your own stack: you pick only the parts you need, nothing extra. - Minimal templates: bare-bones scaffolds with zero bloat. - Latest dependencies: always use current, stable versions by default. - Free and open source: forever. ## Quick Start ```bash # Using bun (recommended) bun create better-t-stack@latest # Using pnpm pnpm create better-t-stack@latest # Using npm npx create-better-t-stack@latest ``` ## Features - Frontend: React (TanStack Router, React Router, TanStack Start), Next.js, Nuxt, Svelte, Solid, Astro, React Native (Bare, NativeWind, Unistyles), or none - Backend: Hono, Express, Fastify, Elysia, Self (fullstack web app), Convex, or none - API: tRPC or oRPC (or none) - Runtime: Bun, Node.js, or Cloudflare Workers - Databases: SQLite, PostgreSQL, MySQL, MongoDB (or none) - ORMs: Drizzle, Prisma, Mongoose (or none) - Auth: Better Auth or Clerk (optional) - Addons: Turborepo, Nx, PWA, Tauri, Electrobun, Biome, Lefthook, Husky, Starlight, Fumadocs, Ultracite, Oxlint, MCP, OpenTUI, WXT, Skills - Examples: Todo, AI - DB Setup: Turso, Neon, Supabase, Prisma PostgreSQL, MongoDB Atlas, Cloudflare D1, Docker - Web Deploy: Cloudflare Workers Type safety end-to-end, clean monorepo layout, and zero lock-in: you choose only what you need. ## Repository Structure This repository is organized as a monorepo containing: - **CLI**: [`apps/cli`](apps/cli) - The scaffolding CLI tool - **Documentation**: [`apps/web`](apps/web) - Official website and documentation ## Documentation Visit [better-t-stack.dev](https://better-t-stack.dev) for full documentation, guides, and examples. You can also use the visual Stack Builder at `https://better-t-stack.dev/new` to generate a command for your stack. ## Development ```bash # Clone the repository git clone https://github.com/AmanVarshney01/create-better-t-stack.git # Install dependencies bun install # Start CLI development bun dev:cli # Start website development bun dev:web ``` ## Want to contribute? Please read the Contribution Guide first and open an issue before starting new features to ensure alignment with project goals. - Docs: [`./apps/web/content/docs/contributing.mdx`](./apps/web/content/docs/contributing.mdx) - Repo guide: [`./.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md) ## Star History <a href="https://www.star-history.com/#AmanVarshney01/create-better-t-stack&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=AmanVarshney01/create-better-t-stack&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=AmanVarshney01/create-better-t-stack&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=AmanVarshney01/create-better-t-stack&type=Date" /> </picture> </a>

Developer Tools Frontend Templates Mobile Development
5.4K Github Stars
oxabags
Open Source

oxabags

# oxabags oxabags is an e-commerce website showcasing our collection of bags. We are manufacturers, wholesalers, and exporters of jute bags and cotton bags, specializing in corporate events and exhibitions. ![image](https://github.com/user-attachments/assets/1cca385a-d409-4a6a-82ce-f408b5114299) ## Features - Browse a wide selection of bags - Shopping cart functionality - Secure checkout process with form validation - Statically generated product pages - Responsive design for mobile and desktop - Type-safe development with TypeScript ## Tech Stack - **Framework:** Next.js (App Router) - **Language:** TypeScript - **UI Components:** Shadcn/UI - **CMS:** Sanity.io - **Hosting:** Cloudflare Pages - **State Management:** Zustand - **Payment:** Razorpay Invoices ## Screenshots <details> <summary>Click to view screenshots</summary> ![image](https://github.com/user-attachments/assets/1cca385a-d409-4a6a-82ce-f408b5114299) ![image](https://github.com/user-attachments/assets/bd62f80c-8002-4556-9261-2005575a5d05) ![Screenshot 2024-04-28 213034](https://github.com/AmanVarshney01/oxabags/assets/45312299/ea85b9c5-4f12-4a92-a126-22c8f0c3da45) ![Screenshot 2024-04-28 213054](https://github.com/AmanVarshney01/oxabags/assets/45312299/6289e16f-9baf-469f-be17-1f8ab176709e) ![Screenshot 2024-04-28 213112](https://github.com/AmanVarshney01/oxabags/assets/45312299/0b054ae0-a170-4bb2-bd29-d493027c8f54) </details> ## Development To set up the project locally: 1. Clone the repository 2. Install dependencies: `npm install` 3. Set up environment variables for sanity and razorpay (see `.env.example`) 4. Run the development server: `npm run dev` ## Lighthouse Score <img src="https://github.com/user-attachments/assets/0b2c207a-355a-4a42-b4d7-07d55b602695" width="500">

Frontend Templates E-commerce Platforms
93 Github Stars