novella icon indicating copy to clipboard operation
novella copied to clipboard

Example application using the Novel Editor.

Results 3 novella issues
Sort by recently updated
recently updated
newest added

import { **Editor** } from "novel"; export default function Home() { return ( **** ); }

This is my route.ts code: ``` import { StreamingTextResponse, OpenAIStream } from "ai"; export const runtime = "edge"; export async function POST(req: Request): Promise { const { prompt } =...

Hey @steven-tey! I thought you might like a more detailed ReadMe - let me know if it's useful! Created it with https://www.hello-cluster.com/