Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 9 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.

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** -