Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristoffer95/k95-starter
This template is designed to provide a robust starting point for modern web applications, leveraging a powerful combination of technologies to ensure scalability, maintainability, and a great developer experience. It wraps the T3 stack with additional tools and services to enhance development speed.
https://github.com/kristoffer95/k95-starter
biomejs drizzle next-auth nextjs nextjs14 shadcn-ui supabase t3-stack tailwind trpc typescript
Last synced: 6 days ago
JSON representation
This template is designed to provide a robust starting point for modern web applications, leveraging a powerful combination of technologies to ensure scalability, maintainability, and a great developer experience. It wraps the T3 stack with additional tools and services to enhance development speed.
- Host: GitHub
- URL: https://github.com/kristoffer95/k95-starter
- Owner: Kristoffer95
- Created: 2024-07-16T15:01:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T14:18:46.000Z (4 months ago)
- Last Synced: 2024-10-11T01:41:58.319Z (28 days ago)
- Topics: biomejs, drizzle, next-auth, nextjs, nextjs14, shadcn-ui, supabase, t3-stack, tailwind, trpc, typescript
- Language: TypeScript
- Homepage: https://next-14-trpc-drizzle-supabase-template.vercel.app
- Size: 661 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template
## Installation
```bash
npx @k95/starter project_name
```
## Tech Stacks ๐ป- [x] ๐ [Next.js 14](https://nextjs.org) โ The React framework with hybrid static & server rendering, and App Router
- [x] โก [Supabase]() - Database handling and real-time data features for this project using PostgreSQL.
- [x] ๐ฅ [TypeScript](https://www.typescriptlang.org) โ JavaScript with type safety and enhanced developer experience.
- [x] ๐ [Tailwind CSS](https://tailwindcss.com) โ A utility-first CSS framework for rapid UI development
- [x] ๐ [Shadcn UI](https://ui.shadcn.com/) โ A collection of beautiful and accessible components built with Radix UI and Tailwind CSS.
- [x] ๐ [tRPC](https://trpc.io) โ A toolkit for building end-to-end typesafe APIs with Next.js and any database
- [x] ๐ฆ [Drizzle](https://orm.drizzle.team) โ Type-safe, intuitive, and flexible ORM for PostgreSQL, MySQL, and SQLite using TypeScript.
- [x] โป๏ธ [T3 Env](https://env.t3.gg/) โ A library for managing type-safe environment variables in Next.js
- [x] ๐ [NextAuth](https://next-auth.js.org/) โ Authentication for Next.js with support for OAuth, email, and custom authentication.
- [x] ๐ [BiomeJS](https://biomejs.dev/) โ A tool for formatting, linting, and more in a fraction of a second.
- [ ] ๐ [Google Analytics ](https://analytics.google.com/) โ A web analytics service that tracks and reports website traffic.
- [ ] ๐จ [Resend]() โ
- [ ] ๐ฆ [Docker]() โ
- [ ] ๐งช [Playwright]() โ
- [ ] ๐จโ๐ป [Storybook]() โ## Features
- **Realtime** - built-in feature from supabase
- **Magic Link** - to be added
- **End-to-end type safety** - built-in feature from tRPC
- **Seeding** - Seeding files located at src/server/db/seeds/## Implementation of features
- **Realtime** -
- **Seeding** -