Top 23 TypeScript Nextj Projects
-
blitz
⚡️The Fullstack React Framework — built on Next.js
Two I've been lightly following are Redwood[0] and Blitz[1]. Still a long ways behind something like Rails, but promising nonetheless.
-
kutt
Free Modern URL Shortener.
-
commerce
Next.js Commerce
vercel / commerce
-
saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Latest mention: Our open source repo is trending on Github for the third day in TypeScript category | reddit.com/r/webdev | 2021-01-04As for type definitions you may not looked over entire codebase, just data stores and store methods or data models and their CRUD methods? Just these two parts have a few hundred type definitions: https://github.com/async-labs/saas/tree/master/app/lib/store
-
serverless-next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Serverless Next.js
-
actions-gh-pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Latest mention: Making a Personal Site from Start to Publish with Eleventy and Github | dev.to | 2021-01-11Now for the meat, the steps in the build job. First we need to checkout the source code in the container. Github provides a script that does that for you actions/checkout@v2. Once the code is checked out we need to install and run eleventy. Luckily, there 3rd party action that can do this for us TartanLlama/actions-eleventy@v1.1. This gets us into the same state that we were in after a local build. Lastly we want to publish to Github pages. There's another action to do that peaceiris/actions-gh-pages@v3. What this does is take the _site folder and makes a commit to the branch gh-pages with the contents.
-
bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Latest mention: Are we still allowed to post dashboard screenshots? I made one for my 'deity' themed infrastructure | reddit.com/r/selfhosted | 2021-01-09Somebody’s already made that, it’s called Bobarr.
-
react-esi
React ESI: Blazing-fast Server-Side Rendering for React and Next.js
-
nextjs-auth0
Next.js SDK for signing in with Auth0 (Experimental)
-
ts-monorepo
Template for setting up a TypeScript monorepo
Check out https://github.com/NiGhTTraX/ts-monorepo and the linked blog posts explaining how to use path aliases and the tsconfig-paths package.
-
thunderhub
ThunderHub LND Lightning Node Manager in your Browser
-
terraform-aws-next-js
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (Lambda), Static (S3) and API (Lambda) pages.
-
krabs
🦀 Express.js middleware for multi-tenant Next.js applications
Latest mention: Express.js middleware for serving hundreds of websites from a single Next.js | news.ycombinator.com | 2021-01-11 -
zipline
Zipline - The best ShareX / File uploader you could ever want, with logging, URL shortening, and even more.
-
next-graphql-admin
Admin panel built with NextJS(Typescript), Material UI, Apollo Client & GraphQL. In the backend, Prisma 2 with Nexus and Mysql is used.
-
NextJS-NestJS-GraphQL-Starter
A production-ready NextJS & NestJS GraphQL starter pack
Latest mention: Does Anybody Have An Apollo Client 30 With Nextjs | reddit.com/r/graphql | 2020-12-22If you're interested in seeing the full-stack application, I updated Apollo client to 3.0 in my starter pack: https://github.com/tomanagle/NextJS-NestJS-GraphQL-Starter
-
knophy
[WIP] Knophy is a content aggregation platform where voting power is regulated and earned by demonstrating what you know about the content you follow.
Latest mention: Bipartisan media startup looking for CTO to build the anti-Twitter | news.ycombinator.com | 2021-01-11[1] [GitHub - technoplato/knophy: WIP Knophy is a content aggregation platform where voting power is regulated and earned by demonstrating what you know about the content you follow.](https://github.com/technoplato/knophy)
-
hacker-news-client
Clone of Hacker News with modern design
Here is the repo 👉 pbteja1998/hacker-news-client
-
nextwind
Next.js + Typescript + Tailwindcss starter template
kalwabed / nextwind
-
phuctm97.com
🏚 Home on the Web.
That's it. I hope it helps. Check out the full source code to see more details.
-
next-s3-upload
Upload files from your Next.js app to S3
Also, if you interested in uploading to an S3 bucket I made an addon for Next.js to make the whole upload process a bit easier. This addon won't help you with base64, but it will help you with uploading to buckets :)
-
whatsapp-viewer
A web interface and GraphQL API for your local unencrypted WhatsApp backup.
-
lookahead
The fast, beautiful to-do and notes app for everyone.
Latest mention: How to keep your Firebase project safe and secure from everyone | dev.to | 2020-11-23Suppose you are also developing a CLI for your app (which I am doing), you might need your API key for refreshig the user's JWT (which I am doing :) ). So just don't use the same Firebase config API key, create a new one which has only access to the things we need, in this case, we need access to the Token Service API. So you can move to the Google APIs dashboard, and then select your preferred project.
Index
What are some of the best open-source Nextj projects in TypeScript? This list will help you:
- 1. blitz
- 2. kutt
- 3. commerce
- 4. saas
- 5. serverless-next.js
- 6. actions-gh-pages
- 7. bobarr
- 8. react-esi
- 9. nextjs-auth0
- 10. ts-monorepo
- 11. thunderhub
- 12. terraform-aws-next-js
- 13. krabs
- 14. zipline
- 15. next-graphql-admin
- 16. NextJS-NestJS-GraphQL-Starter
- 17. knophy
- 18. hacker-news-client
- 19. nextwind
- 20. phuctm97.com
- 21. next-s3-upload
- 22. whatsapp-viewer
- 23. lookahead