Top 23 TypeScript Starter Projects
-
Project mention: Can't get Rollup to work with AVA and Typescript - any help would be a blessing. | reddit.com/r/webdev | 2022-02-01
Hi :) - I'm starting up a new Typescript library using typescript-starter, by bitjson. It comes with a bunch of goodies right out of the bag (some admittedly new to me), and makes for a very thorough development experience.
-
starter
Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
Project mention: Show HN: Appwrite – Open-Source and Self Hosted Firebase Alternative | news.ycombinator.com | 2022-03-22I learned so much about postgresql and RLS from postgraphile starter project: https://github.com/graphile/starter/blob/main/%40app/db/migr...
also the project is worth checking out ;)
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
next-boilerplate
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
-
-
-
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Project mention: A Responsive Next.js Landing Page styled with Tailwind CSS using TypeScript | reddit.com/r/opensource | 2022-03-21 -
Project mention: Full-stack react starter (Next.js, Firebase, TailwindCSS) | reddit.com/r/reactjs | 2021-11-16
A single Google search showed this one: https://github.com/rwieruch/nextjs-firebase-authentication
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
Next-js-Blog-Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs 12, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS 3.
Project mention: Made a Free and Open Source Minimalist Blog Template using React, Next.js, TypeScript and Tailwind CSS. Live demo and GitHub repo in the comments | reddit.com/r/reactjs | 2022-02-01Next JS Blog Template GitHub
-
Project mention: Allow login with a crypto wallet using React native and WalletConnect | reddit.com/r/reactnative | 2021-12-29
Have you tried create-react-native-dapp? This comes with a working WalletConnect example.
-
next-saas-starter
⚡️ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.
Project mention: I built open-sourced Responsive Next.js landing page template with TypeScript and StyledComponents. Custom pages like pricing, contact, blog, etc. Integrates with Mailchimp & Sendgrid! Link in comments | reddit.com/r/nextjs | 2021-11-30Thanks! Do you mean the slider with partners logos? https://github.com/Blazity/next-saas-starter/blob/master/views/HomePage/Partners.tsx
-
gatsby-starter-ts
TypeScript starter for Gatsby. No plugins and styling. Exactly the necessary to start. Ready for Gatsby v4 🔥
Project mention: How To Integrate Gatsby with Shopify using Shopify Custom Apps | dev.to | 2022-05-31You can also use a starter like [gatsby-starter-ts](https://github.com/jpedroschmitz/gatsby-starter-ts)
-
Serverless-Boilerplate-Express-TypeScript
🚀 Boilerplate and Starter for Serverless framework, ExpressJS and TypeScript ⚡️ Made with developer experience first: Serverless framework + Live reload + Offline support + ExpressJS + TypeScript + ESLint + Prettier + Husky + Commitlint + Lint-Staged + Jest + Dotenv + VSCode
Project mention: Just updated my Node.js Serverless Backend Template by including Jest for testing and Commitlint for better commit message. Built with Express.js + TypeScript + Serverless Framework + ESLint + Prettier + Husky + Lint-Staged + VSCode + Dotenv | reddit.com/r/node | 2022-06-24Here is the link to the Node.js Boilerplate code: https://github.com/ixartz/Serverless-Boilerplate-Express-TypeScript
-
nestjs-monorepo-starter
A full-stack nestjs starter project. Includes authorization, authentication, MongoDB, Redis queue support, Crons jobs, and end-to-end testing.
-
typescript-react-native-starter
A highly scalable foundation with a focus on best pratices and simplicity to start your React Native project in seconds.
Project mention: What is the best boilerplate in React Native? | reddit.com/r/reactnative | 2022-05-08typescript-react-native-starter https://github.com/NewBieBR/typescript-react-native-starter
-
Project mention: SaaS UI design is surprisingly difficult with not so much info on the web | reddit.com/r/SaaS | 2022-06-21
https://saas-ui.dev is trying to solve just that. Giving you the tools to build good looking UI's with great UX. It's build on top of Chakra UI.
-
Project mention: Help with creating a component library with Vite ⚡️ | reddit.com/r/vuejs | 2022-06-16
Here's what I used to demo a component library at work: https://github.com/wuruoyun/vue-component-lib-starter
-
create-next-stack
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
Project mention: Happy to announce Create Next Stack now supports Tailwind! | reddit.com/r/nextjs | 2022-04-27Direct Link: https://www.create-next-stack.com/
-
Project mention: Boilerplate to kickstart creating an npm package using TypeScript | reddit.com/r/typescript | 2021-09-12
-
-
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
-
starter-reactjs-nestjs-mysql
Starter React.js NestJS MySQL with continuous integration and AWS deployment
-
examples-next-prisma-starter
mirror of https://github.com/trpc/trpc/tree/main/examples/next-prisma-starter
A bit of heresy to post this in the GraphQL subreddit but another alternative is tRPC + Prisma. I was testing both Pothos and tRPC yesterday and the latter is just so simple while still giving you full end-to-end type safety.
TypeScript Starter related posts
- How To Integrate Gatsby with Shopify using Shopify Custom Apps
- Have my first GraphQL project at work. Any recommended learning resource for production-ready GraphQL APIs?
- Best resource to learn PL/pgSQL?
- Made a Free and Open Source Minimalist Blog Template using React, Next.js, TypeScript and Tailwind CSS. Live demo and GitHub repo in the comments
- I built open-sourced Responsive Next.js landing page template with TypeScript and StyledComponents. Custom pages like pricing, contact, blog, etc. Integrates with Mailchimp & Sendgrid! Link in comments
- Full-stack react starter (Next.js, Firebase, TailwindCSS)
- NestJS Repository Layer
Index
What are some of the best open-source Starter projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | typescript-starter | 3,119 |
2 | starter | 1,410 |
3 | next-boilerplate | 1,371 |
4 | typescript-starter | 1,272 |
5 | chrome-extension-typescript-starter | 1,021 |
6 | Next-JS-Landing-Page-Starter-Template | 734 |
7 | nextjs-firebase-authentication | 585 |
8 | next-startd | 452 |
9 | Next-js-Blog-Boilerplate | 434 |
10 | create-react-native-dapp | 364 |
11 | next-saas-starter | 298 |
12 | gatsby-starter-ts | 274 |
13 | Serverless-Boilerplate-Express-TypeScript | 259 |
14 | nestjs-monorepo-starter | 191 |
15 | typescript-react-native-starter | 181 |
16 | saas-ui | 177 |
17 | vue-component-lib-starter | 154 |
18 | create-next-stack | 145 |
19 | typescript-npm-package-template | 120 |
20 | three-typescript-starter | 104 |
21 | node-starter-kit | 99 |
22 | starter-reactjs-nestjs-mysql | 88 |
23 | examples-next-prisma-starter | 69 |
Are you hiring? Post a new remote job listing for free.