Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sameerkali/dreamscript

[Building stage] DreamScript: Your creative playground! Code, music, art, stories - effortlessly. Blend them into cool videos. Collaborate, earn, and let your imagination soar. Start now!
https://github.com/sameerkali/dreamscript

art customer-support design happycoding music nextjs13 playground prisma react sameerkali shadcn-ui stripe swift t3-stack tailwindcss typescript

Last synced: 4 days ago
JSON representation

[Building stage] DreamScript: Your creative playground! Code, music, art, stories - effortlessly. Blend them into cool videos. Collaborate, earn, and let your imagination soar. Start now!

Awesome Lists containing this project

README

        

# DreamScript
start making on September 04, 2023
ImagineWave: Your creative playground! Code, music, art, stories - effortlessly. Blend them into cool videos. Collaborate, earn, and let your imagination soar. Start now!

## fix hidration errors
``` const [isMounted, setIsMounted] = useState(false);

useEffect(() => {
setIsMounted(true);
}, []);

if (!isMounted) {
return null;
}```

openai versin is 4.0