Skip to content

trikinco/fullstack-components

Repository files navigation

Fullstack Components - Build websites by writing prompts

GitHub License TypeScript NPM Version Semantic Release

Fullstack Components is a library of AI-powered building blocks for Next.js that help you build your great ideas from end-to-end.

Installation

npm i @trinkinco/fullstack-components

fullstack-components comes with built-in TypeScript types.

Requirements

  • next>=13, supporting both App and Pages Routers.
  • Your own OpenAI API key.

Get started

fullstack-components lets you work securely with AI on the web while being in full control of your code.

The easiest way to start building with fullstack-components is to follow the get started steps in the documentation.

Quick features and usage examples

All features in the documentation have usage examples like these:

See fullstack-components.vercel.app for more information, documentation and examples of these features.

Documentation

Visit fullstack-components.vercel.app for the full documentation.

Once you've completed the get started steps, we recommend taking a quick look at the core concepts before diving into coding with the usage example.

Feedback and discussions

The Fullstack Components community can be found on GitHub Discussions, where you can provide feedback, ask questions, voice ideas, and share your projects.

Authors