Scriptly.ai is an AI-driven content generation platform that empowers creators, marketers, and businesses to produce high-quality content within seconds. From SEO blog articles and social media copy to product descriptions and marketing ads — Scriptly.ai delivers fast, relevant, and engaging results using advanced language models.
🚀 Built under GannaG TechVentures
In a digital-first world, content is king — but creating it at scale is time-consuming. Scriptly.ai changes that by combining smart prompts with powerful generative AI, enabling anyone to generate written content across formats and tones in just a few clicks.
- ✅ Instant AI-Powered Content: Generate fluent, relevant, and conversion-optimized text.
- 🧩 50+ Prebuilt Templates: Covering blogs, ads, product descriptions, emails, and more.
- 🌍 Multi-Language Support: Create content in 25+ languages for global reach.
- 🗣️ Customizable Tone & Style: Select from formal, friendly, witty, persuasive, etc.
- 🧠 Copywriting Frameworks: Includes AIDA, PAS, BAB to structure powerful copy.
- 🔐 User Dashboard (coming soon): Save and manage generated content.
- ⚙️ Real-Time Regeneration: Instantly tweak, edit, and improve outputs.
| Layer | Technology |
|---|---|
| Frontend | Next.js, Tailwind CSS |
| Backend | Node.js, Express.js |
| AI Engine | OpenAI (GPT-3.5/4 via API) |
| Database | MongoDB (for saved prompts/outputs) |
| Auth | JWT / OAuth (planned) |
| Hosting | Vercel (Frontend), Render/Heroku (Backend) |
(Include product screenshots once available)
- Template selection page
- Content generation view
- Tone/style dropdown preview
git clone https://github.com/Archi-shaw/Scriptly.ai.git
cd Scriptly.ainpm installCreate a .env file:
OPENAI_API_KEY=your_openai_api_key_here
npm run devAccess the app at http://localhost:3000.
- 📣 Digital Marketers generating ad copy
- 📝 Bloggers writing SEO-optimized articles
- 🛒 E-commerce brands crafting product descriptions
- 🎥 Influencers writing video scripts and captions
- 🧑💻 Founders & Startups building landing pages
- Prompt-based content generation
- Genre/tone customization
- Authenticated user dashboard
- Save/export content (PDF/Docx)
- AI-generated images (future feature)
- Collaboration support for teams
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name - Commit your changes
- Push to your branch:
git push origin feature/your-feature-name - Open a pull request