Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elsoul/skeet-v3-next-ssg-rc

Skeet v3 Frontend - Next.js Static Site Generation RC
https://github.com/elsoul/skeet-v3-next-ssg-rc

approuter cloudflare cloudflare-pages deno frontend next-export next15 nextjs react-compiler ssg static-site-generation tailwindcss typescript

Last synced: 12 days ago
JSON representation

Skeet v3 Frontend - Next.js Static Site Generation RC

Awesome Lists containing this project

README

        



Skeet


Follow @SkeetDev















This is the RC for the docs code of skeet v3.

Demo: https://skeeter.dev/

## Features

- Edge-Native
- Static Site Generation
- i18n Native
- Next.js App Router
- React Compiler (Always optimizes memoization for production)
- Green Coding


This website runs on green hosting - verified by thegreenwebfoundation.org

## Built with

- [Deno](https://deno.com/)
- [Next.js](https://nextjs.org/)
- [Cloudflare Pages](https://pages.cloudflare.com/)
- [Wrangler](https://developers.cloudflare.com/workers/wrangler/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [next-intl](https://next-intl-docs.vercel.app/)
- [React Compiler](https://react.dev/learn/react-compiler)
- [shadcn/ui](https://ui.shadcn.com/)
- [Next Sitemap](https://github.com/iamvishnusankar/next-sitemap)

## Getting Started

First, run the development server:

```bash
deno i
deno task dev
```

Open [http://localhost:4242](http://localhost:4242) with your browser to see the result.

### Add Components


shadcn/ui

You can add the high-quality UI components from [shadcn/ui](https://ui.shadcn.com/)


v0

You can also use [v0](https://v0.dev/) which is a UI generator with shadcn/ui from simple text prompts and images.

## References

- [Next.js App Routing](https://nextjs.org/docs/app/building-your-application/routing)
- [Static Site Generation (SSG)](https://nextjs.org/docs/pages/building-your-application/rendering/static-site-generation)
- [Static Exports](https://nextjs.org/docs/app/building-your-application/deploying/static-exports)

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

## Code of Conduct

Everyone interacting in the Skeet project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/skeet/blob/master/CODE_OF_CONDUCT.md).